selectnone
@selectnone
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 12
Reply
RE: How to put back a changed UV vertex into the mesh

FYI, the x/y/z components of a Point3 value can be accessed via an index – so you can use a for-loop instead of repeating your tests for all three axe…

8 years ago
Forum
Reply
RE: Script…Groups To Materials??

Yeah, but that depends on what the original poster is actually looking for – If each object just needs one material with a specific name, then there’…

12 years ago
Forum
Reply
RE: Script…Groups To Materials??

DarkEdge, do you just want to apply basic materials with matching names to objects? If so, that’s pretty simple: for obj in selection do (obj.materi…

12 years ago
Forum
Reply
RE: Viewport Capture

You can also tell the dotNet system to do its own specific clear-up, this might do the trick: gc light:true (dotnetClass “System.GC”).Collect() If t…

12 years ago
Forum
Reply
RE: ASCII 2D tracking data to max

Try using the second script from that thread, that’s the one that worked for me: splinterD: ok im not sure if i understand the problem or what…

12 years ago
Forum
Reply
RE: ASCII 2D tracking data to max

Could you post the script too, or a link to it? The line-number for the error you give there (line 3) doesn’t appear to match up with anything untowa…

12 years ago
Forum
Reply
RE: ASCII 2D tracking data to max

Could you give us the full error-print from your Listener, with the line-numbers etc? I just tried that script on your data, and it worked fine for m…

12 years ago
Forum
Reply
RE: File in use!

I posted a more complicated solution earlier (still awaiting moderation) but that works nicely

12 years ago
Forum
Reply
RE: File in use!

This seems to do the trick for me – open the bitmap as a file-stream, then copy it into a memory-stream: rollout testyroll “” width:300 height:300 ( …

12 years ago
Forum
Reply
RE: mergeMaxFile nodes to array

Here’s a simpler method I’ve just been using: ( local filename = (whatever) local objNames = #(whatever) — Collect list of objects in scene before…

12 years ago
Forum
Reply
RE: script generated material is blurry

That -does- look puzzling… The shot on the right, is that in-viewport or a render? (I don’t think you mentioned that detail) Perhaps try comparing …

12 years ago
Forum
Reply
RE: Read Serial Port Arduino

That second string in the array is failing to convert to an integer because it has a line-end character at the end – see how its the quotemark is on t…

12 years ago
Forum