Road-hog123 / Blender-OMSI-Exporter

OMSI Mesh (.o3d) exporter addon for Blender and Blender LTS
Apache License 2.0
24 stars 0 forks source link

Initialise filename with object name, not blend file name #2

Closed ZaneThurston closed 2 years ago

ZaneThurston commented 2 years ago

A little suggestion: In exporting, get the blender name of the selected 3D object placed on filename textbox. It's a little feature that agilize the workflow exporting many objects in sequence.

Road-hog123 commented 2 years ago

Thank you for your suggestion!

I agree that it would accelerate that workflow, but I would encourage you to look into the Automation section in the documention for an alternative workflow for files with a lot of export operations. With a little setup, exporting many objects in sequence can become just a couple of clicks.

If you have any feedback about the implementation and/or documention of the automation feature, I would welcome it - it may still be beneficial to many users to add features like this to accelerate laborious but programming-free workflows, even if they duplicate functionality available through custom Python scripts.

Road-hog123 commented 2 years ago

Given there's interest in this feature from at least 3 people, I'm reopening this with a view to implement this change.