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-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
2011-02-21doxygen: editor entryNathan Letwory
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-15bugfix [#24256] Wrong bone subdivision number in tweak panel.Campbell Barton
2010-10-11[#24045] heat weight fails on specific geometry.Campbell Barton
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-09-23Small code cleanup to remove old undo calls that do nothing.Brecht Van Lommel
2010-09-15bugfix [#23830] Border selecting bones in editmode bugCampbell Barton