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-24patch from Vladimir Espinosa for keying object layers from pythonCampbell Barton
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-06Bugfix for mysteriously disappearing left eyeball. Bounding boxesBrecht Van Lommel
2007-11-30dupliFaceScale wasnt being initialized for new objects, added Python api accessCampbell Barton
2007-11-28Previous commit (for ipos) missed python code fixes. Apparently makefilesTon Roosendaal
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-09-17== Action Editor - Copy and Paste Tools ==Joshua Leung
2007-09-07matrix to scale fixes from stableCampbell Barton
2007-09-01my commit 11122 broke scriptlinks. was returning before re-enabling scriptlinks.Campbell Barton
2007-08-12move mesh_vgroup_average to the weightpaint menu and rename. also added an op...Campbell Barton
2007-07-26PyAPI Simple Bugfix:Joshua Leung
2007-07-20removing 2 getset duplicates Campbell Barton
2007-07-12From stableCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-22(Python Object API)Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-28adding object.matrixParentInverseCampbell Barton
2007-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-05-16Python bugfix reported by reD_Fox1Campbell Barton
2007-05-05more epy doc updatesCampbell Barton
2007-04-25Object.c - made object action writableCampbell Barton
2007-04-23Changed TESTBASE and TESTBASE_LIB to check the hidden flagCampbell Barton
2007-03-26Python APICampbell Barton
2007-03-17Python APIKen Hughes
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-14disabled Object.Duplicate() in background mode bacause it needs the 3d view, ...Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton
2007-03-08BPython APICampbell Barton
2007-03-07Python APIKen Hughes
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
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-02-22renamed posebone.ik to hasIK, removed unused code, made the function name of ...Campbell Barton
2007-02-20Object parentType could never match Object.ParentTypes.LATTICE, Id incorrectl...Campbell Barton
2007-02-14Python APIKen Hughes
2007-01-25Python APIKen Hughes
2007-01-18Bugfix #5732Ton Roosendaal
2007-01-15Cleanup of pose insert methods for Armature objects, as planned in the post t...Toni Alatalo
2007-01-13Python APIKen Hughes
2006-12-28Made it possible to copy modifiers from the python APICampbell Barton
2006-12-27Python APIKen Hughes
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-26Python APIKen Hughes