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-02-06cleanup: styleCampbell Barton
2015-01-29Bone calculate roll (pos/neg options in menu)Campbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23cleanup: styleCampbell Barton
2015-01-22Fix: Joining armatures fixes up the drivers accordinglyJoshua Leung
2015-01-22WIP: Attempt to get driver links remapped correctly when joining armaturesJoshua Leung
2015-01-22Fix: Joining armatures wasn't updating Action Constraints properlyJoshua Leung
2015-01-21Fix: Joining armatures loses driversJoshua Leung
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-01Cleanup: warningsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-20Cleanup: ints/shorts -> bool.Bastien Montagne
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-20Optimization for mesh deform: use BLI_INLINE specifiersSergey Sharybin
2014-10-18Fix for align bone to cursor (missing normalize)Campbell Barton
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-29Fix crashing regression in Armature EditBone Select shortest path/Select Link...Bastien Montagne
2014-09-28Typo and spelling fixesJoshua Leung
2014-09-26CleanupCampbell Barton
2014-09-24gooseberry request:Antony Riakiotakis
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-04Fix T41463: Mirror Modifier breaks Automatic-Weights in weight-paint modeCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-04Cleanup: replace int cast with floorf when comparing timeCampbell Barton
2014-07-31Style cleanupCampbell Barton
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-07-26Adding Mask select mode to Assign weights from Bone Heat (when called in Weig...gaiaclary
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-16Fix T41088: Canceling pose library preview does not reset to previous pose.Bastien Montagne
2014-07-09Add bone_groups.new() and bone_groups.remove() methods to RNA.Bastien Montagne
2014-07-06Fix for typo in commentJoshua Leung
2014-07-03Select Grouped -> KeyingSet for bones also shows error messages now when the ...Joshua Leung
2014-07-03Code Cleanup - Replaced magic numbers with definesJoshua Leung
2014-06-19PoseLib: New pose library actions now have their "id root" setting initialise...Joshua Leung
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
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-05-19Show warning when hiding a proxy boneSergey Sharybin