Hi guys!
How to access to VrayBitmap or VRayHDRI or… settings?
I couldn’t find anywhere where I was looking
how do i get the list of settings?
…maybe something like “getProperty” or something else?
How to access to VrayBitmap or VRayHDRI or... settings?
webley
#1
DucK1
#4
You can also inspect classes directly if you know their class name. Can be quite useful for searching for specific properties because you can use wildcards:
showClass "VRayBitmap.crop*"
VRayBitmap : textureMap {6769144b,2c1017d}
.cropplace_on : boolean
.cropplace_mode : integer
.cropplace_u : float
.cropplace_v : float
.cropplace_width : float
.cropplace_height : float