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-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
2018-05-11Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-09Modifiers: ported Triangulate DerivedMesh → MeshChristian Hubert
2018-05-09Modifiers: ported Boolean DerivedMesh → MeshChristian Hubert
2018-05-09Modifiers: ported Hook DerivedMesh → MeshChristian Hubert
2018-05-09Modifier stack: ShrinkWrap: move to mesh-based BVHTree code.Bastien Montagne
2018-05-09Cleanup/refactor: Move get_mesh_eval_for_modifier from MOD_util to BKE_modifier.Bastien Montagne
2018-05-09Surface Deform mod: removed some stuff that shouldn't have been committedSybren A. Stüvel
2018-05-09Mesh Deform modifier: also show result while editing the deformation meshSybren A. Stüvel
2018-05-09Modifiers: ported Surface Deform to MeshSybren A. Stüvel
2018-05-09Modifier stack: remove last usage of DM in WeightVGProximity .Bastien Montagne
2018-05-08Modifier stack: partial port of ShrinkWrap to new Mesh-based system.Bastien Montagne
2018-05-08Modifier stack: Port Warp to new Mesh-based system.Bastien Montagne
2018-05-08Modifier stack: port Mask to new Mesh-based system.Bastien Montagne
2018-05-08Modifier stack: Port Caqst to new Mesh-based system.Bastien Montagne
2018-05-08Cleanup: consistent BKE_mesh namingCampbell Barton
2018-05-08Cleanup: use 'nomain' when not in library dataCampbell Barton
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Modifier stack: Port Smooth to new Mesh-based system.Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Fix (unreported) bloody modifiers messing with ID user count in copy.Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Modifiers: sanitize/cleanup modifiers' copying & freeing code.Bastien Montagne
2018-05-08WeightVG modifiers: Cleanup, add asserts to validate expected data status...Bastien Montagne
2018-05-08Modifiers: pass the ob->data to the modifier if the mesh param is NULLSybren A. Stüvel
2018-05-08Modifier stack: port Displace to new Mesh-based system.Bastien Montagne
2018-05-08Fix recent Curve porting: mesh pointer may also be NULL in non-EditMode case.Bastien Montagne
2018-05-08Mod_util: Add back vcos parameter to get_texture_coords_mesh().Bastien Montagne
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-08Modifiers stack: port Curve to new Mesh-based system.Bastien Montagne
2018-05-08Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain.Bastien Montagne
2018-05-07Modifier stack: move vgroup editing modifiers to new Mesh-based system.Bastien Montagne
2018-05-07Modifier stack: add new get_texture_coords_mesh() helper.Bastien Montagne
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Modifier stack: port 'normals edit' to new Mesh-based system.Bastien Montagne
2018-05-07Modifier stack: move Edge Split to new Mesh-based system.Bastien Montagne
2018-05-07Merge branch 'master' into blender2.8Sergey Sharybin