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
2007-12-24Step 3 for the initial commits for 2.5: removing src/ and python,Ton Roosendaal
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
2006-11-17=ID Properties Update= Joseph Eagar
2006-11-07move SPACE_* (enum) and SPACEICONMAX to DNA_space_types (being the more logic...Nathan Letwory
2006-10-25was missing a return of len, so scn.objects.context was always returning 0Campbell Barton
2006-10-13mesh/animation exporters didnt work when there were no 3d views open, because...Campbell Barton
2006-10-11Setting new objects scenes layers is & (1<<21)-1Campbell Barton
2006-10-10changed python scn.Layers get/set to mask off bits other then (1<<20)-1Campbell Barton
2006-10-10Mistake in recent schange to scn.objects.new() crashed Blender. fixed and als...Campbell Barton