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-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-06-11Fix incorrectly deleted elements in array modifier caps.Nicholas Bishop
2012-06-08Another fix for #31743: check for DM's verts number matches passed number of ...Sergey Sharybin
2012-06-08Fix #31743: Applying Smooth modifier to a curve crashes BlenderSergey Sharybin
2012-06-06Enabling smooth modifier for curvesDaniel Salazar
2012-06-05edge split modifier now works more like pre-bmesh --- 3+ faces using an edge ...Campbell Barton
2012-06-05Fix remesh output changing when input is moved relative to origin.Nicholas Bishop
2012-06-05style cleanupCampbell Barton
2012-06-03Part-Bugfix, Part-Feature Completion: 'Armature' Option for Mask ModifierJoshua Leung
2012-06-03Mask Modifier - Bugfix and dead-code cleanupJoshua Leung
2012-05-27code cleanup:Campbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-26patch [#31579] Solidify modifier: Add new option "Flip Normals"Campbell Barton
2012-05-26solidify option to flip normalsCampbell Barton
2012-05-25code cleanup: solidify modifier - remove dead assignment and unneeded NULL ch...Campbell Barton
2012-05-24Fix bug #31582, Crash with Skin modifierNicholas Bishop
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
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 cleanupCampbell Barton
2012-05-22style cleanu: skin modifierCampbell Barton
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
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-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-18add option for screw modifier to smooth shade. (renamed smooth_shading to use...Campbell Barton
2012-05-18Add smooth-shading option for remesh modifier.Nicholas Bishop
2012-05-17Enable remesh modifier for curves.Nicholas Bishop
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15Fix: mirror modifier only mirrors first UV map (IRC report).Brecht Van Lommel
2012-05-15Cloth: Revert triangulation after talking with brecht. Daniel Genrich
2012-05-15Cloth:Daniel Genrich
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Copy GridPaintMask to vertex paint mask when applying multires.Nicholas Bishop
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
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-07Style cleanup: displist moduleSergey Sharybin
2012-05-06style cleanup: modifiersCampbell Barton