Announcement

Collapse
No announcement yet.

basic python shutil module don't work with post translate python script vray

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • basic python shutil module don't work with post translate python script vray

    Hello ,
    a basic python 'shutil' module don't work with post translate python script vray.
    have you an issue ?

  • #2
    Hello!
    Can you share some example code that you think does not work? It seems to work on my side when I try putting the following snippet of code in the post translate python:
    import shutil
    shutil.copyfile("C:/test/1.txt", "C:/test/2.txt")
    Iliyana Vladeva
    Software Development Engineer
    V-Ray for Maya

    Comment

    Working...
    X