Clownpass from screenshot to clipboard (?)

Hi, while taking screenshot to clipboard I somehow manged to paste out of rhino a clownpass of my model. Didn’t know this function existed and I can’t manage to replicate it.
Any idea?
thanks!
/A

Not sure how you did it, but you can make a display mode for it to create this based on the layer colors

clownpass.ini (15.4 KB)

1 Like

Also, Rhino Render supports diffuse albedo channel, which is essentially the clown pass:

Thanks a lot for the file :slight_smile:

Hi,

you can use _testrandcolor to assign a random color to each object. toggle the state by running the command again. You can combine the command with the following viewmode to get flat, solid colors:

konrad_clown.ini (11.5 KB)

I have a button setup like this: clown

 '_SetDisplayMode
_m
_konradclown
_SetRedrawOff
_testrandcolor
_SetRedrawOn

the _testrandcolor is quite disco though :
Rhino_Ic0h1DqHon

edit: the command is also in Rhino 8, I thought only up to R7, but the update is delayed until a new object is created or the scene changes, so it’s best to braked the command with _SetRedrawOff / On

1 Like