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-11-17=ID Properties Small Python Update= Joseph Eagar
2006-11-17=ID Properties Update= Joseph Eagar
2006-11-17=ID Properties= Joseph Eagar
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-11-17Added group.layers bitfield to the python APICampbell Barton
2006-11-14Python API:Ken Hughes
2006-11-14Python APIKen Hughes
2006-11-14Python API:Ken Hughes
2006-11-13removed warning in last commitCampbell Barton
2006-11-13made mesh.getFromObject() accept a python object as well as the object name.Campbell Barton
2006-11-07move SPACE_* (enum) and SPACEICONMAX to DNA_space_types (being the more logic...Nathan Letwory
2006-11-07Added an option in the IK constraint to disable stretching, usefulBrecht Van Lommel
2006-11-03ack- need to get the hang of usercounts better- it seems they need to be init...Campbell Barton
2006-10-25was missing a return of len, so scn.objects.context was always returning 0Campbell Barton
2006-10-22made mesh getFromObject also copy the meshes flagCampbell Barton
2006-10-15a Malifico request, Blender.Library now supports loading relative libraries.Campbell Barton
2006-10-15added shadAlpha access to materials in pythonCampbell Barton
2006-10-13mesh/animation exporters didnt work when there were no 3d views open, because...Campbell Barton
2006-10-12On Matt's suggestion moved "Make Link->Groups" to the add groups menu as "Add...Campbell Barton
2006-10-11BPyRender sets renderlayers right nowCampbell 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-09Lattice.c was looping through all lattice data to check that it wasnt removed.Campbell Barton
2006-10-09BPyRender.imageFromObjectsOrtho's now sets all layers visible,Campbell Barton
2006-10-08removed unusued vars from Geometry.cCampbell Barton
2006-10-07removed some unused vars from Curve and matrixCampbell Barton
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-10-05Python APICampbell Barton
2006-10-05added the option to Blender.Library to 'link' data for maleficoCampbell Barton
2006-10-04mesh.transform() was applying the inverted 4x4 matrix to the normals, without...Campbell Barton
2006-10-03moved vector objects to getseters,Campbell Barton
2006-10-03Mathutils.Vector speedupCampbell 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-27Adding MDD import and export from patch 4969 with modifications, (import and ...Campbell Barton
2006-09-26removed .parent by mistake in Object.cCampbell Barton
2006-09-25corrected image doc mistake - image.makeCurrent()Campbell Barton
2006-09-25A possible problem was noted by Cyril Brulebois regarding copyright issuesAlfredo de Greef
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-23new read only object property to be used for the collada exporterCampbell Barton
2006-09-22This commit adds local target rotation support to the floor constraint,Roland Hess
2006-09-22Mesh iterators (me.faces, me.edges, me.verts, face and edge iterator) store t...Campbell Barton
2006-09-21from looking at patch 4934 made all user preference paths settable with Blend...Campbell Barton
2006-09-21Setting the image name was raising an error.Campbell Barton
2006-09-20removed warning in EXPP_setVec3ClampedCampbell Barton
2006-09-19order of case statement was messed up with previous commit.Campbell Barton
2006-09-18Type in docs and element.quat was checking for a vector type.Campbell Barton