Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 833 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 833 Bytes

p4maya

A simple wrapper for perforce cmd and plugin to use perforce within maya

grafik

Usage:

To use it in maya, put it into your scripts folder and run

p4plugin = p4maya.MayaP4Plugin()
p4plugin.buildMenu()

This will create a menu called 'perforce'.

  • Use 'Setup Connection' to set up your connection.
  • Use the Submit / Add /Sync functions to interface with perforce

Notes:

  • When you use the menu to sync alembic files, they will be unloaded before sync and reloaded afterwards to ensure they are downloaded.
  • Credentials are saved in the system PATH - this is the same way that perforce cmd stores it. However, this stores your password in cleartext and might be considered unsave by some pipelines.