plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
RE: Automatically detect intersections in a spline and add vertex's

That’s a good question. For straight lines it wouldn’t be hard calculating the vector intersections, but with smooth/bezier segments? No idea. On the…

13 years ago
Forum
Reply
RE: UVWMap Modifier RealWorldMapsize

When you turn off real-world mapping on the UI, the modifier seems to fill in the new values based on the objects bounding box. You can get the dimens…

13 years ago
Forum
Reply
RE: UVWMap Modifier RealWorldMapsize

You have to reassign all the properties I listed, not only a few. uvw = Uvwmap() addModifier terrainObject (uvw) uvw.vflip = true uvw.realWorldMapSi…

13 years ago
Forum
Reply
RE: UVWMap Modifier RealWorldMapsize

It updates only if you reassign the following properties: utile, vtile, wtile, length, width, height. Because those properties change on the UI if y…

13 years ago
Forum
Reply
RE: Max Tube – Scripted plugin…

please put your code in [code ] [/code ] tags, it’s hard to read this way.

13 years ago
Forum
Reply
13 years ago
Forum
Reply
RE: DotNet eventhandler broke after file reset

Ah yes that’s better than setting it global. Forgot about that one.

13 years ago
Forum
Reply
RE: DotNet eventhandler broke after file reset

Did you try if your event handlers also break when performing a garbage collection, gc()? They have to be stored into a global variable.

13 years ago
Forum
Reply
RE: Question about UIAccessor

Ah I missed that somehow. Thanks. I’ll dig into it.

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
RE: What is "is #sel_2" "is #sel_1" "is #sel_0"

It’s arguments of the function. I’m not sure how they are called, but you can use them instead of string for example. You can say: fruit = #apple fr…

13 years ago
Forum
Reply
RE: combine $ with a variable string

It doesn’t look like good practice. Maybe you should post the whole code of what you’re trying to do.

13 years ago
Forum
Reply
RE: match bounding box with Box object

you have to reset xform of the source object before calculating the bounding box.

13 years ago
Forum
Reply
RE: Removing poly verts

No good in a loop kilaD: Other than that, isn’t there a polyop.remove ? Unless I’m blind, there isn’t!

13 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Page 3 / 12