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-05-19more updates to docsCampbell Barton
2008-03-26Python APIKen Hughes
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-02-03== Python API - Mesh ==Tom Musgrove
2007-11-24==Python API==Campbell Barton
2007-08-20added face sorting to mesh so you can do mesh.faces.sort(...)Campbell Barton
2007-08-07getVertsFromGroup was vaguely documentedCampbell Barton
2007-08-03fixes from 2.4xCampbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-05-02PyAPI, Mesh.c - added renderColorLayer and renderUVLayer to the meshCampbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton
2007-03-31Mesh.py - Updated doc and example about faceUV/vertexColorCampbell Barton
2007-03-29ICVS: ----------------------------------------------------------------------Campbell Barton
2007-03-26corrected text for mesh.rename*Layer and added note for mesh.active*LayerCampbell Barton
2007-03-07Type header_seq.c - Reassing Inputs -> Reassign InputsCampbell Barton
2007-02-27added id_attributes.py, this containes ID doc strings, all datablocks that ha...Campbell Barton
2007-02-11Made multires and shape keys throw errors when adding if the other existed (s...Campbell Barton
2007-01-28update to the md2 importer.Campbell Barton
2007-01-27Updated docs not to use Object.New() in examples, use scn.objects.*Campbell Barton
2007-01-22Python APIKen Hughes
2007-01-13Python APIKen Hughes
2007-01-09added a note that mesh.update() has changed sine 2.42 and a warning about the...Campbell Barton
2007-01-02weightpaint_envelope_assign - was making an error checking a null vgroupCampbell Barton
2006-12-28was missing getColorLayerNames and getUVLayerNames from docs.Campbell Barton
2006-12-26Python APIKen Hughes
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-21Python APIKen Hughes
2006-12-17Python APIKen Hughes
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17adding ed.key and face.edge_keysCampbell Barton
2006-12-17Enable/Disable DupFaces from the Python API.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-11-20=ID Properties Python Doc 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-09-27Adding MDD import and export from patch 4969 with modifications, (import and ...Campbell Barton
2006-09-17added mesh_create_derived_view(ob) to DerivedMesh.cCampbell Barton
2006-08-29added sharp edge to python edge flagsCampbell Barton
2006-08-25===Python API===Ken Hughes
2006-07-31added the texmesh to Mesh property to mesh.Campbell Barton
2006-07-12A little spell-checkage.Stephen Swaney
2006-07-11Added some notes on mesh materials and object getData(mesh=1)Campbell Barton
2006-07-06===Python API===Ken Hughes
2006-07-06added an example for face.col - normal mappingCampbell Barton
2006-07-06Added an example of using edge flags in the epydocsCampbell Barton
2006-07-06fixed a bug in poly redux's vgroup weight merging (was reducing the weight ea...Campbell Barton