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
2013-03-23code cleanup: quiet shadow warning.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-20Bugfix [#34710] Crash on duplicating object with cloth modifier.Daniel Genrich
2013-03-19Fix for [#34693] Linked Duplicate of object with Ocean modifier fails to copy...Thomas Dinges
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-13solidify modifier: thickness clamping helps prevent self intersections when t...Campbell Barton
2013-03-13Fix bevel modifier bug #34611, limit bevel amount needed.Howard Trickey
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08fix for typo in skin modifier that resulted in incorrect vertex weights.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-06fix for error building on big-endian.Campbell Barton
2013-03-06Bugfix [#34519] deleted cache after duplicating an object with baked simulationDaniel Genrich
2013-03-03code cleanup: de-duplicate cast modifier logic, had 'optimization' which was ...Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-26fix own regression since 2.65 [#34438] Solidify crease bugCampbell Barton
2013-02-24Fix #34358: shrinkwrap modifier project along normal did not work correctlyBrecht Van Lommel
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-12fix for own regression [#34096] ocean sim vertex color bugCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-24fix for mesh-cache modifier deform-integration used with axis-flipping would ...Campbell Barton
2013-01-24use inline functions for subsurf MVert,MEdge mesh array functions, also some ...Campbell Barton
2013-01-24code cleanup: minor edits to mesh-cache formatting.Campbell Barton
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-24add bullet define & include for scons makesrna, also move meshcache utils int...Campbell Barton
2013-01-23Fix for [#33959] laplacian smooth gui buggyThomas Dinges
2013-01-23make bullet optional againCampbell Barton
2013-01-23workaround [#32866] Crash by cyclic use of Boolean ModifierCampbell Barton
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-21Improved performance for multiple iterations, keeping the same laplacian matrix.Alexander Pinzon
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-19style cleanupCampbell Barton
2013-01-18use openmp sections for felling origindex arraysCampbell Barton
2013-01-17The problem of the peaks is corrected with the use of the normalized version.Alexander Pinzon
2013-01-17code cleanup: double, float - conversion warnings.Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-16Shape enhanced method exaggerates a shape using a Laplacian smoothing operato...Alexander Pinzon
2013-01-14Fix #33863: cycles viewport render crash entering edit mode on an object withBrecht Van Lommel
2013-01-08style cleanupCampbell Barton
2013-01-04fix [#33742] Solidify - Material index problemCampbell Barton
2013-01-04code cleanup: warningsCampbell Barton