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
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-01-02New customdata layer callback: validateSergey Sharybin
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-06COLLADACOLLADA exporter: split geometry export into own files.Nathan Letwory
2010-08-24- move more active properties into their collections:Campbell Barton
2010-06-01Fix #22239: external btx won't load.Brecht Van Lommel
2010-04-11Solidify ModifierCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt: external file storage for multiresBrecht Van Lommel
2009-01-072.5Ton Roosendaal
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-07-10-> Support for Custom Data in bevel modifierGeoffrey Bantle
2008-07-08-> UV and VCOL support for bevel (editmode)Geoffrey Bantle
2008-07-04-> Vertex Group support for bevel (editmode only)Geoffrey Bantle
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-05-02Made it so blender has an active render layer for Uv and Vertex color mesh la...Campbell Barton
2007-04-29Casting fixes for 64 bits. Incomplete commit, discussion on proper castingTon Roosendaal
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-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-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-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