Notifications
                
            
                Clear all
    
            
        [Closed] How to access to VrayBitmap or VRayHDRI or… settings?
Jan 15, 2022 12:55 am
                      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?
                             3 Replies                        
                    Jan 15, 2022 12:55 am
                      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