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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-15 15:03:09 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-18 20:39:43 +0300
commitc9938ebb0064675a17c92e8112fc4d416bba5f7c (patch)
treeeb10e9f728cab5aef0771c0635cf1aae1cf15630 /intern/cycles/render/mesh.h
parent985dcbf6db1199dc247a2c6bb13c380035a613e6 (diff)
Fix T60615: Cycles baking not working with some modifiers.
Refactors Cycles mesh export a bit to avoid unnecessary copies and to be in sync with the Blender baker.
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index 7d36b2cd7ca..789d1cc2b54 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -274,7 +274,6 @@ public:
void add_curve_key(float3 loc, float radius);
void add_curve(int first_key, int shader);
void add_subd_face(int* corners, int num_corners, int shader_, bool smooth_);
- int split_vertex(int vertex);
void compute_bounds();
void add_face_normals();