Scene Tools 3 Mirror script error

weird-grafxweird-grafx Posts: 44

Hello,

when I try to run the mirror script on a G8F Character by clicking the toolbar icon nothing happens. When I run the script without the toolbar I get an error.
On a different charcter in th same scene it works. Any idea?

---------------------------
Error opening file
---------------------------
An error occurred while reading the file, see the log file for more details.
---------------------------
&OK   
---------------------------

 

In the log file I find this:

 

2020-12-15 16:45:54.641 WARNING: Script Error: Line 253

2020-12-15 16:45:54.641 WARNING: TypeError: Result of expression 'aBoneNodes[i]' [undefined] is not an object.

2020-12-15 16:45:54.641 WARNING: Stack Trace:

<anonymous>()@Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (right-left).dse:253

2020-12-15 16:45:54.646 Error in script execution: Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (right-left).dse

2020-12-15 16:46:49.742 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: HTTP/1.1 400 Bad Request

2020-12-15 16:46:49.774 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Date: Tue, 15 Dec 2020 15:46:49 GMT

2020-12-15 16:46:49.774 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Server: Apache

2020-12-15 16:46:49.774 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Vary: Accept-Encoding

2020-12-15 16:46:49.781 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Content-Length: 226

2020-12-15 16:46:49.781 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Connection: close

2020-12-15 16:46:49.781 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: Content-Type: text/html; charset=iso-8859-1

2020-12-15 16:46:49.787 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: 

2020-12-15 16:46:49.788 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

2020-12-15 16:46:49.788 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: <html><head>

2020-12-15 16:46:49.795 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: <title>400 Bad Request</title>

2020-12-15 16:46:49.795 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: </head><body>

2020-12-15 16:46:49.795 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: <h1>Bad Request</h1>

2020-12-15 16:46:49.812 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: <p>Your browser sent a request that this server could not understand.<br />

2020-12-15 16:46:49.812 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: </p>

2020-12-15 16:46:49.812 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): Got an unknown command from the persistent connection: </body></html>

2020-12-15 16:46:49.820 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): peer performed orderly shutdown errno=0

2020-12-15 16:46:50.194 Loading script: Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (left-right).dse

2020-12-15 16:46:50.464 WARNING: Script Error: Line 252

2020-12-15 16:46:50.464 WARNING: TypeError: Result of expression 'aBoneNodes[i]' [undefined] is not an object.

2020-12-15 16:46:50.464 WARNING: Stack Trace:

<anonymous>()@Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (left-right).dse:252

 

Post edited by Chohole on

Comments

  • OmnifluxOmniflux Posts: 361
    edited January 2021

    Not that this will help you, but this log is covering three different events. The two relevent ones follow.

    2020-12-15 16:45:54.641 WARNING: Script Error: Line 2532020-12-15 16:45:54.641 WARNING: TypeError: Result of expression 'aBoneNodes[i]' [undefined] is not an object.2020-12-15 16:45:54.641 WARNING: Stack Trace:&lt;anonymous&gt;()@Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (right-left).dse:2532020-12-15 16:45:54.646 Error in script execution: Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (right-left).dse

     

    2020-12-15 16:46:50.194 Loading script: Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (left-right).dse2020-12-15 16:46:50.464 WARNING: Script Error: Line 2522020-12-15 16:46:50.464 WARNING: TypeError: Result of expression 'aBoneNodes[i]' [undefined] is not an object.2020-12-15 16:46:50.464 WARNING: Stack Trace:&lt;anonymous&gt;()@Y:/MyDAZLibrary/scripts/3d universe/scene tools 3 - mirror figure pose (left-right).dse:252

    Is the character it does not work on a child of a group node and the one it does work on not? I have seen several scripts fail to account for this...

    Post edited by Omniflux on
  • Hi,

    We are unable to duplicate this issue. Could you walk us through the way your scene is set up so that we can try recreate the error?

    thanks,
    Steve

  • Hi again - after going through a stack of our saved scenes, we eventually managed to discover the cause of the issue.

    We have found the issue is caused by having Inverse Kinematics nodes present on the figure selected. DAZ Studio seems to make these nodes available when you us IK to pose your figure.
    We have now updated all the relevent scripts to ignore these nodes, and the issue has been resolved. We'll submit the update into the store shortly, but you are welcome to contact up directly on [email protected] to get the updated scripts immediately.

    all the best,
    Steve
     

  • Thanks a lot. I will contact You right away.

  • 3D Universe fixed the bug. Thanks for the support.
  • Hello 3D Universe, I do not get any script error but the Flip Figure Pose causes the g8m figure to rotate roughly 10 degrees to his left.  See attached screenshot.  Do your updated scripts fix this problem also?  Thanks.

    Extract from log file:

    2021-03-18 16:43:16.553 Loaded file: Base Pose Walking A.duf
    2021-03-18 16:43:39.614 Loading script: C:/Ha-Daz3d/My DAZ 3D Library/Scripts/3D Universe/Scene Tools 3 - Flip Figure Pose.dse
    2021-03-18 16:43:39.638 DEBUG: 169
    2021-03-18 16:43:40.250 Script executed successfully: C:/Ha-Daz3d/My DAZ 3D Library/Scripts/3D Universe/Scene Tools 3 - Flip Figure Pose.dse

     

    FlipFigurePoseError.JPG
    1095 x 696 - 111K
  • A few days ago 3D Universe added the fix for the rotation problem to the scripts.  The updated scripts work perfectly.  Thank you 3D Universe for the quick response.

  • RaketeRakete Posts: 90

    I just noticed this problem is still present when you have the Face Controls node attached to a figure. Then all symmetry scripts fail with the error posted above.

  • Just purchased this, and am getting similar errors as listed here.

    2021-11-04 10:11:09.532 Loading script: Y:/My DAZ 3D Library/Scripts/3D Universe/Scene Tools 3 - Flip Limb Pose.dse2021-11-04 10:11:19.228 DEBUG: 1782021-11-04 10:11:19.542 WARNING: Script Error: Line 2732021-11-04 10:11:19.542 WARNING: TypeError: Result of expression 'aBoneNodes[i]' [undefined] is not an object.2021-11-04 10:11:19.542 WARNING: Stack Trace:	&lt;anonymous&gt;()@Y:/My DAZ 3D Library/Scripts/3D Universe/Scene Tools 3 - Flip Limb Pose.dse:2732021-11-04 10:11:28.596 Error in script execution: Y:/My DAZ 3D Library/Scripts/3D Universe/Scene Tools 3 - Flip Limb Pose.dse

    If I load another G8F base figure into the scene, the scripts work on that new figure, but not the figure with clothing.

    I also tried deleting all the clothing from the figure, but I get the same error.

    So it's not the scene, it's something to do with whether a figure HAD clothing attached?

  • I worked with the vendor via email, and I discovered that the problem I was having was due to a parented prop (cellphone) that had child items of its own. The prop is Z My Smartphone, in case anyone runs across this. It also happens with Z Multi-form Revolver.

    So hopefully the vendor can come up with a fix for 

  • I worked with the vendor via email, and I discovered that the problem I was having was due to a parented prop (cellphone) that had child items of its own. The prop is Z My Smartphone, in case anyone runs across this. It also happens with Z Multi-form Revolver.

    So hopefully the vendor can come up with a fix for 

Sign In or Register to comment.