viro
@viro
New Member
Joined: Feb 15, 2024
Topics: 20 / Replies: 100
Reply
RE: USDZ Exporter issue

from pymxs import runtime as mxs myfile = “filePath” opts = mxs.USDExporter.CreateOptions() opts.FileFormat = “#usdz” mxs.USDExporter.exportFile( …

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 18
Reply
RE: USDZ maxscript export issue

Figured it out. I need to include #noPrompt in my code.

3 years ago
Forum
Topic
Forum
Replies: 1
Views: 16
Topic
Forum
Replies: 1
Views: 22
Topic
Forum
Replies: 2
Views: 20
Reply
RE: Convert a DAE file from ascii to binary

This works in that it creates a new file and loads the string in the file. So its essentially just a renamed copy of the original. I need to parse th…

7 years ago
Forum
Topic
Forum
Replies: 1
Views: 14
Reply
RE: Duplicated materials and XRef files

If that dosent help. you can just write a script to go through the objects in the scene and compare them with the materials and if they share the same…

9 years ago
Forum
Reply
RE: Duplicated materials and XRef files

Just wanted to see if you new about this tool?

9 years ago
Forum
Reply
RE: Help with Rotations

Im not really sure I understand exactly what your trying to do. But I think your trying to take one objects rotation and apply that to something else….

11 years ago
Forum
Reply
RE: Custom PopupDialog (floating) in viewport

I think you are referring to messageBox or queryBox or yesNoCancelBox.

11 years ago
Forum
Reply
RE: help !Batch rendering problems .

So I think what you are trying to do is use the spinner boxes to change the resolution of the camera that is selected in the multilistbox. You will wa…

11 years ago
Forum
Reply
RE: Render all state sets

Just read this: Which made me realize the code should be this. masterState.RenderAllStates true Anybody have any ideas on how to do a silent subm…

11 years ago
Forum
Topic
Forum
Replies: 1
Views: 15
Page 1 / 8