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
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2015-12-11Use Python3.5's unpacking generalizationsCampbell Barton
2014-10-29Fix T42394: Copy Rigid Body Tools would not work as expected if dest ob had n...Bastien Montagne
2014-04-25Fix T39886: Transformed parents of Rigid Bodies cause problems with Bake To K...Sergej Reich
2014-01-18Code Cleanup: py script float comparisonsCampbell Barton
2014-01-17Rigidbody: Add missing properties to "Copy Rigid Body Settings" operatorSergej Reich
2014-01-17Fix T36190: Rigid Body bake to keyframes bakes wrong the rotations.Sergej Reich
2014-01-17Oops! Should have double checked before pushing that last commit.Joshua Leung
2014-01-17Fix T38157: Rigid body, crazy f-curves after bake to keyframesJoshua Leung
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-20code cleanup: simplify python rigidbody operators.Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24rigidbody: Don't abort connect operator if last selected object is activeSergej Reich
2013-02-21rigidbody: Add option to create chanis for the connect operatorSergej Reich
2013-02-21rigidbody: code cleanupSergej Reich
2013-02-21code cleanup: no need to use list(range()), just use range()Campbell Barton
2013-02-17ribidbody: Fix setting "Bake to Keyframes" start frame above 2Sergej Reich
2013-02-10pep8 cleanupCampbell Barton
2013-02-06rigidbody: Use ARROWS empty draw type when creating constraintsSergej Reich
2013-01-28fix for rigid body assuming active object would be selected, also don't check...Campbell Barton
2013-01-28use more conventional names in rigid body script.Campbell Barton
2013-01-28rigidbody: Don't show dialog for "Connect" operatorSergej Reich
2013-01-28Made the tooltip for rigid body constraint "Connect" operator clearerJoshua Leung
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-25rigidbody: Improve add/remove operatorsSergej Reich
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2013-01-23rigidbody: Add generic spring constraintSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add "Copy Rigid Body Settings" and "Bake To Keyframes" operatorsSergej Reich