[Bf-blender-cvs] [4b016fd] temp_localview_split: Mark old View3D.localvd as deprecated

Julian Eisel noreply at git.blender.org
Thu Aug 4 05:17:42 CEST 2016


Commit: 4b016fdc850c892a86d38efcaee3281da38c9c35
Author: Julian Eisel
Date:   Thu Aug 4 05:16:43 2016 +0200
Branches: temp_localview_split
https://developer.blender.org/rB4b016fdc850c892a86d38efcaee3281da38c9c35

Mark old View3D.localvd as deprecated

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

M	source/blender/makesdna/DNA_view3d_types.h

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

diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 951aa5b..ef21abd 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -177,7 +177,7 @@ typedef struct View3D {
 	struct ListBase bgpicbase;
 	struct BGpic *bgpic  DNA_DEPRECATED; /* deprecated, use bgpicbase, only kept for do_versions(...) */
 
-	struct View3D *localvd; /* allocated backup of its self while in localview */
+	struct View3D *localvd DNA_DEPRECATED;
 	struct LocalViewAreaData *localviewd;
 
 	char ob_centre_bone[64];		/* optional string for armature bone to define center, MAXBONENAME */




More information about the Bf-blender-cvs mailing list