loaderScript.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
A typical operation is the following:
- Retrieve both Ibl Set and Template files.
- Parse Ibl Set and Template files.
- Retrieve override keys defined by the user and / or another Component.
- Generate the Loader Script.
- Write the Loader Script.
- Establish a connection with the 3d package and trigger the Loader Script execution.
Initializes the class.
Parameters: |
|
---|
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
---|---|
Return type: | QWidget |
Property for self.__templatesOutliner attribute.
Returns: | self.__templatesOutliner. |
---|---|
Return type: | QWidget |
Property for self.__tcpClientUi attribute.
Returns: | self.__tcpClientUi. |
---|---|
Return type: | QWidget |
Property for self.__ioDirectory attribute.
Returns: | self.__ioDirectory. |
---|---|
Return type: | unicode |
Property for self.__bindingIdentifierPattern attribute.
Returns: | self.__bindingIdentifierPattern. |
---|---|
Return type: | unicode |
Property for self.__templateScriptSection attribute.
Returns: | self.__templateScriptSection. |
---|---|
Return type: | unicode |
Property for self.__templateIblSetAttributesSection attribute.
Returns: | self.__templateIblSetAttributesSection. |
---|---|
Return type: | unicode |
Property for self.__templateRemoteConnectionSection attribute.
Returns: | self.__templateRemoteConnectionSection. |
---|---|
Return type: | unicode |
Property for self.__overrideKeys attribute.
Returns: | self.__overrideKeys. |
---|---|
Return type: | dict |
Property for self.__defaultStringSeparator attribute.
Returns: | self.__defaultStringSeparator. |
---|---|
Return type: | unicode |
Property for self.__unnamedLightName attribute.
Returns: | self.__unnamedLightName. |
---|---|
Return type: | unicode |
Activates the Component.
Parameters: | engine (QObject) – Engine to attach the Component to. |
---|---|
Returns: | Method success. |
Return type: | bool |
Adds the Component Widget to the engine.
Returns: | Method success. |
---|---|
Return type: | bool |
Removes the Component Widget from the engine.
Returns: | Method success. |
---|---|
Return type: | bool |
Outputs the Loader Script.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Sends the Loader Script to associated 3d package.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Outputs the Loader Script.
Parameters: |
|
---|---|
Returns: | Loader Script file. |
Return type: | unicode |
Sends the Loader Script to associated 3d package.
Parameters: |
|
---|---|
Returns: | Method success. |
Return type: | bool |