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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/BKE_subdiv.h')
-rw-r--r--source/blender/blenkernel/BKE_subdiv.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/blender/blenkernel/BKE_subdiv.h b/source/blender/blenkernel/BKE_subdiv.h
index 111f04915ad..28b2942a70f 100644
--- a/source/blender/blenkernel/BKE_subdiv.h
+++ b/source/blender/blenkernel/BKE_subdiv.h
@@ -171,22 +171,6 @@ Subdiv *BKE_subdiv_new_from_mesh(const SubdivSettings *settings,
void BKE_subdiv_free(Subdiv *subdiv);
-/* =========================== SUBDIV TO MESH API =========================== */
-
-typedef struct SubdivToMeshSettings {
- /* Resolution at which ptex are being evaluated.
- * This defines how many vertices final mesh will have: every ptex has
- * resolution^2 vertices.
- */
- int resolution;
-} SubdivToMeshSettings;
-
-/* Create real hi-res mesh from subdivision, all geometry is "real". */
-struct Mesh *BKE_subdiv_to_mesh(
- Subdiv *subdiv,
- const SubdivToMeshSettings *settings,
- const struct Mesh *coarse_mesh);
-
/* ============================ DISPLACEMENT API ============================ */
void BKE_subdiv_displacement_attach_from_multires(