Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.77 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.77 KB

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