Port shader wave texture node
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
I assume you compared this to shader nodes again?
| source/blender/nodes/shader/nodes/node_shader_tex_wave.cc | ||
|---|---|---|
| 133 | This doesn't make sense because r_color is not using the *_if_required method above. | |
| 145 | Make use of switch statements. | |
| 176 | Missing { } | |
| source/blender/nodes/shader/nodes/node_shader_tex_wave.cc | ||
|---|---|---|
| 133 | I had these the wrong way around. | |
| source/blender/nodes/shader/nodes/node_shader_tex_wave.cc | ||
|---|---|---|
| 204 | Check for !r_color.is_empty() directly. | |