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
2011-01-06remove assignments which are unused.Campbell Barton
2010-12-31armature recalc roll now works properly with mirror enabled.Campbell Barton
2010-12-31alternative fix [#25178] Switch Direction operator for bones doesn't update m...Campbell Barton
2010-12-31revert a small change from Ton's commit from r33637.Campbell Barton
2010-12-28- Silencing some gcc warnings (yay! I can finally use this setupJoshua Leung
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-13Bugfix #25178Ton Roosendaal
2010-12-12Fix #25177: Skeleton Sketching - deleted sketches don't disappear immediatelySergey Sharybin
2010-12-12Armature pose: removed the "Confirm" dialog for clearing Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-06Bugfix #25003Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-04own mistake made r33442, was returning the pose channel, rather then its bone.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-01fix [#24990] When extruding bones the outliner does not immediately updateCampbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-25bone roll recalculate, option to use active bones Z axis.Campbell Barton
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-06[#24565] editors/armature: overwritten return valueMartin Poirier
2010-11-05tedious string copying changesCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15bugfix [#24256] Wrong bone subdivision number in tweak panel.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.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-02Fix #24096: shift+A add menu not working in pose mode. Useful to have itBrecht Van Lommel
2010-09-30Cleanup of Auto-Keyframing code:Joshua Leung
2010-09-30Bugfix #23707: Autokey Available is ignored on a Clear TransformJoshua Leung
2010-09-23Fix other part of #22853: mirrored transform on armature tail/head only did notBrecht Van Lommel