Vray frame progress

Post Reply
kapellan
Posts: 6
Joined: Wed Dec 23, 2020 5:35 pm

Vray frame progress

Post 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})()')
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Vray frame progress

Post 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?)
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Vray frame progress

Post by timurhai »

Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply