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-03-08BPython APICampbell Barton
2007-03-08== Multires ==Nicholas Bishop
2007-03-07Type header_seq.c - Reassing Inputs -> Reassign InputsCampbell Barton
2007-03-06Python APIKen Hughes
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-02-11Made multires and shape keys throw errors when adding if the other existed (s...Campbell Barton
2007-02-07animation_trajectory - was printing deprecation warnings. cleaned up some of ...Campbell Barton
2007-01-28made Mesh.Get('foo') raise an error when foo dosnt exist rather then returnin...Campbell Barton
2007-01-11made mesh.getFromObject also get the meshes smoothing value when copied from ...Campbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-25PyAPI driverExpression:Campbell Barton
2006-12-24added CustomData_add_layer_named, same as CustomData_add_layer but accepts a ...Campbell Barton
2006-12-24initial python support for dealing with multires meshes.Campbell Barton
2006-12-24Added CustomData_get_named_layer_index to customdata to get a layer index by ...Campbell Barton
2006-12-23Select Grouped editdata- minor fix in the menu.Campbell Barton
2006-12-23setting/getting mcol by index was flipping red/blue. works now.Campbell Barton
2006-12-21Python APIKen Hughes
2006-12-21Python APIKen Hughes
2006-12-21Python APIKen Hughes
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-12-17adding ed.key and face.edge_keysCampbell Barton
2006-12-17Enable/Disable DupFaces from the Python API.Campbell Barton
2006-12-13python multi UV support -Campbell Barton
2006-12-13name changes from theeths suggestionsCampbell Barton
2006-12-13exposed CustomData_get_active_layer_index in BKE_customdata.h (needed by pyth...Campbell Barton
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-12-02Python APIKen Hughes
2006-11-23(Partial) fix for bug #5289:Brecht Van Lommel
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17=ID Properties Update= Joseph Eagar
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-10-22made mesh getFromObject also copy the meshes flagCampbell Barton
2006-10-10Mistake in recent schange to scn.objects.new() crashed Blender. fixed and als...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-04mesh.transform() was applying the inverted 4x4 matrix to the normals, without...Campbell Barton
2006-09-27Adding MDD import and export from patch 4969 with modifications, (import and ...Campbell Barton
2006-09-22Mesh iterators (me.faces, me.edges, me.verts, face and edge iterator) store t...Campbell Barton
2006-09-17added mesh_create_derived_view(ob) to DerivedMesh.cCampbell Barton
2006-09-15bug of mine fixedCampbell Barton
2006-09-11made getFromObject() use a dummy mesh, rather then making a copy of the mesh ...Campbell Barton
2006-09-08Fixes bug #4834. The function was supposed to return a list of vertexRoland Hess
2006-09-05resolved invalid bounding box from the object by freeing a new meshes boundin...Campbell Barton
2006-09-03Animation department feature request: support for vertex groups in LatticesTon Roosendaal
2006-08-29added sharp edge to python edge flagsCampbell Barton
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt