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
2006-12-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-12-22adding ob.activeMaterial - allows you to get/set the active material for an o...Campbell Barton
2006-12-19Python APIKen Hughes
2006-12-19adding ob_arm.makeParentBone([ob1, ob2...], bonename)Campbell Barton
2006-12-17Missing variable initialization from earlier Object.New() patch.Ken Hughes
2006-12-17Python APIKen Hughes
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-12-17Python APIKen Hughes
2006-12-17Enable/Disable DupFaces from the Python API.Campbell Barton
2006-12-17fixed issue: rbHalfExtents was accidently named wrongly rbShapeBoundTypeErwin Coumans
2006-12-13added ob.passIndex to bpy, changed passIndex tooltip to a better one ton sugg...Campbell Barton
2006-12-11added the flag group_exclusive to materialCampbell Barton
2006-12-09Python APIKen Hughes
2006-12-01- enabled compound collision objects, requires 'clear parent inverse'Erwin Coumans
2006-11-28=IDProperties small update= Joseph Eagar
2006-11-23Bugfix #5289: "Shape Wizard Widget" script was using non-existant key:Ken Hughes
2006-11-22Python APIKen Hughes
2006-11-20=ID Properties Python Doc Update= Joseph Eagar
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17=ID Properties= Joseph Eagar
2006-10-11BPyRender sets renderlayers right nowCampbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-09-28-> Enter/Exit editmode wait cursor flagsGeoffrey Bantle
2006-09-26removed .parent by mistake in Object.cCampbell Barton
2006-09-24Extra generic errors for Scene, Groups and Metaballs to raise errors when try...Campbell Barton
2006-09-23new read only object property to be used for the collada exporterCampbell Barton
2006-09-11===Python API===Ken Hughes
2006-08-30Adds toggle to Object API for enabling NLA animation versus active ActionRoland Hess
2006-08-16Object.c - Fixed dupli variable flagsCampbell Barton
2006-08-15 - updated python api doc string for Object_SetDrawMode()Jiri Hnidek
2006-08-14===Python API===Ken Hughes
2006-08-13added __copy__ to mesh and object types, fixed a monor bug in setTexMesh and ...Campbell Barton
2006-08-08Made RotationMatrix accept values outside 360,Campbell Barton
2006-07-27Addition to MathutilsCampbell Barton
2006-07-09BPython:Willian Padovani Germano
2006-07-09BPython API:Willian Padovani Germano
2006-07-02wasnt decref'ing items I got from PySequence_GetItem for PolyFill or ob.join(...Campbell Barton
2006-06-28=== warnings cleanup ===Andrea Weikert
2006-06-26Object_join Was raising exceptions about being in background mode when it was...Campbell Barton
2006-06-26join could crash blender in background mode or if the mesh was not in the cur...Campbell Barton
2006-06-13Last minute patch from Chris WantTon Roosendaal
2006-06-01added rbRadius and rbHalfExtents members for python / rigid body access. rbRa...Erwin Coumans
2006-05-22===Python API===Ken Hughes
2006-05-17===Python API===Ken Hughes
2006-05-17added 2 more Rigid Body Python access, should be enough to make a start for C...Erwin Coumans
2006-05-17Added first Rigid Body python access (mass). Basic others will follow. This h...Erwin Coumans
2006-05-17*added new Object method Object.evaluatePose(frame)Joseph Gilbert
2006-05-07===Python API===Ken Hughes
2006-05-07added optional 'worldspace' arg to getLocation/getSize/getEulerCampbell Barton