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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-03-30Mirror Modifier: Add offsets for mirrored UVsCampbell Barton
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-08-05Mirror modifier: Fix for wrong dependency relationsSergey Sharybin
2015-06-30Fix T45241: New depsgraph was lacking update of python drivers on time changeSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-22Fix T44475: Merge option of Mirror Modifier behavior reversed.Bastien Montagne
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
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