Thanks for the work around idea, i’ll give it a shot!
Oh yeah, that too :rolleyes:
You’ll need to edit the .properties files, setting the fonts to monospaced.
There is no point. Suspicion Confirmed
deepcopy is fine, but just ‘copy’ is still the odd one.
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…
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 ?
$.selectedFaces = (for f in $.faces as bitarray where (random 0.0 100.0) > 50.0 collect f) Works for either poly or mesh objects.
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…
The vertex illumination channel is -1 and the vertex alpha channel is -2.
Still not having much luck with the name, even using a variable as suggested 🙁