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-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Alembic import: assign cache_file handle to original datablockSybren A. Stüvel
2018-06-07Alembic import: port DerivedMesh → MeshSybren A. Stüvel
2018-06-06Cleanup: styleCampbell Barton
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01Boolean modifier: fixed crash when applying the modifierSybren A. Stüvel
2018-06-01Modifiers: tiny optimizations for mesh deform, lattice, kdop.Brecht Van Lommel
2018-06-01Fix T55282: Modifiers: Removed unnecessary object evaluationSybren A. Stüvel
2018-06-01Removed old mention of CDDerivedMeshSybren A. Stüvel
2018-06-01Modifiers: ported Soft Body DerivedMesh → MeshSybren A. Stüvel
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30Modifiers: Bring back custom data referencing logicSergey Sharybin
2018-05-30Modifiers: Restore duplication of referenced layersSergey Sharybin
2018-05-30Fix broken meshdeform modifier after recent cleanup.Bastien Montagne
2018-05-30Cleanup/fix wrong modifiers targets handling in COW context.Bastien Montagne
2018-05-26Fix T55207, fix T55208: hair not positioned correctly after subsurf.Brecht Van Lommel
2018-05-25Fix T55165: Driving camera lens with property behaves unexpectedlyDalai Felinto
2018-05-24Fix all modifiers that depended on BKE_modifier_get_evaluated_mesh_from_objectDalai Felinto
2018-05-24Fix boolean modifier when objects have transformationsDalai Felinto
2018-05-24Fix cannot apply boolean modifierDalai Felinto
2018-05-23Fix typo in headerCampbell Barton
2018-05-23Fix last usages of Scene.r.cfra in modifiers code.Bastien Montagne
2018-05-23Fix modifiers not using depsgraph time for texture evaluation.Bastien Montagne
2018-05-22Modifiers: ported Cloth DerivedMesh → MeshSybren A. Stüvel
2018-05-17Modifiers: ported Surface DerivedMesh → MeshSybren A. Stüvel
2018-05-17Modifiers: ported Collision DerivedMesh → MeshSybren A. Stüvel
2018-05-17Collision Modifier: get time from depsgraph instead of sceneSybren A. Stüvel
2018-05-17Modifiers: ported Particle Instance DerivedMesh → MeshSybren A. Stüvel
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-16Fix T55097: Mesh Deformation modifier is ignoring Vgroup optionSybren A. Stüvel
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-14Some cleanup in modifiers' mesh copying.Bastien Montagne
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-12Modifiers: port Remesh from DerivedMesh to MeshCampbell Barton
2018-05-12Modifiers: ported Wave from DerivedMesh to MeshCampbell Barton
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-11Modifiers: ported Laplacian Deform DerivedMesh → MeshChristian Hubert
2018-05-11Modifiers: ported Laplacian Smooth DerivedMesh → MeshChristian Hubert
2018-05-11Modifiers: ported UV Project DerivedMesh → MeshChristian Hubert
2018-05-11Modifiers: ported Screw DerivedMesh → MeshChristian Hubert
2018-05-11Modifiers: ported Corrective Smooth DerivedMesh → MeshChristian Hubert
2018-05-11Modifiers: ported Decimate DerivedMesh → MeshChristian Hubert
2018-05-11Fix bad pointer cast when modifier is used on non-mesh objectSybren A. Stüvel