Skip to content

A Shotgun Toolkit app to customize the Houdini splash screen to the project billboard.

License

Notifications You must be signed in to change notification settings

MaximumFX/tk-houdini-splashscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 2.6 2.7 3.7 Code style: black GitHub release (latest by date including pre-releases) GitHub issues

tk-houdini-splashscreen

tk-houdini-splashscreen is a Shotgun Toolkit app to customize the Splash screen to the Project billboard.

Installation

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')

Configuration

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

License

MIT

About

A Shotgun Toolkit app to customize the Houdini splash screen to the project billboard.

Resources

License

Stars

Watchers

Forks

Languages