Giter VIP home page Giter VIP logo

tk-unreal's Introduction

Documentation

This repository is a part of the ShotGrid Pipeline Toolkit/Unreal integration and contains the source code for SG TK Unreal engine.

The simplest way to add the ShotGrid Toolkit integration to Unreal is to start from the available standard Shotgrid Toolkit configurations:

However, it is possible to manually add the integration to an existing SG TK configuration from the files provided by the default2 based Unreal config or the basic based Unreal config.

Configuring the file system schema for a default2 base configuration

If your SG TK configuration needs a file system schema, copy the following files and directories from core/schema of this config under the core/schema folder of your existing configuration.

schema/
└── project
    ├── assets
    │   └── asset_type
    │       └── asset
    │           └── step
    │               ├── publish
    │               │   └── fbx
    │               │       └── placeholder
    │               └── work
    │                   └── fbx
    │                       └── placeholder
    └── sequences
        └── sequence
            └── editorial
                └── placeholder

Adding the SG TK Unreal components

Both configs have a self contained env/includes/unreal folder which contains all definitions needed by the integration

unreal/
├── frameworks.yml
├── settings
│   ├── tk-multi-loader2.yml
│   ├── tk-multi-publish2.yml
│   ├── tk-multi-shotgunpanel.yml
│   └── tk-unreal.yml
├── templates.yml
└── tk-unreal-location.yml

This folder should be copied to the env/includes folder of your existing configuration.

Then the following files (or similar) need to be modified to add the Unreal integration:

  • core/templates.yml:
    • add include: ../env/includes/unreal/templates.yml
  • env/project.yml:
    • add - ./includes/unreal/settings/tk-unreal.yml to includes
    • add tk-unreal: "@settings.tk-unreal.project" to engines
  • env/asset_step.yml:
    • add - ./includes/unreal/settings/tk-unreal.yml to includes
    • add tk-unreal: "@settings.tk-unreal.asset_step" to engines
  • env/includes/settings/tk-maya.yml or env/includes/maya/asset_step.yml:
    • add - ../unreal/settings/tk-multi-publish2.yml to includes
    • replace tk-multi-publish2 asset step setting with: tk-multi-publish2: "@settings.tk-multi-publish2.maya.asset_step.unreal"
  • env/includes/frameworks or env/includes/common/frameworks.yml:
    • add include: unreal/frameworks.yml
  • env/includes/settings/tk-desktop.yml or env/includes/desktop/project.yml:
    • add "Unreal" to Creative Tools group.

See also:

For more information on how to run the ShotGrid/Unreal integration, please see the support documentation.

tk-unreal's People

Contributors

akitisa-epic avatar gplsteph avatar jfboismenu avatar manneohrstrom avatar ryanmayeda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tk-unreal's Issues

cannot import name 'QtWidgets' from 'tank.platform.qt5'

File "C:\Users\clamp\AppData\Roaming\Shotgun\bundle_cache\github\ue4plugins\tk-unreal\v1.2.0\engine.py", line 109, in init_qt_app
LogPython: Error: from sgtk.platform.qt5 import QtWidgets
LogPython: Error: ImportError: cannot import name 'QtWidgets' from 'tank.platform.qt5' (C:\Users\clamp\AppData\Roaming\Shotgun\vertpipe\p155c68.basic.unreal\cfg\install\core\python\tank\platform\qt5_init_.py)

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.