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
2012-02-26modified fix for "Fix [#30351] Solidify Modifier High Quality Normals fails."...Campbell Barton
2012-02-26Fix [#30351] Solidify Modifier High Quality Normals fails.Bastien Montagne
2012-02-12solidify modifier fix for material offset.Campbell Barton
2012-01-24fix for crash applying solidift after subsurfCampbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-20skip converting non CDDM type derived meshes for solidify modifier.Campbell Barton
2012-01-17another fix for bmesh/solidify - was using incorrect poly length when finding...Campbell Barton
2012-01-17remove some complexity in solidify code rim face creation.Campbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-05remove re-tesselation after constrictive modifiers, this way we can avoid cal...Campbell Barton
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2011-12-29syncing modifiers with trunk - only small changesCampbell Barton
2011-12-28un-inline edgehash functions, BLI_edgehash_insert was far too big to inline.Campbell Barton
2011-12-28un-inline edgehash functions, BLI_edgehash_insert especially was too large to...Campbell Barton
2011-12-28macro for getting next/previous MPoly loopsCampbell Barton
2011-12-28set mloop edge and vertex as unsigned ints since face/edge reference verts as...Campbell Barton
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-05fix [#29378] some textures getting stretched when the mesh has solidify and s...Campbell Barton
2011-11-30remove wrong solidify & draw changes i had checked in here and had also propo...Andrew Wiggin
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-29- add BM_NGON_STACK_SIZE define to use wherever ngon stack arrays are used.Campbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-02svn merge -r41431:41453 ^/trunk/blenderCampbell Barton
2011-11-01Fix #29124: Modifying mesh with mirror and solidify modifiers crashes blenderSergey Sharybin
2011-11-01Reverting r41409 (broken fix for #29089)Andrew Wiggin
2011-11-01svn merge -r41371:41420 ^/trunk/blenderCampbell Barton
2011-10-31fix [#29089] Faces created for "rims" by solidify modifier have incorrect vis...Campbell Barton
2011-10-31Fix problems with setting (and respecting) correct visibility of rim faces cr...Andrew Wiggin
2011-10-27Fix "[#29036] Crash on solidify" and a few misc subsurf and derived mesh bugs...Andrew Wiggin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-24make error prints more helpful & correct some comments for rip code.Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-22Fix #28226: Selection highlighting is wrong when Solidify Modifier is usedSergey Sharybin
2011-08-29brought back some unused variables removed from previous commit, commented ou...Howard Trickey
2011-08-25Cleaned up unused variablesHoward Trickey
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-14fix [#28225] Solidify Modifier creates wrong results when vertex group is att...Campbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-07-26svn merge -r38200:38300 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-07-11Fix #27930: many modifiers crashed when used on a lattice with a vertex group.Brecht Van Lommel
2011-06-05=bmesh= removed extraneous debug printfJoseph Eagar
2011-06-01=bmesh= committing not-quite-functional edge split modifier code before repla...Joseph Eagar
2011-05-26=bmesh= fixed problem with creases in solidify modifierJoseph Eagar