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
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2015-07-21Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing.Bastien Montagne
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-10CustomData: deprecate CD_ID_MCOLCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-26Code cleanup: give anomymous enum used for CustomData.type a nameNicholas Bishop
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2013-09-13Change the enum for CustomDataMask bits back to #defines.Nathan Letwory
2013-09-10Another DNA cleanup (enums instead of defines).Bastien Montagne
2013-05-01Fix #35171: crash rendering cube with two subsurf modifier in some circumstan...Brecht Van Lommel
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-02code cleanup: clarify comment about virtial-modifiers, also add comments to D...Campbell Barton
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-11Add DNA and customdata entries for paint masks.Nicholas Bishop
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-08style cleanup - spelling.Campbell Barton
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-06Ported UvElementMap code to bmesh, still untested but at least compiling.Antony Riakiotakis
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-12-28svn merge ^/trunk/blender -r42920:42927Campbell Barton
2011-12-28initial merge of bmesh customdata layer code into trunk, ifdef'd out for now ...Campbell Barton
2011-12-28sync customdata layers up with trunk. existing bmesh files will crash on load...Campbell Barton
2011-12-28merge in customdata changes from BMesh - biggest change is caching the layer ...Campbell Barton
2011-12-28reduce size of typemap, and minor changes to sync with trunkCampbell Barton
2011-12-28minor changes from bmesh into trunkCampbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-11svn merge -r40075:40104 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-12manually copy more changes from trunk.Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin