Export Single OBJ from Scene
![ebergerly](https://secure.gravatar.com/avatar/acce3e5419f675a06f3541d8f8631bcf?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Facce3e5419f675a06f3541d8f8631bcf_100.png)
So if I have a scene with a lot of objects, and I just want to export one of those objects, how do I do it? If I select the object in the scene and export, it sends the entire scene to the OBJ. Does it send everything that's visible? Which means I'd have to group all the other stuff and make it invisible?
Thanks.
Comments
Yes you use group. then hide another item. or some app can separate but keep vertex order. if you export figure.
but to make your work easy,, you may better , use group then hide anotehr (include all child node which you need not)
or once select and hide all,, then only select item root node, you need to export, then select children. (but not include parented item (eg eye glass or weapon),,you need to check those one by one)
Great, thanks. And to then ungroup them, just select all items inside the group (not the group itself), and right click and "unparent selected objects".
One thing I do not like group,, it need to break,, node structure of complex scene often, then I request daz up-date export obj option,, just add "export mesh which selected (root) only."
then I simply select root node,,which I need only,, or add new selection node groups (which keep current node hieralchy) for scene. which user can save with scene as same as some another app. and we can free customize, name group. (we have selection group in poligon editor,, why it not work with scene and each figure,and prop?)
I do not know why daz do not adopt my cool stylish excelent idea,,,,
Rob does have a sample script that may help http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/export_obj_silent/start You would want to edit the parameters here to give the desired result
Thanks I try it later. Can I change to show window as same as DAZ obj exporter,,, but keep selection only as default,,, then choose another setting ?
because I often need to change scale, and other option, I believe, ,,, ,,,, or I may need to each scritp for each case,,, ok,,, I try by my self,, if I could first,,)
You can set preferences in the script and then display the dialogue pre-populated with those options, I think, but it's not something I've tried. Of course if you know which values you want to enter you can do that via the script (or make multiple versions for different common settings).
just turn off visibility on the ones you don't want... make sure the one you want is selected and then in the export box ... make sure "ignore invisible" is selected...