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-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-04-11Fix T48084: Solidify uses alternate quad-directionCampbell Barton
2016-03-03Docs: comment on poly flipping w/ solidifyCampbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-02-26Fix T43643: Solidify crashes with 'only-rim'Campbell Barton
2015-02-24Modifier: no need to calloc (immediately filled)Campbell Barton
2014-08-20Fix for recent solidify rim-only patchCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-15Solidify Modifier "Rim Only" OptionCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-16Minor change to last commit to solidify, only allocate bitmap as neededCampbell Barton
2014-01-16Fix T38116: Crash when using solidify modifier on multi-user meshSergey Sharybin
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-06-15fix for recent changes in solidify, normals were OK but customdata for loops ...Campbell Barton
2013-06-14fix for own error in recent solitify refactor (r57402), face flip check was i...Campbell Barton
2013-06-12ifdef bugfix since its a little strange.Campbell Barton
2013-06-12solidify: dont add poly-normal layer to the derived mesh, since this is no lo...Campbell Barton
2013-06-12fix [#35710] Mesh explodes while using solidify modifier with tubular non-man...Campbell Barton
2013-06-12change to solidify modifiers own normal calculation function, dont attempt to...Campbell Barton
2013-06-12optimize solidify, no need to do edgehash lookups, the edges are known.Campbell Barton
2013-06-12solidify: reduce sign conversions.Campbell Barton
2013-06-12solidify: remove BLI_array realloc's.Campbell Barton
2013-06-12correct solidify normal calculation logicCampbell Barton
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-25fix for out of bounds memory access in solidify (harmless with guardedalloc p...Campbell Barton
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_anglesCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-27Fix #35113: solidify modifier not preserving clamp option on duplicating theBrecht Van Lommel
2013-04-26fix for out of bounds memory access in solidify modifier (hidden by guardedal...Campbell Barton
2013-03-13solidify modifier: thickness clamping helps prevent self intersections when t...Campbell Barton
2013-02-26fix own regression since 2.65 [#34438] Solidify crease bugCampbell Barton
2013-01-04fix [#33742] Solidify - Material index problemCampbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-20code cleanup: quiet -Wshadow warning, var name changes for splice functions a...Campbell Barton
2012-09-25fix for regression in solidify modifier copying loop customdata to rim faces ...Campbell Barton