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-08-07change TODO -> BMESH_TODO if only on bmesh branchHoward Trickey
2011-05-11set many vars & functions as static,Campbell Barton
2011-05-10=bmesh= glsl drawing in editmode works again, also fixed some minor customdat...Joseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
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-09-07merge from trunk at r31523Joseph Eagar
2010-08-24- move more active properties into their collections:Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
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-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-12correct fsf addressCampbell Barton
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
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-11-02shapekeys are now stored as customdata in editmode, so edit operations like s...Joseph Eagar
2009-08-31vpaint works with the new face structures, yay, though it probably still has ...Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-12fixed some problems in weld, collapse, and collapse uvsJoseph Eagar
2009-08-11Brought Extrude all the way back. The contextual menu works,Joseph Eagar
2009-07-17heh, forgot an ;Joseph Eagar
2009-07-17another attempt to hopefully fix gcc compilingJoseph Eagar
2009-07-14pre-merge commit. the mirror modifier is currently in pieces, to be picked b...Joseph Eagar
2009-06-23Array modifier is now implemented using bmeshJoseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
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