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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-29 13:12:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 15:06:26 +0300
commitd17e07274ab376ce518c132e36ebc44e4c4fccb4 (patch)
treeee0877ee6abecbc38d79c05b5263f915dc076b12 /source/blender/nodes/shader/node_shader_util.c
parenta57fec986d2d7093fc8148188315274e4f150857 (diff)
Cleanup: comments (long lines) in nodes
Diffstat (limited to 'source/blender/nodes/shader/node_shader_util.c')
-rw-r--r--source/blender/nodes/shader/node_shader_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/node_shader_util.c b/source/blender/nodes/shader/node_shader_util.c
index e75cb8a6642..2e8f81979a8 100644
--- a/source/blender/nodes/shader/node_shader_util.c
+++ b/source/blender/nodes/shader/node_shader_util.c
@@ -88,7 +88,8 @@ void node_gpu_stack_from_data(struct GPUNodeStack *gs, int type, bNodeStack *ns)
memset(gs, 0, sizeof(*gs));
if (ns == NULL) {
- /* node_get_stack() will generate NULL bNodeStack pointers for unknown/unsupported types of sockets... */
+ /* node_get_stack() will generate NULL bNodeStack pointers
+ * for unknown/unsupported types of sockets. */
zero_v4(gs->vec);
gs->link = NULL;
gs->type = GPU_NONE;