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.
Parameters: |
|
---|
This method is the property for self.__dockArea attribute.
Returns: | self.__dockArea. ( Integer ) |
---|
This method is the property for self.__engine attribute.
Returns: | self.__engine. ( QObject ) |
---|
This method is the property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. ( QWidget ) |
---|
This method is the property for self.__templatesOutliner attribute.
Returns: | self.__templatesOutliner. ( QWidget ) |
---|
This method is the property for self.__tcpClientUi attribute.
Returns: | self.__tcpClientUi. ( QWidget ) |
---|
This method is the property for self.__ioDirectory attribute.
Returns: | self.__ioDirectory. ( String ) |
---|
This method is the property for self.__bindingIdentifierPattern attribute.
Returns: | self.__bindingIdentifierPattern. ( String ) |
---|
This method is the property for self.__templateScriptSection attribute.
Returns: | self.__templateScriptSection. ( String ) |
---|
This method is the property for self.__templateIblSetAttributesSection attribute.
Returns: | self.__templateIblSetAttributesSection. ( String ) |
---|
This method is the property for self.__templateRemoteConnectionSection attribute.
Returns: | self.__templateRemoteConnectionSection. ( String ) |
---|
This method is the property for self.__overrideKeys attribute.
Returns: | self.__overrideKeys. ( Dictionary ) |
---|
This method is the property for self.__defaultStringSeparator attribute.
Returns: | self.__defaultStringSeparator. ( String ) |
---|
This method is the property for self.__unnamedLightName attribute.
Returns: | self.__unnamedLightName. ( String ) |
---|
This method activates the Component.
Parameters: | engine – Engine to attach the Component to. ( QObject ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method initializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method uninitializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This method removes the Component Widget from the engine.
Returns: | Method success. ( Boolean ) |
---|
This method outputs the Loader Script.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method sends the Loader Script to associated 3d package.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method outputs the Loader Script.
Parameters: |
|
---|---|
Returns: | Loader Script file. ( String ) |
This method sends the Loader Script to associated 3d package.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |