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-06bugfix, memory leaks when getting particles and particle system loc/size/rot/...Campbell Barton
2008-06-04Python API object.parentVertexIndex - access vertex parent indiciesCampbell Barton
2008-05-28[#10223] a new object function to add vertex group from an armatureMartin Poirier
2008-05-11fix compiler warnings.Stephen Swaney
2008-05-11Initial commit for BPy Particle patch #8557 from Cedric PailleStephen Swaney
2008-04-27remove old particle system.Campbell Barton
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-04-07Doh! Typo - replace [Y] with [Z].Stephen Swaney
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get loc...Campbell Barton
2008-04-06Python API - read access to Track and Up axis attributes for Object.Stephen Swaney
2008-04-01Fix for bug #8629: python object.boundingBox was not in worldspaceBrecht Van Lommel
2008-03-01Fix for bug [#8405] makeParentDeform segfaults BlenderCampbell Barton
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