Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Documentation

Alan Dann edited this page Mar 20, 2014 · 3 revisions

We're currently working on the docs for this framework but in the mean time, for a more high-level overview of how we've integrated Perforce into Shotgun Pipeline Toolkit, please see this page:

LINKBOX_DOC:54:Overview of Perforce integration in Toolkit

What's included in the Framework?

Rather than just wrap the Perforce API, the Perforce framework incorporates P4Python and then a set of utility functions that provide common functionality such as opening a connection through a dialog, checking out the latest version, etc. A connected P4Python instance can always be obtained for more direct access to Perforce commands.

P4Python

The Toolkit Perforce integration uses the standard P4Python modules provided by Perforce. This framework includes versions of P4Python for the various operating systems & applications that Toolkit works with. However, in case the version you need isn't included then it will just load it from your Python path if it can.

Reference

(coming soon...)

Clone this wiki locally