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-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-07-05Cosmetic updates to mesh validate messages.Bastien Montagne
2012-07-02Validate mesh selection stack in mesh_validate functionSergey Sharybin
2012-06-28Fix #31835: OBJ Importer corrupts a model (crash in edit mode)Sergey Sharybin
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-04-25mesh.validate() / BKE_mesh_validate() --- functions now check for duplicate v...Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-18style cleanup: mesh validate.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-16mesh_validate code for bmesh (i.e. polys/loops).Bastien Montagne
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2011-12-28un-inline edgehash functions, BLI_edgehash_insert was far too big to inline.Campbell Barton
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell 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-08svn merge ^/trunk/blender -r42495:42516Campbell Barton
2011-12-08regarding [#29521] Invalid Vertex WeightsCampbell Barton
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
2011-12-01Check for mvert coords and normals when doing mesh.validate() and set invalidSergey Sharybin
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-10-26svn merge -r41266:41287 ^/trunk/blenderCampbell Barton
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-10-10Miscellaneous cleanup, comment changes, and asserts. Should be no functional ...Andrew Wiggin
2011-10-09Fix 28493: Meshes added with many addons revert to only verts on entry to edi...Andrew Wiggin
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-06svn merge -r39890:39951 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-03warning fixesCampbell Barton
2011-09-01BKE_mesh_calc_edges() now uses polygons when available.Campbell Barton
2011-08-29svn merge -r39664:39762 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-04-25fix [#27140] Negative Subdiv level in the operator panel.Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
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-27merge with/from trunk at r35190Joseph Eagar
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