Moosley
@moosley
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 90
Reply
RE: Garbage Collection Bug?

Thanks for the work around idea, i’ll give it a shot!

16 years ago
Forum
Reply
RE: Garbage Collection Bug?

Oh yeah, that too :rolleyes:

16 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Reply
RE: Maxscript Editor and Monospaced font

You’ll need to edit the .properties files, setting the fonts to monospaced.

17 years ago
Forum
Reply
RE: Copy array (shallow copy)

There is no point. Suspicion Confirmed

17 years ago
Forum
Reply
RE: Copy array (shallow copy)

deepcopy is fine, but just ‘copy’ is still the odd one.

17 years ago
Forum
Reply
RE: Copy array (shallow copy)

Yeah, I get that much, but I mean the actual function: copy #(1,2,3) returns ‘OK’ so doing array1 = copy #(1,2,3) is useless. Or am i missing some…

17 years ago
Forum
Reply
RE: Copy array (shallow copy)

The copy <array> seems to be the most pointless function ever. Why is it there, what does it do? In what situation would you use it ?

17 years ago
Forum
Reply
RE: select all even numbered polygons

$.selectedFaces = (for f in $.faces as bitarray where (random 0.0 100.0) > 50.0 collect f) Works for either poly or mesh objects.

17 years ago
Forum
Reply
RE: Write vertex illumination?

Not quite sure what you’re trying to do with the AssignVertexColors… Do you just want to be able to see the colours you assign the verts in the viewpo…

17 years ago
Forum
Reply
RE: Write vertex illumination?

The vertex illumination channel is -1 and the vertex alpha channel is -2.

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Reply
RE: Undo contexts

Still not having much luck with the name, even using a variable as suggested 🙁

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 3
Views: 18
Topic
Forum
Replies: 1
Views: 13
Page 2 / 7