[Bf-blender-cvs] [7e885e1e104] blender2.8: Layer: Update outdated code comment

Dalai Felinto noreply at git.blender.org
Thu Jan 25 20:50:37 CET 2018


Commit: 7e885e1e1044269659242044bb2c947b4b30ec66
Author: Dalai Felinto
Date:   Thu Jan 25 17:50:25 2018 -0200
Branches: blender2.8
https://developer.blender.org/rB7e885e1e1044269659242044bb2c947b4b30ec66

Layer: Update outdated code comment

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

M	source/blender/blenkernel/intern/layer.c

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

diff --git a/source/blender/blenkernel/intern/layer.c b/source/blender/blenkernel/intern/layer.c
index 9922f772e28..c6515d0c47a 100644
--- a/source/blender/blenkernel/intern/layer.c
+++ b/source/blender/blenkernel/intern/layer.c
@@ -99,7 +99,7 @@ ViewLayer *BKE_view_layer_from_workspace_get(const struct Scene *scene, const st
 
 /**
  * This is a placeholder to know which areas of the code need to be addressed for the Workspace changes.
- * Never use this, you should either use BKE_view_layer_workspace_active or get ViewLayer explicitly.
+ * Never use this, you should either use BKE_view_layer_from_workspace_get or get ViewLayer explicitly.
  */
 ViewLayer *BKE_view_layer_context_active_PLACEHOLDER(const Scene *scene)
 {



More information about the Bf-blender-cvs mailing list