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
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
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-06Fix for keymap rna, wasn't updated for doubleckickMatt Ebb
2010-01-05Description attributes for macros tooMartin Poirier
2010-01-05Python descriptions were not getting used in tooltips.Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-19Bugfix: doubles are not supported correctly in SDNA, double clickBrecht Van Lommel
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17keymap editorMartin Poirier
2009-12-17Added search filtering to key map editor - searches in UI names of operatorsMatt Ebb
2009-12-16First version of updated key map editor UI (in User Preferences)Matt Ebb
2009-12-14Fix #20368: editing keymap item operator name would reset propertiesBrecht Van Lommel
2009-12-10Double Click event value.Martin Poirier
2009-12-10operator report function so python operators can report errorsCampbell Barton
2009-12-09RNA: fix for yesterday's commit, browsing screens and scenes wasBrecht Van Lommel
2009-12-08RNA:Brecht Van Lommel
2009-12-08UI: fix trailing tooltips when deactivating window, and when openingBrecht Van Lommel
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier