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
2009-12-09Sequencer fix: Transform Strip wouldn't work with default_faderAndrea Weikert
2009-12-09Fix for bug #20307: snapping in uv editor is related to objects origin.Brecht Van Lommel
2009-12-09if bone type root is defined, all new parentless bones become children of itCampbell Barton
2009-12-09some more rig options, fix typoCampbell Barton
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton
2009-12-09- use the bone that the type was set for automatic assigned blending property...Campbell Barton
2009-12-09- rewrote arm rig so it creates 2 chains and blend them automatically (like t...Campbell Barton
2009-12-09Minor fix for missing menuMatt Ebb
2009-12-082.5 User Preferences:Thomas Dinges
2009-12-08Sequencer: comment out unimplemented operator to avoid error print.Brecht Van Lommel
2009-12-08- modify for Cessens updated spineCampbell Barton
2009-12-08minor fixesCampbell Barton
2009-12-08- pyrna support for (value in array), currently only 1 dimensional arrays.Campbell Barton
2009-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-12-08white space commit (spaces -> tabs and clearing whitespace)Campbell Barton
2009-12-08Animation Editors: Fixes for RNA/Python BastardisationJoshua Leung
2009-12-08Wrong argument type for zoom operator.Martin Poirier
2009-12-08Few small things:Andrea Weikert
2009-12-08Pythonazed DopeSheet and NLA editors headers UI.Elia Sarti
2009-12-07use the SUM driver type to avoid adding all values on each bone.Campbell Barton
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-12-07- bone.basename now only gets the name before the first '.', since names like...Campbell Barton
2009-12-07- string copy without .py wasnt terminating the stringCampbell Barton
2009-12-07pep8 compliance cleanups.Elia Sarti
2009-12-07Porting of Graph Editor's UI to python, just header done for now.Elia Sarti
2009-12-07use sets rather then tuples for enum/flags so you can use bitfield operatorsCampbell Barton
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-06remove nasty hack which made StructRNA class instaces have no __dict__,Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05fixes for automatic tests and some errors in last commitCampbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-05split up metarig hierarchy evaluation and modifying the metarig into 2 steps,Campbell Barton
2009-12-04Changes to netrender baking operator.Martin Poirier
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-04touches for demo'ingCampbell Barton
2009-12-04* Fix for incorrect disabling after baking cloth simMatt Ebb
2009-12-04rna functionCampbell Barton
2009-12-04Fix for cache path.Martin Poirier
2009-12-04Fix for [#19478] Shortkeys for switch to Quad view mode is not workingMatt Ebb
2009-12-04leg rig type & metarig example, still need to add IK'sCampbell Barton
2009-12-04Finish renaming job in Set Center operator to use Origin instead of Center.Martin Poirier
2009-12-04- property decorators for setting attributes didnt work, hack to prevent ever...Campbell Barton
2009-12-03Added Toggle Full Screen and Duplicate Area to the menus of all the main spac...William Reynish
2009-12-03- curve geometry curve panel wasnt displaying with no active splineCampbell Barton
2009-12-03Bugfix #20219: Timeline navigationJoshua Leung
2009-12-03Fix for [#20226] 3DView header: hiding menu texts and layer button's issue.Matt Ebb
2009-12-02[#20213] Align to Transform Orientation crashes BlenderMartin Poirier
2009-12-02change bone storage class so __slots__ can be used for looping over attribute...Campbell Barton
2009-12-02multiple script paths broke text template menuCampbell Barton
2009-12-02- bpy.data.add_armature()Campbell Barton