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 (Collapse)Author
2007-12-17Reverting to 2_2x BPYMartin Poirier
I was careful in selectively rolling back revisions, but if you've committed changes unrelated to BPY mixed with BPY changes, I might have reverted those too, so please double check.
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
Data from Armature.c and logic.c still leaks. Mostly todo with PyList_Append adding a refcount and the bpython api not decrefing. Also added some features needed to fix a bug in mesh_clean.py (ob.pinShape and ob.activeShape)
2007-05-20own bad error. calling scene.timeline would crash blender.Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-02-25SceneCampbell Barton
* Moved to getsetattrs * added scene.users (get) * added scene.fakeUser (get/set) * added scene.world (get/set) * added scene.timeline (get) * added scene.render (get) * added scene.radiosity (get) * added scene.objects.camera (get/set) Group * added properties gen_utils * made getScriptLinks work as documented, return an empty list rather then None. header files, noted libdata after PyObject as a requirement. Others, * Deprecate prints for older functionality EpyDocs still need updating.
2005-12-13*warnings fixesJoseph Gilbert
2005-12-12Rewrote TimeLine_getFramesMarked func with better codingJoilnen Leite
.
2005-12-09change return of getMarked method for dict {framnum:['nameframe']}Joilnen Leite
.
2005-10-25getMarked return change to dictJoilnen Leite
.
2005-08-07_updates and warning fix_Joseph Gilbert
* fixed a few warnings in the python project * added timeline to py project
2005-08-05added bpy TimeLineJoilnen Leite
.