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
2020-09-03Fix crash running remesh modifier without OpenVDBCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-07-02UI: Small Tweaks to Modifier Layouts for ConsistencyHans Goudey
2020-07-01Cleanup: spellingCampbell Barton
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-14Fix T76553: Blender Freezes When Playing Back AnimationJeroen Bakker
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-31Add Voxel Mode to the Remesh modifierPablo Dobarro
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-08-26Cleanup: use BLI_assertCampbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for modifiersCampbell Barton
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-05-12Modifiers: port Remesh from DerivedMesh to MeshCampbell Barton
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-01Extract common modifier parameters into ModifierEvalContext structSybren A. Stüvel
2018-05-01Modifiers: Add wrapper functions with Mesh / DerivedMesh conversionMai Lavelle
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2015-08-04Remesh modifier has unnecessary MFace calculationCampbell Barton
2015-07-20Replace MFace use by MLoopTri w/ remash modifierCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-06-05Fix remesh output changing when input is moved relative to origin.Nicholas Bishop
2012-05-18Add smooth-shading option for remesh modifier.Nicholas Bishop
2012-05-17Enable remesh modifier for curves.Nicholas Bishop