Yuri Roubinsky
|
94c6817b51
Makes dictionary instead of string for visual shader version
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Yuri Roubinsky
|
40419a394d
Fix function code generation for uniform triplanar node in visual shader
|
4 years ago |
Rémi Verschelde
|
394191c02f
Merge pull request #50605 from Calinou/tweak-shader-code-style
|
4 years ago |
Hugo Locurcio
|
abc38b8d66
Use C++11 raw literals for shader code to improve readability
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Yuri Roubinsky
|
d63a284dff
Prevent function gen in visual shader if no out connection is provided
|
4 years ago |
Yuri Roubinsky
|
7d34701d63
Auto-set a first compatible uniform on dragging to create a UniformRef
|
4 years ago |
Yuri Roubinsky
|
46cd36f009
Fix auto-connection from output node to input (VisualShaders)
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Yuri Roubinsky
|
f632e36ae5
Continuation of work on visual particles system
|
5 years ago |
Yuri Roubinsky
|
b2d2822a39
Adds `UVFunc` for panning/scaling on UV's to VisualShader's.
|
4 years ago |
Aaron Franke
|
08a85352fb
Rename Variant TRANSFORM to TRANSFORM3D
|
4 years ago |
Aaron Franke
|
de3f6699a5
Rename Transform to Transform3D in core
|
4 years ago |
Yuri Roubinsky
|
f06db8b778
Added Billboard Node to Visual Shaders
|
4 years ago |
Yuri Roubinsky
|
8f9b91dab1
Implements expandable color ports in visual shaders
|
4 years ago |
Lightning_A
|
97fecd1b69
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods
|
4 years ago |
Rémi Verschelde
|
b95a82d46a
Merge pull request #47826 from Chaosus/vs_fix_default_input_overriding
|
4 years ago |
Rémi Verschelde
|
29775a1714
doc: Sync classref with current source
|
4 years ago |
Yuri Roubinsky
|
8ae5c6c6ec
Fix `sky` visual shader mode after last rename
|
4 years ago |
Yuri Roubinsky
|
8d3e46098b
Prevents default values of VSNodeCustom from overriding by a script
|
4 years ago |
Yuri Roubinsky
|
fe3051fcce
Added Comment node to Visual Shaders
|
4 years ago |
Delf Neumärker
|
4a468171e5
Fix crash when calling connect_nodes_forced with invalid params
|
4 years ago |
Pedro J. Estébanez
|
8e128726f0
Modernize atomics
|
4 years ago |
andybarcia
|
f455f873c7
Fixes crash when calling VisualShader::set_mode
|
4 years ago |
kleonc
|
7d451c0040
VisualShader::_input_type_changed Fix index out of bounds crash.
|
4 years ago |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
Yuri Roubinsky
|
4618e09f3b
Added SDF nodes to visual shader
|
4 years ago |