소스 검색

Merge pull request #4816 from Chaosus/vs_plugins_fix

Replaced obsolete screenshot to actual version (visual_shader_plugins.rst)
Yuri Roubinsky 4 년 전
부모
커밋
2b21c4c7bf
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      tutorials/plugins/editor/img/visual_shader_plugins_result1.png
  2. 1 1
      tutorials/plugins/editor/visual_shader_plugins.rst

BIN
tutorials/plugins/editor/img/visual_shader_plugins_result1.png


+ 1 - 1
tutorials/plugins/editor/visual_shader_plugins.rst

@@ -194,7 +194,7 @@ all you need to initialize your plugin.
     func _get_code(input_vars, output_vars, mode, type):
         return output_vars[0] + " = cnoise(vec3((%s.xy + %s.xy) * %s, %s)) * 0.5 + 0.5;" % [input_vars[0], input_vars[1], input_vars[2], input_vars[3]]
 
-Save it and open the Visual Shader. You should see your new node type within the member's dialog (if you can't see your new node, try restarting the editor):
+Save it and open the Visual Shader. You should see your new node type within the member's dialog under the Addons category (if you can't see your new node, try restarting the editor):
 
 .. image:: img/visual_shader_plugins_result1.png