EditorScenePostImport

Inherits: Reference < Object

Category: Core

Brief Description

Base script for post-processing scenes being imported.

Member Functions

void post_import ( Object scene ) virtual

Description

These scripts can modify scenes after being imported by the 3D Scene import option of the Import menu.

Member Function Description

  • void post_import ( Object scene ) virtual

This function is called upon import with the imported scene.

Just do any changes desired to the scene and return it. If null is returned, import will fail and throw an error to the user.