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-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
2018-05-07Fix T54594: Lattice with Armature modifier not updating correctlySergey Sharybin
2018-05-04Allocate/free meshes with generic library functions.Sybren A. Stüvel
2018-05-04Merge branch 'master' into blender2.8Philipp Oeser
2018-05-04Modifiers: add back dirty normal flagCampbell Barton
2018-05-04Fix T54341: Particle Instance Modifier doesn't preserve edge dataPhilipp Oeser
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-04Modifiers: ported wire modifier to meshCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Cleanup: correct solidify logicCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-03Restored HQ normals in Solidify modifierSybren A. Stüvel
2018-05-02Modifiers: ported Skin modifier DerivedMesh → MeshSybren A. Stüvel
2018-05-02Modifiers: ported Solidify modifier DerivedMesh → MeshSybren A. Stüvel
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-05-02Modifiers: ported Lattice modifier DerivedMesh → MeshSybren A. Stüvel