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
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
2010-08-01bugfix'sCampbell Barton
2010-07-05Fix #20383: mesh deform modifier wasn't working on lattices.Brecht Van Lommel
2010-04-26Assorted code cleanups:Joshua Leung
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-26Assign automatic/envelope weights in weight paint mode is back,Brecht Van Lommel
2009-12-08transforming metastrips didnt move effects within them & remove warningCampbell Barton
2009-11-28Mesh Deform ModifierBrecht Van Lommel
2009-11-28Durian Rigging Requests: (Armature Layers + Rotation Locking Tweaks)Joshua Leung
2009-11-25ED_armature_edit_bone_remove wasnt clearing references from other bones, only...Campbell Barton
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel
2009-10-28Added support for custom RNA properties on Bones, only worked forBrecht Van Lommel
2009-10-27- fixed enum syntax in BKE_fcurve.h and ED_keyframing.h to make g++ happyArystanbek Dyussenov
2009-10-27A bunch of fixes for macro-type operators - Armatures + ObjectsJoshua Leung
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-092.5: Object moduleBrecht Van Lommel