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-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-10check for weights outside of 0-1 range when validating weightsCampbell Barton
2011-12-09BKE_mesh_validate_arrays was correcting non-finite verts and zero normals eve...Campbell Barton
2011-12-08regarding [#29521] Invalid Vertex WeightsCampbell Barton
2011-12-01Check for mvert coords and normals when doing mesh.validate() and set invalidSergey Sharybin
2011-11-14minor cleanup Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-03warning fixesCampbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-04-25fix [#27140] Negative Subdiv level in the operator panel.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-10mesh validation remove duplicate faces didn't always work, now it _should_ al...Campbell Barton
2011-02-10mesh validation: bugfix for removing doubles, another fix coming...Campbell Barton
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-10fix [#26003] Twice applied modifier with Convert to mesh with several multi-u...Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09SVN maintenance.Guillermo S. Romero
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton