I have a tool that integrates some of the basic functions of perforce into maya. It worked fine in Maya2018/python2. I modified it for maya2023/python3, but I only had to change the print statements. Now when an artist checks out a file using the tool in maya2023, the file gets checked out, but maya now loses the file name and path and I'm told the local file disappears and the user has to manually save with the correct name and path. I have been troubleshooting for a while but no luck so far. We are using two different perforce workspaces for maya2018 and maya2023.
Using p4Python in Maya, but after file checkout, Maya loses file name and path
106 Views Asked by Brian At
0
There are 0 best solutions below
Related Questions in MAYA
- Send information to Maya node instance in cpp
- How to see all attributes of a node in Maya?
- Maya PySide: Maya crashes when I try to connect custom signal to slot
- Same python code works differently on differently Maya (2012 - 2015)
- Python for Maya: "Object's name is not unique." when calling object from class to build UI
- Maya MEL variables declaration and initialization
- How to export an animation from Maya to three.js workflow
- Get the mesh name from the selected vertex
- Is It Possible To Create A Quaternion Twist Solution Which Allows For 360 Degrees Rotation?
- Maya Python - How do I query the selection to check if only polyVerts or different?
- Maya 2016 Python - "No module named PyQt4"
- Add geometry shader fragment to MShaderInstance
- imported Unity fbx model animation is distorted?
- MUIDrawManager gets cleaned when mouse moves
- Python Maya: access result of a function when called in button flag
Related Questions in MAYA-API
- Same python code works differently on differently Maya (2012 - 2015)
- Add geometry shader fragment to MShaderInstance
- How to change Maya UI text font color?
- Set highlighted range in Maya's Time Slider
- Script is printing "select" and "unselect" in the editor console:
- Maya and Cuda 11 type redeclaration error
- Maya Python - How to set input mesh on MASH programmatically?
- Cannot call value of non-function type '[Observable<Event>.Type]'
- How to add a joint to an existing skin cluster and set weights to zero with Maya MEL
- How to setup shortcut to toggle joint xray in Maya
- In Maya C++ API, how to limit max value of an attribute of MPxNode to half of another attribute value?
- Using p4Python in Maya, but after file checkout, Maya loses file name and path
- Duplicate a nurbs curve along a curve to perform a loft
- How to use Maya-MEL command "select" in c++
- How to apply color and shading to an object using maya-api in c++
Related Questions in P4PYTHON
- p4python: perforce: file is not under permissible file system path
- p4python: perforce: giving sync command throwing error-: rename: failed to rename <filename> after 10 attempts
- Cannot connect to a ssl-enabled perforce server using p4python
- Error while submitting using p4python
- using p4python module create a patch between two changelist
- Can't print using p4python
- P4Python Exception: Parameter –ssl is needed
- Using p4Python in Maya, but after file checkout, Maya loses file name and path
- how to check file is opened from python scrip
- Error when installing p4python on osx-MountainLion
- How to open a checked out file P4 Python
- How to download p4 files locally?
- Login to another user as admin
- Need p4python commands to sync code from Perforce
- How to call .cpp function inside p4python script?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?