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
2018-07-31Subsurf: Disable oprtion for nowSergey Sharybin
2018-07-31Subsurf: Rework in a way that patches boundaries are merged togetherSergey Sharybin
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-21Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-20Subsurf: Add basic statistics to help benchmarkingSergey Sharybin
2018-07-19Code cleanup and fixesRohan Rathi
2018-07-18Subsurf: Add subdivision code which uses new moduleSergey Sharybin
2018-07-12Fixed shading errors with normals and added proper weightingRohan Rathi
2018-07-11Added support for beveling curvesRohan Rathi
2018-07-10Changed default strength in hardenRohan Rathi
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-07-10Ocean Modifier: prevent crashing on 'Apply Modifier' buttonSybren A. Stüvel
2018-07-10Ocean Modifier: removed duplicated codeSybren A. Stüvel
2018-07-10Ocean Modifier: refactored the delayed-refresh approachSybren A. Stüvel
2018-07-10Ocean Modifier: ported from DerivedMesh to MeshSybren A. Stüvel
2018-07-06Merge remote-tracking branch 'origin/master' into blender2.8Sybren A. Stüvel
2018-07-06Ocean Modifier: removed the MOD_OCEAN_REFRESH_ADD flagSybren A. Stüvel
2018-07-05Cleanup: warningCampbell Barton
2018-07-05Fix build w/o fluidsimCampbell Barton
2018-07-05Fluidsim: fixed memory leakSybren A. Stüvel
2018-07-05Fluidsim: ported from DerivedMesh to MeshSybren A. Stüvel
2018-07-04Added copyData flag to ocean modifierSybren A. Stüvel
2018-07-04Fluid Sim: Removed unused PointCache pointerSybren A. Stüvel
2018-07-04Cloth simulation: share point cache between CoW copies of objectsSybren A. Stüvel
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel
2018-07-03cleanup of extend edge data and fixed minor errorsRohan Rathi
2018-07-03Fixed bugs in normal shading continuity and added supportRohan Rathi
2018-07-03Fixed merge errorsRohan Rathi
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-02Refactored bevel normal editing functionality.Rohan Rathi
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-27Patch to fix shading continuity.Rohan Rathi
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-22Added UI for harden normals and normal control in bevel modifierRohan Rathi
2018-06-22Cleanup: useless BKE_cdderivedmesh includes...Bastien Montagne
2018-06-22Modifiers: port shapekey modifier, some cleanup.Bastien Montagne
2018-06-22Modifiers: port UV_unwarp from DM to Mesh.Bastien Montagne
2018-06-22Cleanup: unused valueCampbell Barton
2018-06-22Modifiers: Remove lots of usages of md->sceneSergey Sharybin
2018-06-22Subsurf: Move away from using scene from modifier dataSergey Sharybin
2018-06-22Multires: Move away from using scene from modifier dataSergey Sharybin
2018-06-21Modifiers: Stop using md->scene in isDisabled() callbackSergey Sharybin
2018-06-21Cleanup: nuke useless BKE_DerivedMesh.h includes.Bastien Montagne
2018-06-21Cleanup: names: data transfer/mesh remap: dm -> me/mesh.Bastien Montagne