Page 1 of 1

Vray frame progress

Posted: Thu May 06, 2021 1:37 pm
by kapellan
I didn't update the progress percentages for each frame.V-Ray Standalone, version 5 Windows 10
Maybe someone will come in handy:
Replace in AFANASY\afanasy\python\parsers\vray.py

Code: Select all

re_percent = re.compile(
    r'Rendering image...:([ ]{,})([0-9]{1,2}.*)(%[ ]{,}).*'
)
to :

Code: Select all

re_percent = re.compile('Rendering image.*:  ()([0-9]{1,2}\.[0-9]{1,2})()')

Re: Vray frame progress

Posted: Tue May 11, 2021 7:20 am
by timurhai
Hi! Great!
Can you make in on GitHub?
https://github.com/CGRU/cgru/blob/maste ... rs/vray.py
(Do you have a GitHub profile?)

Re: Vray frame progress

Posted: Wed Jul 07, 2021 8:16 am
by timurhai