[TODO] Add options limit to visible objects, active collection to x3d exporter #19

Closed
opened 2024-09-10 02:15:23 +02:00 by Cedric Steiert · 0 comments
Collaborator

Would be great to have more export adjustment options to limit the export to a specific set of objects.

Current state:

  • checkbox for selection only
    grafik

Future state (inspired by fbx exporter):

  • checkbox for Selection only
  • checkbox for Visibble objects
  • checkbox for Active Collection
    grafik

Possible future addition (maybe a bit too complex):

  • field for name matching, e.g. export all objects with leading "exp_"

As inspiration see fbx python addon:
visible only: https://projects.blender.org/blender/blender-addons/src/branch/main/io_scene_fbx/export_fbx_bin.py#L3632
active collection: https://projects.blender.org/blender/blender-addons/src/branch/main/io_scene_fbx/export_fbx_bin.py#L3612

Would be great to have more export adjustment options to limit the export to a specific set of objects. Current state: - checkbox for selection only ![grafik](/attachments/a9e941aa-9e0f-43f5-82eb-2075ea4016ba) Future state (inspired by fbx exporter): - checkbox for Selection only - checkbox for Visibble objects - checkbox for Active Collection ![grafik](/attachments/a676d698-cdcd-4dd6-a953-821350b2fbdc) Possible future addition (maybe a bit too complex): - field for name matching, e.g. export all objects with leading "exp_" --- As inspiration see fbx python addon: visible only: https://projects.blender.org/blender/blender-addons/src/branch/main/io_scene_fbx/export_fbx_bin.py#L3632 active collection: https://projects.blender.org/blender/blender-addons/src/branch/main/io_scene_fbx/export_fbx_bin.py#L3612
Cedric Steiert added the
enhancement
task
labels 2024-09-10 02:15:23 +02:00
Cedric Steiert added the
v2.4
label 2024-10-22 12:21:21 +02:00
Sign in to join this conversation.
No description provided.