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
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-07Documentation: add missing info about the fileselectior using hard coded prop...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-07-30bpy fix for crash/assert on running dir() on a non collection property + some...Campbell Barton
2011-05-08comment some unused code.Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-30py/rna Operator.cancel method didnt have return defined.Campbell Barton
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton
2011-03-17add cancel() method for python defined operators.Campbell 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-16enum-flag arguments were incorrectly documented.Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-11-22rna invoke function wm.invoke_confirm() for python access.Campbell Barton
2010-11-20- report python script errors to blender report system, or through operators ...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...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-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-04-04keymap.add_item, add_modal_items --> keymap.items.add()/add_modal()Campbell Barton
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell 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-20patch #21680 from Richard OlssonCampbell 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-02-03bugfix [#20909] (2.5) crash when clicking the arrow-restore button in keymap ...Campbell Barton
2010-01-29Speed up keymap editor a bit (less context changes)Martin Poirier
2010-01-28Keyconfig import and removeMartin Poirier
2010-01-16mirror modifier vgroup option was doing string name conversion to find the fl...Campbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...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-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17keymap editorMartin Poirier
2009-12-10operator report function so python operators can report errorsCampbell Barton
2009-12-08RNA functions to find keymaps in a keyconfig (from the usual idname + space o...Martin Poirier
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton