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
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-22Fix memory leak in armature deleteCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Multi-Object EditingCampbell Barton
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: skip redundant edit-bone select lookupsCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: remove bad castsCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-03-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-22Fix T54348: Bone dissolve gives invalid hierarchyCampbell Barton
2018-03-22Fix bone dissolve using wrong envelope radiusCampbell Barton
2018-02-13Object Mode: remove Scene.obedit for 3D ViewCampbell Barton
2017-11-19Option not to select with un-hideCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-06Use normalized project functionsCampbell Barton
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2016-11-09Depsgraph: Fix crash deleting bones in armature edit modeSergey Sharybin
2016-09-13Fix T49323: Ineffective bone roll calculation with low rig scaleSergey Sharybin
2016-05-22Fix T48476: 'Recalculate Bone to Cursor' failsCampbell Barton
2016-03-31Usual ui messages fixes/tweaks.Bastien Montagne
2016-03-03Armature edit-mode: Add clear-roll operator, Alt-RCampbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-01Cleanup: use swap math funcsCampbell Barton
2015-06-12Armature: add armature dissolveCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2015-03-20Fix/Improve FKey bone creationCampbell Barton
2015-01-29Bone calculate roll (pos/neg options in menu)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-18Fix for align bone to cursor (missing normalize)Campbell Barton
2014-09-28Typo and spelling fixesJoshua Leung
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-05-21Fix T40271: recalculation of the bone roll does not work correctly.Bastien Montagne
2014-05-20Fix T40271: Missing redraw for bone editing bone rollCampbell Barton
2014-04-24Fix T39874: Bone roll resets if bones are moved in edit modeBastien Montagne
2014-04-17Fix T39768: GLOBAL_X/Y/Z don't exist for bpy.ops.armature.calculate_roll type...Joshua Leung
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-07Armatures Editmode: option to recalculate roll from the angle to the parentCampbell Barton
2013-12-20UI: restore confirmation popups for delete operators.Brecht Van Lommel
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton