File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 414414 ("offset_y" , ST .FLOAT ),
415415 ("space" , ST .ENUM )],
416416
417- 'CompositorNodeStablize' : [("clip" , ST .MOVIE_CLIP ),
417+ 'CompositorNodeStabilize' : [("clip" , ST .MOVIE_CLIP ),
418418 ("filter_type" , ST .ENUM ),
419419 ("invert" , ST .BOOL )],
420420
425425
426426
427427 # LAYOUT
428- 'CompositorNodeSwitch' : [("check" , ST .BOOL )]
428+ 'CompositorNodeSwitch' : [("check" , ST .BOOL )],
429+
430+
431+ # MISC
432+ 'NodeFrame' : [],
433+ 'NodeGroupInput' : [],
434+ 'NodeGroupOutput' : [],
435+ 'NodeReroute' : []
429436}
Original file line number Diff line number Diff line change 494494 ("pivot_axis" , ST .ENUM )],
495495
496496 'FunctionNodeRotateEuler' : [("space" , ST .ENUM ),
497- ("type" , ST .ENUM )]
497+ ("type" , ST .ENUM )],
498+
499+ # MISC
500+ 'NodeFrame' : [],
501+ 'NodeGroupInput' : [],
502+ 'NodeGroupOutput' : [],
503+ 'NodeReroute' : []
504+
498505}
Original file line number Diff line number Diff line change 215215
216216 'ShaderNodeMapping' : [("vector_type" , ST .ENUM )],
217217
218+ 'ShaderNodeNormal' : [],
219+
218220 'ShaderNodeNormalMap' : [("space" , ST .ENUM ),
219221 ("uv_map" , ST .STRING )], #TODO
220222
269271 ("filepath" , ST .STRING ),
270272 ("mode" , ST .ENUM ),
271273 ("script" , ST .TEXT ),
272- ("use_auto_update" , ST .BOOL )]
274+ ("use_auto_update" , ST .BOOL )],
275+
276+ # MISC
277+ 'NodeFrame' : [],
278+ 'NodeGroupInput' : [],
279+ 'NodeGroupOutput' : [],
280+ 'NodeReroute' : []
273281}
You can’t perform that action at this time.
0 commit comments