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
2014-11-29Cleanup: unused headersCampbell Barton
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-18Fix T37837: mirror modifier merge does not place vertices at the center.Brecht Van Lommel
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-06-03fix [#35545] Weight paint with mirror modifier does not accurate represent bo...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-03-23code cleanup: quiet shadow warning.Campbell Barton
2012-11-21revert r52399, fix for [#33217], will look into a different fixCampbell Barton
2012-11-20Fix #33217, mirror modifier edges missing in wireframe mode.Antony Riakiotakis
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-05-15Fix: mirror modifier only mirrors first UV map (IRC report).Brecht Van Lommel
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-02Fix #31190: mirror modifier caused non-planar quads to be split differently onBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Fix #30531: mirror modifier with vertex groups did not add both the left andBrecht Van Lommel
2012-03-18spelling cleanupCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-02-22Fix freeing of NULL pointer in array modifier.Sergey Sharybin
2012-02-21Fix [#30281] Left/Right vertex weights flipped.Bastien Montagne
2012-01-24fix leak in mirror modifier.Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...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-03only run remove doubles if a double is found.Campbell Barton
2012-01-03change to bmesh mirror modifier.Campbell Barton
2012-01-03minor changes for mirror modifier, bigger changes coming.Campbell Barton
2011-12-29bmesh mirror modifier cleanupCampbell Barton
2011-12-29bmesh mirror modifier wasn't doing UV mirror at all.Campbell Barton
2011-12-29svn merge ^/trunk/blender -r42957:42967Campbell Barton
2011-12-29remove unused initFlags option in mirror modifierCampbell Barton
2011-12-29minor edits to trunk mirror modifier, use unsigned ints since the vertex valu...Campbell Barton
2011-12-29array had its own unused vertgroup_flip_name function. removed.Campbell Barton
2011-12-29syncing modifiers with trunk - only small changesCampbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton