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
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-10-27==Python API==Campbell Barton
2007-10-21changed default nan_definitions.mk to use python 2.5 for linux (ai64 default ...Campbell Barton
2007-10-21own error, was returning the wrong python error typeCampbell Barton
2007-10-21warning cleanup:Stephen Swaney
2007-10-20made setting the pose_bone.poseMatrix possible, this does not set the matrix ...Campbell Barton
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-09-17Patch/Bugfix #7334 by 'gsr b3d:Joshua Leung
2007-09-05printing a pose's bone dict was limited to 4096 characters otherwise it would...Campbell Barton
2007-07-12From stableCampbell Barton
2007-05-21=== Bugfix ===Martin Poirier
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-03Pose.c - added option not to update IPO's when adding a keyframe to a bone.Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-02-22renamed posebone.ik to hasIK, removed unused code, made the function name of ...Campbell Barton
2007-02-21* added MTex uvlayer string attributeCampbell Barton
2006-12-30added pose_bone.displayObject for getting/setting custom bonesCampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-08-31added .sel to pose bones as well as read only .parent propertyCampbell Barton
2006-05-14*applying patchJoseph Gilbert
2006-05-07===Python API===Ken Hughes
2006-05-07Bugfixes for frame number boost:Peter Schlaile
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-03-11Bugfix #3895: Call to PyString_FromString() wasn't being Py_DECREF()'ed,Ken Hughes
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-16clean up some warnings in bpy codeStephen Swaney
2006-01-13* [ #3746 ] Calling getPose on a mesh object generates "RuntimeError: Pose - ...Joseph Gilbert
2006-01-13*head/tail additionJoseph Gilbert
2006-01-12remove Constraint.h since it doesn't exist.Kent Mein
2006-01-11Probably need these....Joseph Gilbert