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-02-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-01-24fix [#25776] Crash when operator's bl_idname has more than one dotCampbell Barton
2011-01-24Raise an exception when registering classes with ID names which are too long....Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-24presets for operators, re-using same preset system as render, cloth etc use.Campbell Barton
2010-12-07error checking for setting operator string values for python operators, and g...Campbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-01Bugfix #24903Ton Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-21bugfix [#24342] Wrong Bubble description when creation add-on without python ...Campbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09bugfix [#23725] bpy.context.window_manager.Campbell Barton
2010-08-30another function moved, should be last of the simple cases.Campbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-25bpy.context.manager.clipboard get/set function (to get/set the Clipboard from...Dalai Felinto
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-02SConsCampbell Barton
2010-07-28fix for running rna subclasses own __init__ functions.Campbell Barton
2010-06-23Fix #22553: dragging number buttons would run update functions more often thanBrecht Van Lommel
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-04-20Added ability to use up to F19 on the keyboard (previous max was F12). Matt Ebb
2010-04-14* Interaction PresetsMatt Ebb
2010-04-05Fix #21641: crash when disabling active addon, removing operatorBrecht Van Lommel
2010-04-04keymap.add_item, add_modal_items --> keymap.items.add()/add_modal()Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-02Info Header: Non-blocking Info MessagesJoshua Leung
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-21modal python operator support.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-30bugfix [#20721] Reloading scripts crashes Blender (own todo)Campbell Barton
2010-01-28Keyconfig import and removeMartin Poirier
2010-01-23support for compiling blender without python working again (with cmake at least)Campbell Barton
2010-01-21Fix for key map python file export and loadMatt Ebb