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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-28 22:44:48 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-28 22:54:17 +0300
commitf4fe3f197552cf24ea4d950356829785c1722a54 (patch)
tree93f5608bac627ca7f7cd6573640cdfdc63cc7ddc /source/blender/makesrna/intern/rna_mesh.c
parentfc96283c1c6cb4dc210e5ab9a535e7810b57cc7a (diff)
RNA: Cleanup - remove no longer needed get/set functions
Left over from rBbdbf4471a6c4ba2d444eea5e7f0e6984b3aaafc2.
Diffstat (limited to 'source/blender/makesrna/intern/rna_mesh.c')
-rw-r--r--source/blender/makesrna/intern/rna_mesh.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c
index 3a615a5f509..24896570fb5 100644
--- a/source/blender/makesrna/intern/rna_mesh.c
+++ b/source/blender/makesrna/intern/rna_mesh.c
@@ -906,9 +906,6 @@ static void rna_MeshUVLoopLayer_clone_set(PointerRNA *ptr, bool value)
DEFINE_CUSTOMDATA_LAYER_COLLECTION(tessface_uv_texture, fdata, CD_MTFACE)
DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM(tessface_uv_texture, fdata, CD_MTFACE, active, MeshTextureFaceLayer)
-DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM(tessface_uv_texture, fdata, CD_MTFACE, clone, MeshTextureFaceLayer)
-DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM(tessface_uv_texture, fdata, CD_MTFACE, stencil, MeshTextureFaceLayer)
-DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM(tessface_uv_texture, fdata, CD_MTFACE, render, MeshTextureFaceLayer)
static void rna_MeshTextureFaceLayer_data_begin(CollectionPropertyIterator *iter, PointerRNA *ptr)
{
@@ -1844,19 +1841,7 @@ static void UNUSED_FUNCTION(rna_mesh_unused)(void)
(void)rna_Mesh_skin_vertice_index_range;
(void)rna_Mesh_vertex_paint_mask_index_range;
(void)rna_Mesh_tessface_uv_texture_active_set;
- (void)rna_Mesh_tessface_uv_texture_clone_get;
- (void)rna_Mesh_tessface_uv_texture_clone_index_get;
- (void)rna_Mesh_tessface_uv_texture_clone_index_set;
- (void)rna_Mesh_tessface_uv_texture_clone_set;
(void)rna_Mesh_tessface_uv_texture_index_range;
- (void)rna_Mesh_tessface_uv_texture_render_get;
- (void)rna_Mesh_tessface_uv_texture_render_index_get;
- (void)rna_Mesh_tessface_uv_texture_render_index_set;
- (void)rna_Mesh_tessface_uv_texture_render_set;
- (void)rna_Mesh_tessface_uv_texture_stencil_get;
- (void)rna_Mesh_tessface_uv_texture_stencil_index_get;
- (void)rna_Mesh_tessface_uv_texture_stencil_index_set;
- (void)rna_Mesh_tessface_uv_texture_stencil_set;
(void)rna_Mesh_tessface_vertex_color_active_set;
(void)rna_Mesh_tessface_vertex_color_index_range;
(void)rna_Mesh_tessface_vertex_color_render_get;