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-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
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2012-12-29style cleanupCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-23code cleanupCampbell Barton
2012-12-18Minor tweaks to some UI messages...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-14style cleanupCampbell Barton
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich