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
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
2014-05-07Fix crash binding mdef with no facesCampbell Barton
2014-05-07Style cleanupCampbell Barton
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: avoid warning about bit-shift outside int rangeCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Fix T39895: Displaying the armature layers popup in edit mode always fails.Bastien Montagne
2014-04-24Fix T39874: Bone roll resets if bones are moved in edit modeBastien Montagne
2014-04-20Code cleanup: correct abs useCampbell Barton
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-11Code cleanup: use boolCampbell Barton
2014-04-07Code cleanup: project gpencil in float coords & delete outdated commentsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton