Jump to content

Exporting Dops/entire Scene


Div

Recommended Posts

Hi,

I would like to export the result of a dynamic simulation in XSI, using OBJ sequences... I've done some research on this forum and find a solution : using object merge in a new geometry and save it using opsave in the Textport. It works for saving the simulation for one frame, but when i try to export the sequence it doesn't works, prints an error telling that all the filenames are the same for each frame, however i use this command : " opsave -f <start> <end> -i 1 /obj/geo2/object_merge1/ ./tst/$F.obj " Why doesn't it takes the frame number for the filename ???

Edited by Div
Link to comment
Share on other sites

You you need to make sure that $F is passed to the command unexpanded. That is why in the help example, there is an extra backslash before the $ sign. It's probably a lot easier if you just enclosed your filename in single quotes.

opsave -f &lt;start&gt; &lt;end&gt; -i 1 /obj/geo2/object_merge1 './tst/$F.obj'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...