Repe [T3DU] Update - 31f26d171bba0355ce2a77031e3aad4c64dbc7e9

This commit is contained in:
2026-09-04 10:46:13 -07:00
parent c915312901
commit 0460b9d587
482 changed files with 27797 additions and 3226 deletions

View File

@ -188,11 +188,14 @@ ALL_NODES: Dict[str, MaterialNodeMeta] = {
'TEX_SKY': MaterialNodeMeta(parse_func=nodes_texture.parse_tex_sky),
'TEX_VORONOI': MaterialNodeMeta(parse_func=nodes_texture.parse_tex_voronoi),
'TEX_WAVE': MaterialNodeMeta(parse_func=nodes_texture.parse_tex_wave),
'TEX_GABOR': MaterialNodeMeta(parse_func=nodes_texture.parse_tex_gabor),
'TEX_WHITE_NOISE': MaterialNodeMeta(parse_func=nodes_texture.parse_tex_white_noise),
# --- nodes_vector
'BUMP': MaterialNodeMeta(parse_func=nodes_vector.parse_bump),
'CURVE_VEC': MaterialNodeMeta(parse_func=nodes_vector.parse_curvevec),
'DISPLACEMENT': MaterialNodeMeta(parse_func=nodes_vector.parse_displacement),
'VECTOR_DISPLACEMENT': MaterialNodeMeta(parse_func=nodes_vector.parse_vector_displacement),
'MAPPING': MaterialNodeMeta(parse_func=nodes_vector.parse_mapping),
'NORMAL': MaterialNodeMeta(parse_func=nodes_vector.parse_normal),
'NORMAL_MAP': MaterialNodeMeta(parse_func=nodes_vector.parse_normalmap),