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
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-03-03Cleanup: redundant header, use const, short -> boolCampbell Barton
2017-01-16Fix T50393: Flip names working just on one side when both are selected.Bastien Montagne
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2015-12-11Fix T46945: Mesh Deform binding to a cage object with modifiers is unreliable.Bastien Montagne
2015-11-18Cleanup: editor api namingCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-09-24gooseberry request:Antony Riakiotakis
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-04-27Code cleanup: avoid warning about bit-shift outside int rangeCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-28Revert editbone roll correction changes.Bastien Montagne
2014-02-27Transform: remove recently added ival2, use editbones temp dataCampbell Barton
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-11-22Armature Editing: select shortest path (Ctrl+RMB matching mesh operator)Campbell Barton
2013-11-16code cleanup: armature functionsCampbell Barton
2013-11-06code cleanup: typo and warning when openmp's disabled.Campbell Barton
2013-10-17Project Pampa Request: Selecting groups in animation editors selectsJoshua Leung
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-11code cleanup:Campbell Barton
2013-02-28Properly prefixing name of exproted armature APIJoshua Leung
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-07-09code cleanupCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton