Difference between revisions of "IC8 Python API:RLPy RIVisualSettingComponent"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with "{{TOC}} {{Parent|IC_8_Python_API:Modules|iC8 Modules}} {{Modified}} ==Description== Missing description. ==Class Methods== ===RLPy.RIVisualSettingComponent.IsIBLEnable(sel...")
 
(No difference)

Latest revision as of 21:52, 19 February 2023

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