1. #1
    New Member Follow User Gallery
    Join Date
    Sep 2012
    Posts
    1

    Default Question: Export script doesn't work: Nothing to do here, OBJ exported is included in

    Hi, I am trying to export a tool as ma file using zscript. But it seems it just overwrites the ma file with the text below:
    "Nothing to do here, OBJ exported is included in ZBrush"
    The code that I use is:
    [FileNameSetNext,"C:\Users\Public\Pixologic\GoZProj ects\Default\pSphere2.ma"]
    [IPress,Tool:Import]
    ...do some thing...
    [FileNameSetNext, [FileNameGetLastUsed]]
    [IPress,Tool:Export]

    And I also found if I manually export the tool as ma file once, afterward the script works fine.

    Just wondering if anyone has seen this problem before, and how can I solve it? It seems some global variable is not being set.

    ps: I am very new to zscript... actually just started today..

    Thanks a lot!

  2. #2
    Moderator Follow User Gallery
    Join Date
    Jun 2004
    Location
    UK
    Posts
    11,462

    Default

    Yes, I'm afraid it is only possible to export OBJ format using zscript. The other file formats have to be selected through the file dialog so that the correct template is used.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •