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
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2015-03-19Correct recent armature symmetrizeCampbell Barton
2015-03-19Armature Symmetrize toolCampbell Barton
2015-03-19Cleanup: style (armature duplicate)Campbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
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-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-09Fix T37751: Crash subdividing bonesCampbell Barton
2013-12-09Armature Editmode: blend the bone radius when subdividingCampbell Barton
2013-11-16armature editing: using too short length checking to add L/R suffix.Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-28code cleanup: includesCampbell Barton
2013-02-28Code Maintenance - Splitting up Armature/Pose Editing FilesJoshua Leung