|
2189 | 2189 | <nodedef name="ND_atan2_float" node="atan2" nodegroup="math"> |
2190 | 2190 | <input name="iny" type="float" value="0.0" /> |
2191 | 2191 | <input name="inx" type="float" value="1.0" /> |
2192 | | - <output name="out" type="float" defaultinput="in1" /> |
| 2192 | + <output name="out" type="float" defaultinput="iny" /> |
2193 | 2193 | </nodedef> |
2194 | 2194 | <nodedef name="ND_sin_vector2" node="sin" nodegroup="math"> |
2195 | 2195 | <input name="in" type="vector2" value="0.0, 0.0" /> |
|
2214 | 2214 | <nodedef name="ND_atan2_vector2" node="atan2" nodegroup="math"> |
2215 | 2215 | <input name="iny" type="vector2" value="1.0, 1.0" /> |
2216 | 2216 | <input name="inx" type="vector2" value="0.0, 0.0" /> |
2217 | | - <output name="out" type="vector2" defaultinput="in1" /> |
| 2217 | + <output name="out" type="vector2" defaultinput="iny" /> |
2218 | 2218 | </nodedef> |
2219 | 2219 | <nodedef name="ND_sin_vector3" node="sin" nodegroup="math"> |
2220 | 2220 | <input name="in" type="vector3" value="0.0, 0.0, 0.0" /> |
|
2239 | 2239 | <nodedef name="ND_atan2_vector3" node="atan2" nodegroup="math"> |
2240 | 2240 | <input name="iny" type="vector3" value="1.0, 1.0, 1.0" /> |
2241 | 2241 | <input name="inx" type="vector3" value="0.0, 0.0, 0.0" /> |
2242 | | - <output name="out" type="vector3" defaultinput="in1" /> |
| 2242 | + <output name="out" type="vector3" defaultinput="iny" /> |
2243 | 2243 | </nodedef> |
2244 | 2244 | <nodedef name="ND_sin_vector4" node="sin" nodegroup="math"> |
2245 | 2245 | <input name="in" type="vector4" value="0.0, 0.0, 0.0, 0.0" /> |
|
2264 | 2264 | <nodedef name="ND_atan2_vector4" node="atan2" nodegroup="math"> |
2265 | 2265 | <input name="iny" type="vector4" value="1.0, 1.0, 1.0, 1.0" /> |
2266 | 2266 | <input name="inx" type="vector4" value="0.0, 0.0, 0.0, 0.0" /> |
2267 | | - <output name="out" type="vector4" defaultinput="in1" /> |
| 2267 | + <output name="out" type="vector4" defaultinput="iny" /> |
2268 | 2268 | </nodedef> |
2269 | 2269 |
|
2270 | 2270 | <!-- |
|
0 commit comments