IC8 Python API:RLPy RIVisualSettingComponent

From Reallusion Wiki!
Jump to: navigation, search
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