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
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2014-04-29Ignore user-preferences when inserting keys from PythonCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-02fix [#33726] keyframe_insert() and keyframe_delete() with index=-1 always failCampbell Barton
2012-12-23Add keying "options" parameter to keyframe_insert() bpy_rna function, so now ...Bastien Montagne
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-10edit error macro formatting (confuses some editors)Campbell Barton
2011-10-09correction to RNA class api references (only used for docs)Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-05-08Fixes for bugs noticed during previous fix:Joshua Leung
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-02fixed compile problem intruduced in r35295M.G. Kishalmi
2011-03-02SVN maintenance.Guillermo S. Romero
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton