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-09-13Cleanup: spellingCampbell Barton
2015-09-04Fix T46010: Bone offset between Rest Pose and Edit mode.Bastien Montagne
2015-09-04Armature: Cheap edit-to-object mode speedup.Bastien Montagne
2015-08-22Fix T45689: Pose Libraries cannot be used when using lib-linked actions as po...Joshua Leung
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-20Avoid redundant normal calculation in heat-weightCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-07-23Mesh Deform: support for ngons when bindingCampbell Barton
2015-07-22Use looptri for MeshDeform modifierCampbell Barton
2015-07-22Cleanup: use struct for storing callback dataCampbell Barton
2015-07-20Replace MFace use by MLoopTri w/ heat-weightingCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-07-07Correct default enum valuesCampbell Barton
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-07-01Cleanup: use swap math funcsCampbell Barton
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-16Partial Fix T44997: Propagate pose on selected keyframes only included those ...Joshua Leung
2015-06-12Armature: add armature dissolveCampbell Barton
2015-06-06CleanupCampbell Barton
2015-05-27Fix parent tips staying selected after separateCampbell Barton
2015-05-27Use PKey for edit-armature separateCampbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-17Numeric Input for Pose Breakdowner/Slide/Push ToolsJoshua Leung
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-03Fix T44591: Set PBone Group operator did not handled predifined group index i...Bastien Montagne
2015-04-08Use IS_EQF for floatsCampbell Barton
2015-04-08Partial fixes for issues raised in T44219Joshua Leung
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-03Sticky Keys backendJulian Eisel
2015-04-02Expose the Pose Propagate tool a bit more in the UIJoshua Leung
2015-04-02Propagate Pose: Added 'Selected Keyframes' modeJoshua Leung
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-23Cleanup: comments, styleCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2015-03-20Fix/Improve FKey bone creationCampbell Barton
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2015-03-19Armature select-hierarchy now uses connected bonesCampbell Barton
2015-03-19Correct recent armature symmetrizeCampbell Barton
2015-03-19Armature Symmetrize toolCampbell Barton
2015-03-19Cleanup: style (armature duplicate)Campbell Barton
2015-03-05Fix T43880 really stupid mistake from fixing stick mode selectionAntony Riakiotakis