Export ImageTexture node for an image identified in material node tree #39

Open
Vincent Marchetti wants to merge 12 commits from vmarchetti/io_scene_x3d:image-export into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit d35c730b90 - Show all commits

View File

@ -183,7 +183,6 @@ class X3D_PT_export_external_resource(bpy.types.Panel):
sfile = context.space_data
operator = sfile.active_operator
operator.path_mode="COPY"
layout.prop(operator, "path_mode")
class X3D_PT_export_transform(bpy.types.Panel):