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
2007-02-09Bugfix:Ton Roosendaal
2007-01-22* move two expressions after declarations in their blocks. Compiles again wit...Nathan Letwory
2007-01-22= Multires =Nicholas Bishop
2007-01-16Fixed a memory leak caused by using sculptmode's partial visibility on a mesh...Nicholas Bishop
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-12-03Better integration of multires with editmode. Setting/adding levels no longer...Nicholas Bishop
2006-12-01Added a copy function for multires; duplicating a mesh with multires now work...Nicholas Bishop
2006-11-23Fix for bug #5288:Brecht Van Lommel
2006-11-20Fix for a missing check for NULL face data in test_index_face in myBrecht Van Lommel
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-08Modified the way booleans preserve face data, and cleaned up someBrecht Van Lommel
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop
2006-11-04Bugfix #5154Ton Roosendaal
2006-10-16Bugfix #5090Ton Roosendaal
2006-09-12Bugfix #4979: unlinking mesh obdata which has shape keys was not decrementingKen Hughes
2006-08-20Huge commit: VERSEJiri Hnidek
2006-05-11-> Fix for Bug #4167Geoffrey Bantle
2006-05-10Bugfix #4175Ton Roosendaal
2006-04-04Fix some warning for unsigned vs signed comparisons.Ken Hughes
2006-02-19Warning fix in subsurf_ccg.c. Also changed subsurf UV vertex and edgeBrecht Van Lommel
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-09-22More properly coded version for adding edges... now only do_versions()Ton Roosendaal
2005-09-22Bugfix #3077Ton Roosendaal
2005-09-03Saturday morning first cup of coffee hack (yeah, its a lateDaniel Dunbar
2005-08-31 - mesh_strip_loose_faces was completely wrong, dunno what I was on...Daniel Dunbar
2005-08-21 - bug fix, last edge wasn't flagged correctly on make_edgesDaniel Dunbar
2005-08-21 - added mesh_strip_loose_faces, works in conjunction with make_edgesDaniel Dunbar
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-13 - texcomesh used wrong texture space (should use the texcomesh objectDaniel Dunbar
2005-08-13 - readded Subsurf "optimal" edge drawing/renderingDaniel Dunbar
2005-08-12 - remove some silly array copying code for nurb displist generationDaniel Dunbar
2005-07-28 - update storage.c to use standard time codes (should fix issueDaniel Dunbar
2005-07-26 - added wave modifier & removed old wave effectDaniel Dunbar
2005-07-23 - change mesh_calc_normals to set vertices with len(no)==0Daniel Dunbar
2005-07-23 - removed mface->puno flags, was only used to flip normals in displayDaniel Dunbar
2005-07-22 - moved mesh_getVertexCos to mesh.c and prototypedDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-20 - for some reason mesh_create_derived_no_deform took the raw data (notDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-19 - ditch mesh_uses_displistDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-18 - added boundbox_set_from_min_max functionDaniel Dunbar
2005-07-18 - missed commit of file with mesh_calc_normalsDaniel Dunbar
2005-07-17 - convert mesh_modifier to return deformed verts instead ofDaniel Dunbar
2005-07-15 - decided it made more sense to make a key_get_active function, switchedDaniel Dunbar
2005-07-15 - more signedness warning fixes in editsimaDaniel Dunbar