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-05-23solidify modifier - replace define, no longer needed since switching to bmesh.Campbell Barton
2012-05-23solidify modifier - replace VECADDFAC with inline function.Campbell Barton
2012-05-23fix solidify modifier flipping of rim polygons.Campbell Barton
2012-05-22style cleanup: mmap_win32Campbell Barton
2012-05-22fix for error in last commit and minor speedup to looping over edges.Campbell Barton
2012-05-22solidify modifier - remove a loop on all edges.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-08optimize ngon angle calculation in solidify modifier (was doing prev/next vec...Campbell Barton
2012-05-07fix [#31347] solidify modifier > even thickness parameter weiredCampbell Barton
2012-05-07fix for solidify modifier angle calculation (was incorrectly using normalized...Campbell Barton
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
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