Code Monkey home page Code Monkey logo

tk-multi-startup's Introduction

GitHub release (latest by date including pre-releases) GitHub Code style: black

tk-multi-startup

tk-multi-startup is a Shotgun Toolkit app that allows you to add some logic to the startup process of the engine. At default, the app sets the frame range to the frame range found in the configuration. If one can't be found it will default to 1001-1240. This and other things can be configured through your Shotgun configuration.

Configuration

  • framerange_default_start
    • type: integer
    • The app will use this as a default frame range start value.
    • default value: 1001
  • framerange_default_end
    • type: integer
    • The app will use this as a default frame range end value.
    • default value: 1240
  • fps_default
    • type: integer
    • description: Default fps to use when opening engines.
    • default_value: 25
  • helper_hook
    • type: hook
    • A hook that implements helper functions.
    • default_value: {self}/{engine_name}_helper.py
  • work_file_template
    • type: template
    • A template for the work file path
  • asset_root_template
    • type: template
    • A template for the asset root directory
  • shot_root_template
    • type: template
    • A template for the shot root directory

Environment variables

  • SG_PROJECT_NAME: Project name
  • SG_PROJECT_CODE: Project code
  • SG_PROJECT_ROOT: Project file root
  • SG_FPS: Project fps
  • SG_USER_NAME: Current username
  • SG_USER_ID: Current user id
  • SG_CONTEXT_TYPE: Current context type (Asset, Shot)
  • SG_CONTEXT_ID: Current context id
  • SG_STEP: Current step
  • SG_NAME: File name (main)
  • SG_VERSION: File version
  • SG_VERSION_S: File version as string (v{version})
  • Asset context:
    • SG_ASSET: Asset name, if different context: -
    • SG_ASSET_ROOT: Asset file root, if different context: -
    • SG_ASSET_RENDER_ROOT: Asset file root on render server, if different context: -
  • Shot context:
    • SG_SEQUENCE: Sequence name, if different context: -
    • SG_SHOT: Shot name, if different context: -
    • SG_SHOT_ROOT: Shot file root, if different context: -
    • SG_SHOT_RENDER_ROOT: Shot file root on render server, if different context: -

tk-multi-startup's People

Contributors

bkamphues avatar gillesvink avatar maximumfx avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ghost3d

tk-multi-startup's Issues

Force OCIO Setting

Add an app setting to force a correct configuration of OCIO in order to open the engine.

Force Redshift Setting

Add an app setting that only allows the engine to be started if a certain version of Redshift is installed.

Force HtoA Setting

Add an app setting that only allows the engine to start if a certain version of HtoA is installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.