dutch_delight
@dutch_delight
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 102
Reply
RE: Vert Number Problem

havent tested this but wouldnt this work? [left] – Make matching vert array matchedVerts = #() newPolyVerts = (for i = (roof1OrigCount + 1) to (poly…

18 years ago
Forum
Reply
RE: Vert Number Problem

can you post some of your code?

18 years ago
Forum
Reply
RE: Vert Number Problem

from what i can see, you have duplicated the object and removed some faces. This means that the order and the number of verts have changed so there is…

18 years ago
Forum
Reply
RE: Vertex selection change

I dont know if there is a better solution but this uses a basic callback from the manual and i changed it slightly to catch any vertex selection chang…

18 years ago
Forum
Reply
RE: Any script that converts edge hardness to smoothing group?

I have been thinking about it since you first post it, but i cannot see an easy way to do it. max assigns smoothing groups to faces to determine if th…

18 years ago
Forum
Reply
RE: help: convert the classof material

[size=2]scenematerials is read-only so you’d have to do it via objects $.material = raytracematerial () or you can copy them into the material editor …

18 years ago
Forum
Reply
RE: Viewport redraws inside "with redraw off"

instead of using your ‘with redraw off()’… try this: disableSceneRedraw() function() [size=1]enableSceneRedraw() [/size]

18 years ago
Forum
Reply
RE: edittext #align

you could use offset:[10,0] to move the element but everytime you make a layout change you will need to adjust this.

18 years ago
Forum
Reply
RE: Bold_italic_string ?

if you’re outputting to a text file, you got no chance. txt is just text based and does not support formatting like that.

18 years ago
Forum
Reply
RE: Weird Function Issue

what if you call it with brackets? anotherVar = FunctionA (theVar)

18 years ago
Forum
Reply
RE: function not working on button pressed!!!

i pasted your function before this rollout and it works absolutely fine. this is version 8 though! rollout unnamedRollout “test” width:192 height:59…

18 years ago
Forum
Reply
RE: UVW problem

I had a look and it works ok, but the uvw window doesn’t update. When it’s closed, the spinner is trying to manipulate a value in a window that is bas…

18 years ago
Forum
Reply
RE: Does importfiles work?

Are the textures/materials actually in the scene or are they completely missing?

18 years ago
Forum
Reply
RE: Progressbar update in function

have you declared it as a global variable/function? can you do a check like: if progressbar != undefined then …yadeyadeyade

18 years ago
Forum
Reply
RE: SelectionSets question (bug ?)

print ($.faces.selSetNames)

18 years ago
Forum
Page 5 / 8