IC8 Python API:RLPy RIVisualSettingComponent
From Reallusion Wiki!
Contents
- 1 Description
- 2 Class Methods
- 2.1 RLPy.RIVisualSettingComponent.IsIBLEnable(self)
- 2.2 RLPy.RIVisualSettingComponent.IsIBLSyncSkyImage(self)
- 2.3 RLPy.RIVisualSettingComponent.IsIBLSyncSkyOrientation(self)
- 2.4 RLPy.RIVisualSettingComponent.LoadIBLImage(self, strFilePath )
- 2.5 RLPy.RIVisualSettingComponent.SetIBLEnable(self, bEnable )
- 2.6 RLPy.RIVisualSettingComponent.SetIBLSyncSkyImage(self, bEnable )
- 2.7 RLPy.RIVisualSettingComponent.SetIBLSyncSkyOrientation(self, bEnable )
- Main article: iC8 Modules.
- Last modified: 02/19/2023
Description
Missing description.
Class Methods
RLPy.RIVisualSettingComponent.IsIBLEnable(self)
Get the status of the IBL effect.
Returns
Active or not - bool
1 # No example
RLPy.RIVisualSettingComponent.IsIBLSyncSkyImage(self)
Get the status of the Sync Sky Image in IBL.
Experimental API
Returns
Enable or not - bool
1 # No example
RLPy.RIVisualSettingComponent.IsIBLSyncSkyOrientation(self)
Get the status of the Sync Sky Orientation in IBL.
Experimental API
Returns
Enable or not - bool
1 # No example
RLPy.RIVisualSettingComponent.LoadIBLImage(self, strFilePath )
Load the Image for IBL.
Experimental API
Parameters
- strFilePath[IN] Enable or disable two sided material - string
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RIVisualSettingComponent.SetIBLEnable(self, bEnable )
Active or deactive the IBL effect.
Parameters
- bEnable[IN] Active or not - bool
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RIVisualSettingComponent.SetIBLSyncSkyImage(self, bEnable )
Enable the status of the Sync Sky Image in IBL.
Experimental API
Parameters
- bEnable[IN] Enable or not - bool
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RIVisualSettingComponent.SetIBLSyncSkyOrientation(self, bEnable )
Enable the status of the Sync Sky Orientation in IBL.
Experimental API
Parameters
- bEnable[IN] Enable or not - bool
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example