Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material not copied using the "Arma Material Relocation" #17

Open
hlyl opened this issue May 19, 2020 · 0 comments
Open

Material not copied using the "Arma Material Relocation" #17

hlyl opened this issue May 19, 2020 · 0 comments
Assignees

Comments

@hlyl
Copy link

hlyl commented May 19, 2020

Request for small code correction to the RVMatTools.py file

The current code for ARMA Material Relocation does not work, need to change line 264 and 265:
Current code:
def rt_SmartCopy(texName, outputName): if path.exists(outputName):
Correct code:
def rt_SmartCopy(texName, outputPath): if path.exists(outputPath):
Thanks a lot for a amazing tool....

@AlwarrenSidh AlwarrenSidh self-assigned this Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants