Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Console Scrolling - reset while typing.Campbell Barton
2011-09-17Minor: fixing other UI typos.Bastien Montagne
2011-08-13running bpy.ops.render.render('INVOKE_DEFAULT') would crash blender.Campbell Barton
2011-06-20changes to startup.blendCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-08Crash fix, IRC report.Ton Roosendaal
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01minor console changes.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-14use UNUSED() macro for the console space + minor changes to args.Campbell Barton
2010-10-13re-enable fix from r32330 but without the alt key check because this can be u...Campbell Barton
2010-10-11Revert r32330 and reopening #24184. The change breaks input where modifier ke...Nathan Letwory
2010-10-08fix for console selection when pasting.Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-10-04fix for copy in the console (wasnt taking the prompt into account)Campbell Barton
2010-10-03python console prompt + edit line is how selectable.Campbell Barton
2010-09-28bugfix pointed out by Kris Salaah (own mistake)Campbell Barton
2010-09-27minor console fixesCampbell Barton
2010-09-27console now stores selection internally with 0 index starting at the end of t...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-16mirror modifier vgroup option was doing string name conversion to find the fl...Campbell Barton
2010-01-03bugfix [#20542] Crash 2.50a0 Click event in Console window Report modeCampbell Barton
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2010-01-01armature ghost stepsize was not initialized, Aligorith: can you check this is...Campbell Barton
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-12-07Text and Console operators don't need to register themselves. (this cleans th...Martin Poirier
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-09-22PyConsole improvementsCampbell Barton
2009-09-10- off by 1 error with console command line memory re-allocation.Campbell Barton
2009-09-04poll functions to stop crashing when running operators in an invalid context.Campbell Barton
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-07-30Operator Copy/PasteCampbell Barton
2009-07-29- console remove doubles with command historyCampbell Barton
2009-07-28console copy text was upside down.Campbell Barton
2009-07-26- console scrollback userprefCampbell Barton
2009-07-19operator macro playback (run operator reports in the console)Campbell Barton
2009-07-18fixes for errors on startup and compiler errors and draw speedup.Campbell Barton