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-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-09-16Fix T49349: Baking action doesnt bake multiple objects.Bastien Montagne
2016-02-20Fix T44453: Exporting Keying Sets referencing node tree properties generates ...Joshua Leung
2015-05-26Cleanup: pythonCampbell Barton
2015-05-26Fix T44036: Add option to bake into current action instead of creating a new ...Bastien Montagne
2015-01-28cleanup: py importsCampbell Barton
2015-01-26Bugfix T43343: Buttons for Keyframing Settings are Mutually ExclusiveJoshua Leung
2015-01-23Cleanup: replace deprecated imp -> importlibCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-05-21use C style string formattingCampbell Barton
2014-05-01Fix some dummy formating issue (breacks i18n message processing).Bastien Montagne
2014-04-28Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a).Bastien Montagne
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-05Code cleanup:Thomas Dinges
2013-07-05fix [#35977] Bake Action doesn't work properlyCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-04-11fix [#34805] Bake action ignores parent motionCampbell Barton
2012-12-28Fix [#33424] Inadequate bake action.Bastien Montagne
2012-10-08style cleanup: pep8Campbell Barton
2012-10-02correct spelling error in operator propertyCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-05-26initialize bake action vars from contextCampbell Barton
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-02-08add bake action into animation menu - this nifty operator wasn't available an...Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-02py scripts - replace bad uses of len(),Campbell Barton
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-23- move animsys update operator into the anim.pyCampbell Barton
2011-09-23remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_ut...Campbell Barton
2011-09-23SVN maintenance.Guillermo S. Romero
2011-09-222.6 Python UI files:Thomas Dinges