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-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-01select PoseBone attribute was made only available on bone.Campbell Barton
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-05update for changes in mathutils.Campbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-05-14Fix [#22337] Wrong operator descriptionsMatt Ebb
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-06Quick fix to NLA-Baking for Beorn:Joshua Leung
2010-04-06Bugfix #21916: Baking NLA strips doesn't group transformsJoshua Leung
2010-04-04pep8 cleanupCampbell Barton
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01missed in merging from render branchCampbell Barton