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
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
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-07-30- moved navmesh conversion code to ED_Editors project (ED_navmesh_conversion....Nick Samarin
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-04-05Fix #21885: constraint with copy location/rotation from vertex group crashes.Brecht Van Lommel
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
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-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-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-03imbusy GSoC'09 branch merge (Vertex Buffer Object support)Lukas Steiblys
2009-09-15made subsurf object mode conversion faster, though still needs a bit more workJoseph Eagar