You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
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....
The text was updated successfully, but these errors were encountered: