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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...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
2010-12-29Bugfix [#24163] Unable to animate INSIDE a group node in theJoshua Leung
2010-11-05tedious string copying changesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-08bugfix [#21929] linking in groups into a linked in scene is possible and thos...Campbell Barton
2010-04-01allow action groups with "" name, (just uses "Group" instead)Campbell Barton
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
2010-03-26Optimization for pose channel name lookups using a hash, makesBrecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-05use the camera's lens angle as radians.Campbell Barton
2010-01-01Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1Joshua Leung
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-18Keyframing Bugfix:Joshua Leung
2009-11-28Durian Rigging Requests: (Armature Layers + Rotation Locking Tweaks)Joshua Leung
2009-11-24- added rna api function scene.update(), needed for rig generation to update ...Campbell Barton
2009-11-24added a function to duplicate bPoseChannel's internal data - constraints, id-...Campbell Barton
2009-11-23copying a pose didnt copy its ID props, both poses would reference the same p...Campbell Barton
2009-11-23Repair display of iTaSC IK constraint. Fix crash in GE with high priority act...Benoit Bolsee
2009-11-21id properties for editbones and pose channels were not being freed in a numbe...Campbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-14Action Constraints Bugfix:Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-01Rigging Goodies: Spline IK ConstraintJoshua Leung
2009-10-08Rotation Modes Bugfix:Joshua Leung
2009-10-02Anim Bugfixes:Joshua Leung
2009-10-02Move Inverse Kinematics panel to Constraint context. Make iTaSC parameter pan...Benoit Bolsee
2009-09-27RNA + Animation:Joshua Leung
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-172.5 - Animation Utility FunctionJoshua Leung
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-08-252.5 - NLA Bugfixes:Joshua Leung
2009-08-21Hook Modifier - Bone TargetsJoshua Leung