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-06-01Merging revisions 15020-15073 of https://svn.blender.org/svnroot/bf-blender/t...clothDaniel Genrich
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
2008-03-31TimeLine PyType was not getting initialized, causing auto-completion in the i...Campbell Barton
2008-03-04PyAPI: create scene sequence data if its not there when getting scene.sequenceCampbell Barton
2008-03-03* Bugfix #8426: certain hooks options segfaulted Joshua Leung
2008-03-01Fix for bug [#8405] makeParentDeform segfaults BlenderCampbell Barton
2008-02-16fix for [#8257] double-freeing pointers from sculpt codeCampbell Barton
2007-12-24old bug in python api, Blender.Scene.Unlink() did not check if screens were u...Campbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-11-07=Python API bugfix=Joseph Eagar
2007-07-25removing unneeded checksCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-29== PY API ==Joshua Leung
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-04-30Scene.c - scene.objects.context how dosnt include hidden objectsCampbell Barton
2007-03-31Python APIKen Hughes
2007-03-30allow dealing with vertex groups once an object is created from a mesh.Campbell Barton
2007-03-30added Window.Get/SetActiveLayer() and changed how scn.objects.new() works, if...Campbell Barton
2007-03-26Python APICampbell Barton
2007-03-21Python APIKen Hughes
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10PyApi: fix for own bad bug, obdata was having a user removed when the object ...Campbell Barton
2007-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton
2007-03-09Python APIKen Hughes
2007-03-08BPython APICampbell Barton
2007-03-05adding experemental sequencer module, This may change or be removed before ne...Campbell Barton
2007-03-01Scene.c - world could not be set to None, added "cursor" attribute.Campbell Barton
2007-02-28mis named Layer, should be Scene.LayersCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-25SceneCampbell Barton
2007-02-23BPython APICampbell Barton
2007-01-24* remove warning about add_only_objectNathan Letwory
2007-01-23use add_only_object to add a new object with defailts.Campbell Barton
2007-01-22creating new objects fromCampbell Barton
2006-12-29Scene.c - deprecation warning for getSceneCampbell Barton
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-12-21Python APIKen Hughes
2006-12-20Python APIKen Hughes
2006-12-17Python APIKen Hughes
2006-12-15Wasnt initializing a pointer as null, messed up making new object namesCampbell Barton
2006-12-11renamed objects.add() and .remove() to .link() and .unlink() for scene and gr...Campbell Barton
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17Get rid of various warnings with gcc under linuxKen Hughes