tk-houdini-splashscreen
is a Shotgun Toolkit app to customize the Splash screen to the Project billboard.
Add the tk-houdini-splashscreen
app to the tk-desktop engine.
Add the following code the before_app_launch
hook of tk-multi-launchapp
:
splash = self.parent.engine.apps.get('tk-houdini-splashscreen')
if splash is not None:
splash.create_splash(app_path, app_args, version)
else:
print('Something went wrong while initializing tk-houdini-splashscreen')
Type | Key | Description | Default value |
---|---|---|---|
str | oiiotool |
Path to oiiotool binary. If blank, the hoiiotool included with Houdini will be used. | |
template | splash_screen_template |
Template for the Splash Screen file. | editorial/houdini_splash_file.jpg |