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-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-02-07Bugfix [#25934] "Apply Visual Transform as Pose" not working?Joshua Leung
2011-02-07PoseLib Bugfix:Joshua Leung
2011-02-07PoseLib Preview/Browse Bugfixes:Joshua Leung
2011-02-05Fix bones moving when changing between editmode and posemode.Brecht Van Lommel
2011-02-04Quick Animation Feature: Paste Pose "Selection Mask" optionJoshua Leung
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26- Clear rotation for objects now works on delta transforms too. TheJoshua Leung
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-12More missing descriptions for operatorsJoshua Leung
2011-01-12Gave all armature operators descriptions (for tooltips and APIJoshua Leung
2011-01-12Added operator to show all armature layers (similar to the 3D ViewJoshua Leung
2011-01-11- Added operator to clear all transforms from Pose Bones. This makesJoshua Leung
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
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