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
2010-10-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32300:32571soc-2010-nicolasbishopNicholas Bishop
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-07-25== Multires/VPaint ==Nicholas Bishop
2010-06-30* Moved subsurf grid stuff into it's own header fileNicholas Bishop
2010-06-29svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r29583:29790Nicholas Bishop
2010-06-22Enabled openmp multithreading for multires/subsurf again, but onlyBrecht Van Lommel
2010-06-18* Changed gridkey to be a struct rather than an int. Has fields for the total...Nicholas Bishop
2010-06-10* Initial support for dynamically-sized Griddata from subsurf.Nicholas Bishop
2010-06-08* Replaced bad usage of inline keyword with CCG_INLINE.Nicholas Bishop
2010-06-06* Changed CCGSubSurf's Vert macros into functions that operate on any number ...Nicholas Bishop
2010-06-01Workaround #20467: disabled OpenMP multithreading on subsurf/multires/sculptBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-08Fix for a memory leak in subsurf code that is using memory arena, temporaryBrecht Van Lommel
2010-02-07Fix #20398: smooth brush + multires could still give problems at innerBrecht Van Lommel
2010-01-30Fix #20505: subsurf normals where not being set correct on correct fromBrecht Van Lommel
2009-12-11Sculpt Branch: multires conversion from 2.4 working again.Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-03Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: CCGSubsurf new functions to update normals, update subdivisionBrecht Van Lommel
2009-11-12sintel's normals were rendering black around her eye.Campbell Barton
2008-11-01Bug #17912: fix for some SSS floating point precision issues, and alsoBrecht Van Lommel
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-03-21Fixed bug #8180, Simple subdivide modifier performs catmull-clark on single e...Nicholas Bishop
2007-06-09subsurfs EDGE_getSharpness function was looping when it didnt need to and als...Campbell Barton
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-08-20 - made make_edge mark edges with LOOSEEDGE appropriatelyDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-08-03 - modify CCG to not crash when passed invalid faces, just ignoresDaniel Dunbar
2005-08-03 - change modifier applyModifier[EM] function to not free derived argumentDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-06-24 - bug fix, crash with edges with no face in subsurfDaniel Dunbar
2005-06-24 - bug fix, vertex normal calculation during incremental update was notDaniel Dunbar
2005-04-10 - don't apply creasing to edges with no adjacent faces... thingsDaniel Dunbar
2005-04-04 - dropped user specified vertex data functions for ccgsubsurf,Daniel Dunbar
2005-04-04 - work-in-progress: subsurf level 0 now just acts like a regular mesh,Daniel Dunbar
2005-04-04 - kinda crazy, but replaced old ME_SIMPLE_SUBDIV method with justDaniel Dunbar
2005-04-04 - added vertex normal calculation functionality to CCG subsurf (CCGSSDaniel Dunbar
2005-04-01 - apply spike crease bug fix to ccgsubsurfDaniel Dunbar
2005-04-01 - take out compile time conditional behavior of creasing for ccgDaniel Dunbar
2005-03-31 - fix warnings for gccDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-27 - more warning removal/cleanup for CCG, apparently GCC is notDaniel Dunbar
2005-03-27 - get rid of some warnings in CCG code, thanks lukepDaniel Dunbar
2005-03-22 - Hacked in blender style creasing support to new subsurfs.Daniel Dunbar
2005-03-21 - remove some duplicate prototypes, causes problems for some compilersDaniel Dunbar