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-02fix for keymap search, was using uninitialized memory when the keymaps operat...Campbell Barton
2011-08-15Fix #28202: deactivating keymap items not saving properly.Brecht Van Lommel
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-22Handle NDOF events on RNA side for windowmanager.Nathan Letwory
2011-06-06Keymaps: fix keymap items created in python being added with the pythonBrecht Van Lommel
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-13fix [#26895] STL import in Win 7 64bitCampbell Barton
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-17add cancel() method for python defined operators.Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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