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-16Fix crash when duplicating an object type mesh with raycast operation enabled.Germano
2018-05-16Mesh: Set deformed_only=1 when copied mesh is from main librarySybren A. Stüvel
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-14Fix T55031: add explicit copy flag to force deep-copying shapekey datablock w...Bastien Montagne
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-05-11Assign totxxx mesh attributes in BKE_mesh_new_nomainChristian Hubert
2018-05-09Cleanup: Remove redundant bvh_cache initialization.Germano
2018-05-09BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a D...Germano
2018-05-08Missed last commitCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Campbell Barton
2018-05-08Cleanup: includesCampbell Barton
2018-05-08Cleanup: move mesh conversion into own functionCampbell Barton
2018-05-08Cleanup: consistent BKE_mesh namingCampbell Barton
2018-05-08Cleanup: use bool for BKE_mesh_new_from_objectCampbell Barton
2018-05-08Cleanup: rename variablesCampbell Barton
2018-05-08Cleanup: use 'nomain' when not in library dataCampbell Barton
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Mesh normals: clear runtime dirty normal flag also when computing clnors.Bastien Montagne
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-08Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain.Bastien Montagne
2018-05-08BKE_mesh_new → BKE_mesh_new_nomainSybren A. Stüvel
2018-05-08Added BKE_mesh_new()Sybren A. Stüvel
2018-05-04Allocate/free meshes with generic library functions.Sybren A. Stüvel
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-05-02Modifiers: ported Solidify modifier DerivedMesh → MeshSybren A. Stüvel
2018-05-02Mesh: move runtime members to own structCampbell Barton
2018-05-02Modifiers: ported Bevel modifier DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Mirror DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Simple Deform & Build, DerivedMesh → MeshSybren A. Stüvel
2018-04-30Fix T54901: Crash renaming UV layerCampbell Barton
2018-04-19Merge branch 'master' into blender2.8Campbell Barton
2018-04-19Cleanup: rename vlak -> polyCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Fix building w/o PythonCampbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-12-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-19Fix T53559: Auto texture space for text and font is wrong in CyclesSergey Sharybin