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-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
2006-10-09BPyRender.imageFromObjectsOrtho's now sets all layers visible,Campbell Barton
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-24fixed mistakes and warnings in previous commit.Campbell Barton
2006-09-24Extra generic errors for Scene, Groups and Metaballs to raise errors when try...Campbell Barton
2006-09-08===Python API===Ken Hughes
2006-08-29Commented out user incrementing while linking to a scene while testing that I...Campbell Barton
2006-08-27Added scn.objects.new(obbdata) as a way of adding object data to a scene and ...Campbell Barton
2006-08-26Added a new iterator type to the scene - scene.objects should eventualy be us...Campbell Barton
2006-05-03Bugfix #4169: unlinking an empty object using scene.unlink() wasn't checkingKen Hughes
2006-03-13A small alteration for C syntax, code before vars (MSVC complained about this).Johnny Matthews
2006-03-13==BPy==Nathan Letwory
2006-03-13Scene unlinking didnt set the python objects scene to NULL,causing memory err...Campbell Barton
2006-03-11Bugfix #3898: Scene.unlink() was not decrementing the datablock user count.Ken Hughes
2006-02-04More work on render stuff!Ton Roosendaal
2006-01-06Scene.c - Removed redraw when in non UI mode.Campbell Barton
2006-01-03*warnings fixesJoseph Gilbert
2006-01-03replaced more M_Object_Get for the faster Object_CreatePyObject.Campbell Barton
2006-01-03made scene.getChildren() a heap faster. 983.3 times faster in my test.Campbell Barton
2005-12-29*crash fixJoseph Gilbert
2005-12-29Fixed a python segfault when linking a new object to a scene that had no data...Campbell Barton
2005-08-21A large collection of fixes from Ken Hughes including:Stephen Swaney
2005-08-05adding TimeLine bpy supportJoilnen Leite
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-05-27BPython:Willian Padovani Germano
2005-05-22BPython bug fixes:Willian Padovani Germano
2005-05-20BPython: bug fixes / patches from trackersWillian Padovani Germano
2005-04-21BPython:Willian Padovani Germano