kilaD
@kilad
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 16
Reply
RE: Playing with UVWs… Need some help

I really need to figure this out myself. It seems like they are just defining a rectangle with zero translation, meaning it starts at bottom left at […

13 years ago
Forum
Reply
RE: Playing with UVWs… Need some help

I’m not much help in the uv-department, but this seems familiar anyway… And I’ve tried various random combinations of which verts to subtract to cre…

13 years ago
Forum
Reply
RE: Mini-challenge #7: Divide bezier spline

…or a combination of these. I like this one better macroscript subDSpline category:”splineTools” tooltip:”subDSpline” ( try(DestroyDialog divideSplin…

13 years ago
Forum
Reply
RE: Mini-challenge #7: Divide bezier spline

denisT: is the same as: Code: [left] interp = 1./count[/left] isn’t it? well i’m not sure, i was just trying to get it into normalized space. Go…

13 years ago
Forum
Reply
RE: Mini-challenge #7: Divide bezier spline

what if you add more verts with uneven seglengths to the test spline? close enough. fn subDSpline tSpline count= ( cLength = curveLength tSpline…

13 years ago
Forum
Reply
RE: Mini-challenge #7: Divide bezier spline

I guess you’re not talking about simple division (subdivideSegment) but more like normalize_spline mod with evenly spaced verts? A possible solution …

13 years ago
Forum
Reply
RE: Maxscript possible to constantly be set on?

use a timer control in a rollout

13 years ago
Forum
Reply
RE: Removing poly verts

Ah sorry. Use the selLevel:#Vertex parameter obj.remove selLevel:#vertex <bool><EditablePoly>.Remove selLevel:<enum> flag:<DW…

13 years ago
Forum
Reply
RE: Removing poly verts

Backspace and ctrl+backspace. Other than that, isn’t there a polyop.remove ?

13 years ago
Forum
Reply
RE: Slice a poly using custom matrix

Because i’ve always been under the impression that when using in local context, you would get the measures from the objects local matrix, not worldmat…

13 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: Problem with Aligning to Faces!!!

this may be a solution for your problem for i in selection do ( obj = i dir = polyop.getfacenormal obj 1 dir.z*=0 cam = Freecamera() cam.pos …

13 years ago
Forum
Reply
RE: Is there a better way to do this?

should anyone wonder: with PrintAllElements on settings as string

14 years ago
Forum
Reply
RE: Is there a better way to do this?

Had a strange encounter here. settings = for i = 1 to 30 collect i setINISetting Path “UI” “Settings” (settings as string) the key written to file: …

14 years ago
Forum
Reply
RE: Accessing Mental Ray Material Rollout

It’s probably because the mental_ray__material_custom_attribute isn’t a property of InkNPaint, but of the material slot. can u dig it

14 years ago
Forum
Page 1 / 2