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-12-05ParticlesBrecht Van Lommel
2007-11-27ParticlesBrecht Van Lommel
2007-09-18fixed copy between UV layers.Campbell Barton
2007-09-12* added functions to copy between UV and vertex color layers.Campbell Barton
2007-09-11-> Added mesh properties to modifiersGeoffrey Bantle
2007-06-04-> Custom Properties for Mesh entitiesGeoffrey Bantle
2007-05-02Made it so blender has an active render layer for Uv and Vertex color mesh la...Campbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-01-29= Updating the UVProject modifier to handle multiple UV layers =Ben Batt
2007-01-10Large fix for multires. Changed UV coordinates (MTFaces) to be special first-...Nicholas Bishop
2007-01-06Potential fix for bug #5359:Brecht Van Lommel
2006-12-24added CustomData_add_layer_named, same as CustomData_add_layer but accepts a ...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-22Fix: active face was lost switching between faceselect mode and editmode.Brecht Van Lommel
2006-12-21Added names to UV and vertex color layers, and display them as a list.Brecht Van Lommel
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-11-24Bugfix: don't allocate custom data layers with zero size.Brecht Van Lommel
2006-11-23(Partial) fix for bug #5289:Brecht Van Lommel
2006-11-20=typo fix=Tom Musgrove
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-12Added custom vertex data support to editmode. Only used for vertex groupsBrecht Van Lommel
2006-11-11Compile error fix for last commit, using an undeclared variable. How GCCBrecht Van Lommel
2006-11-11Added custom face data support in edit mode. The code used to do this isBrecht Van Lommel
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt