[Bf-blender-cvs] [f4fe3f19755] blender2.8: RNA: Cleanup - remove no longer needed get/set functions

Dalai Felinto noreply at git.blender.org
Fri Sep 28 21:57:40 CEST 2018


Commit: f4fe3f197552cf24ea4d950356829785c1722a54
Author: Dalai Felinto
Date:   Fri Sep 28 16:44:48 2018 -0300
Branches: blender2.8
https://developer.blender.org/rBf4fe3f197552cf24ea4d950356829785c1722a54

RNA: Cleanup - remove no longer needed get/set functions

Left over from rBbdbf4471a6c4ba2d444eea5e7f0e6984b3aaafc2.

===================================================================

M	source/blender/makesrna/intern/rna_mesh.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list