2007-09-11 |
Geoffrey Bantle | -> Fix for Mesh Properties Python API |
blob | commitdiff | raw |
2007-09-10 |
Campbell Barton | Changes to "Face Select" mode |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Campbell Barton | getting the mesh for all curves/surfs/text raised an... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Campbell Barton | added face sorting to mesh so you can do mesh.faces... |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Campbell Barton | Mesh.c - getVertFromGroup ~25% speedup. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Campbell Barton | From stable |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Campbell Barton | replace PyInt_CheckExact with PyInt_Check, same for... |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Campbell Barton | mixed decloration, own Lattice typo's |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Campbell Barton | same as 2.44 stable - missing NULL checks. |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Campbell Barton | remove unneeded checks from the python API |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Campbell Barton | Mesh.c - added missing error checking for vert ranges... |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Campbell Barton | Python PyMethodDef supports single argument methods... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Geoffrey Bantle | -> Custom Properties for Mesh entities |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Campbell Barton | made change to NMesh decrefing suggested by theeth... |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Campbell Barton | pointInside wasnt working properly (did work with the... |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Campbell Barton | fix for a crash in Blender.Mesh, |
blob | commitdiff | raw | diff to current |
2007-05-27 |
Campbell Barton | more memory leak fixes, though only a few are likely... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Campbell Barton | Key.c/h - Removed unneeded functions. and ipo in struct... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Campbell Barton | Many long standing memory leaks fixed in the BPY api. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Campbell Barton | PyAPI, Mesh.c - added renderColorLayer and renderUVLaye... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Brecht Van Lommel | Fix for bug #6461: |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Campbell Barton | * Changed mesh so all new data is selected (fits in... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Campbell Barton | moved source and text to american spelling |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Campbell Barton | Python API |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Campbell Barton | removed unneeded dealloc functions |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Campbell Barton | removed duplicate functionality, macro's and functions... |
blob | commitdiff | raw | diff to current |
2007-03-14 |
Campbell Barton | made all python types that can do .__copy__(), also... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Brecht Van Lommel | Fix for bug #6127: |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Ken Hughes | Remove gcc compiler warnings from various files. |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Campbell Barton | made all data adding functions accept a name such as... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Campbell Barton | moved python functions that deal with blender libdata... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Campbell Barton | BPython API |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Nicholas Bishop | == Multires == |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Campbell Barton | Type header_seq.c - Reassing Inputs -> Reassign Inputs |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Campbell Barton | made attributes (name, property, users, fakeUser, lib... |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Campbell Barton | BPython API |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Campbell Barton | Made multires and shape keys throw errors when adding... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Campbell Barton | animation_trajectory - was printing deprecation warning... |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Campbell Barton | made Mesh.Get('foo') raise an error when foo dosnt... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Campbell Barton | made mesh.getFromObject also get the meshes smoothing... |
blob | commitdiff | raw | diff to current |
2006-12-27 |
Campbell Barton | renameing datablocks was imposing a name limit on the... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Campbell Barton | PyAPI driverExpression: |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Campbell Barton | added CustomData_add_layer_named, same as CustomData_ad... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Campbell Barton | initial python support for dealing with multires meshes. |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Campbell Barton | Added CustomData_get_named_layer_index to customdata... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Campbell Barton | Select Grouped editdata- minor fix in the menu. |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Campbell Barton | setting/getting mcol by index was flipping red/blue... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Campbell Barton | added fakeUser and users to more pytypes |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Campbell Barton | adding ed.key and face.edge_keys |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Campbell Barton | Enable/Disable DupFaces from the Python API. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Campbell Barton | python multi UV support - |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Campbell Barton | name changes from theeths suggestions |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Campbell Barton | exposed CustomData_get_active_layer_index in BKE_custom... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Brecht Van Lommel | Multiple UV and vertex color layers: (still work in... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Ben Batt | Modifier Stack: Limit calculation to required data. |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Ken Hughes | Python API |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Brecht Van Lommel | (Partial) fix for bug #5289: |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Brecht Van Lommel | Added custom vertex/edge/face data for meshes: |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Joseph Eagar | =ID Properties Python Update= |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Joseph Eagar | =ID Properties Update= |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Campbell Barton | removed warning in last commit |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Campbell Barton | made mesh.getFromObject() accept a python object as... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Campbell Barton | made mesh getFromObject also copy the meshes flag |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Campbell Barton | Mistake in recent schange to scn.objects.new() crashed... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Campbell Barton | added comparison function to many python types so you... |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Campbell Barton | Python API |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Campbell Barton | mesh.transform() was applying the inverted 4x4 matrix... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Campbell Barton | Adding MDD import and export from patch 4969 with modif... |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Campbell Barton | Mesh iterators (me.faces, me.edges, me.verts, face... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Campbell Barton | added mesh_create_derived_view(ob) to DerivedMesh.c |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Campbell Barton | bug of mine fixed |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Campbell Barton | made getFromObject() use a dummy mesh, rather then... |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Roland Hess | Fixes bug #4834. The function was supposed to return... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Campbell Barton | resolved invalid bounding box from the object by freein... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Ton Roosendaal | Animation department feature request: support for verte... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Campbell Barton | added sharp edge to python edge flags |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Ben Batt | Integration of the Google Summer of Code Modifier Stack... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Campbell Barton | added fakeUser property to mesh (will need to add to... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Campbell Barton | added __copy__ to mesh and object types, fixed a monor... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Campbell Barton | Added a octree implimentation for doing fast locational... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Campbell Barton | added the texmesh to Mesh property to mesh. |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Campbell Barton | faces faces added had vertex colors set to black. |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Campbell Barton | Fixed a bug where face flags could not be set because... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Campbell Barton | Fixed a bug where loose edges would raise an error... |
blob | commitdiff | raw | diff to current |
2006-06-17 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Ken Hughes | ===Python API=== |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Campbell Barton | Added Py_DECREF since PySequence_GetItem adds a referen... |
blob | commitdiff | raw | diff to current |
next |