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
2013-11-27Fix T37249: Crash calling wm.progress_update() with no active windowCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-27rna: implementing function to remove keymap from keyconfigDalai Felinto
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-07rna wrap WM_cursor_warpCampbell Barton
2013-09-07wrap cursor setting so python can make use of it, eg:Campbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-07-17Added some documentation for the minimal progress bar in blender_python_apiGaia Clary
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-04-19Added minimal support for progressbar in pythonGaia Clary
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2012-11-07UI message fixes...Bastien Montagne
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-08-30Bugfix [#32437] Cannot define Alt-E keybinding in Text Editor windowJoshua Leung
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
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