[Bf-blender-cvs] [1493429] temp_localview_split: Update comment

Julian Eisel noreply at git.blender.org
Sat Aug 6 04:25:41 CEST 2016


Commit: 14934299e057d9d0101bf2950810dadc84ec4afa
Author: Julian Eisel
Date:   Sat Aug 6 04:25:23 2016 +0200
Branches: temp_localview_split
https://developer.blender.org/rB14934299e057d9d0101bf2950810dadc84ec4afa

Update comment

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

M	source/blender/makesdna/DNA_screen_types.h

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

diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 3d85603..83b54de 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -204,7 +204,7 @@ typedef struct uiPreview {           /* some preview UI data need to be saved in
 
 /**
  * Info about the current local view state. A local view area (View3D) and objects have this.
- * By comparing them we see which objects are visible. (Use with BKE_LOCALVIEW_ macros!)
+ * By comparing them we see which objects are visible. (Use with BKE_localview_ functions!)
  */
 typedef struct LocalViewInfo {
 	unsigned int viewbits; /* 32 bits to store up to 32 views */




More information about the Bf-blender-cvs mailing list