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-12-11Merge branch 'master' into soc-2013-sketch_meshsoc-2013-sketch_meshAlexander Pinzon Fernandez
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-11-26Screw Modifier: UV supportCampbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-21Changed the names of some variables.Alexander Pinzon Fernandez
2013-11-21Create of new Operator for bind Laplacian Deform ModifierAlexander Pinzon Fernandez
2013-11-21Code Cleanup: use strict flags for screw modifier, reduce sign conversionCampbell Barton
2013-11-13svn merge ^/trunk/blender 60972:61239Alexander Pinzon
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-17Style cleanup: Coding Style.Alexander Pinzon
2013-10-15The system can now iterates to improve the solution found.Alexander Pinzon
2013-10-10Code was clean, some problems were fixed.Alexander Pinzon
2013-10-08svn merge ^/trunk/blender 59138:60616Alexander Pinzon
2013-09-02Cleanup!Bastien Montagne
2013-08-15Now the deformation method does not require static vertices, only with the ha...Alexander Pinzon
2013-08-14svn merge ^/trunk/blender 58498:59138Alexander Pinzon
2013-07-27Implement the deformed Laplacian as a modifier.Alexander Pinzon
2013-07-23remove use_relative option from simple deform,Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-03-13solidify modifier: thickness clamping helps prevent self intersections when t...Campbell Barton
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-16Shape enhanced method exaggerates a shape using a Laplacian smoothing operato...Alexander Pinzon
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-09add a distance limit to the shrinkwrap modifiers project mode,Campbell Barton
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-23Sizeerror 8 fix for DecimateModifierDataSergey Sharybin
2012-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-23add option for decimate-collapse to keep triangulated geometry (normally quad...Campbell Barton
2012-10-23add limited dissolve as a decimation type to the decimate modifier.Campbell Barton
2012-10-23add un-subdivude as an optional method for the decimate modifier, gives more ...Campbell Barton
2012-10-22add vertex group option to decimate modifier, handy if you want to pin some p...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-09-25default simple deforms `Relative` option to be enabled, IMHO this shouldn't b...Campbell Barton
2012-06-15Ensure enums in DNA files has got explicit valuesSergey Sharybin
2012-05-26solidify option to flip normalsCampbell Barton
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
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-04-26Minor fix in response to Koji Iigura's mail. Own error, sorry about that (I t...Bastien Montagne
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-26Patch: [#30652] Influence slider for Lattice ModifierThomas Dinges
2012-03-09style cleanup: comment blocksCampbell Barton