Skip to main content
Dmy
New Member
September 8, 2025
Question

Perforce integration

  • September 8, 2025
  • 0 replies
  • 33 views

Hello,

 

I’m working on an exporter plugin to automate our workflows. However, I’m not sure how to run commands on user’s PC. For example in order to automate texture export path, we need to call “p4 info” to obtain client’s workspace path.

 

import { exec } from 'child_process';

 

doesn’t seem to work. Please help.

 

Thanks!

 

This topic has been closed for replies.