Search found 20 matches

by seven11
Wed Mar 04, 2020 10:21 pm
Forum: General
Topic: TERMINATEWAITKILL
Replies: 2
Views: 3277

Re: TERMINATEWAITKILL

Hi Timur,
I just recompiled it in. That's what I ended up doing.
Thanks,
Sev.
by seven11
Tue Mar 03, 2020 9:14 pm
Forum: General
Topic: TERMINATEWAITKILL
Replies: 2
Views: 3277

TERMINATEWAITKILL

Hi Timur,
Is there a way to change "TERMINATEWAITKILL" time without recompiling?
Thanks,
Sev
by seven11
Wed Mar 29, 2017 6:09 pm
Forum: General
Topic: Question about server profiling
Replies: 13
Views: 16887

Re: Question about server profiling

Never mind. I fixed it.

Timur,
Do you mind if I fix spelling mistakes directly to the master?
I noticed a few. Also English grammar mistake? Wish I could speak Russian ;-).
Scott
by seven11
Wed Mar 29, 2017 6:00 pm
Forum: General
Topic: Question about server profiling
Replies: 13
Views: 16887

Re: Question about server profiling

While you are fixing the bug, Can you fix the spelling mistake?
Prep: 0.15, Proc: 0.01, Post: 8.50, Tolal: 8.67 ms.

Tolal > Total

;-)
Thx
Scott
by seven11
Mon Mar 27, 2017 3:33 pm
Forum: General
Topic: Not Solving in parallel mode
Replies: 3
Views: 6003

Re: Not Solving in parallel mode

Hi Timur,
Ahh OK, I will try it with "af_solving_use_user_priority" set true then.
Looking forward to trying the new solver.
Thanks,
Scott
by seven11
Fri Mar 24, 2017 5:51 pm
Forum: General
Topic: Not Solving in parallel mode
Replies: 3
Views: 6003

Not Solving in parallel mode

Hi Timur, If I run Afanasy with this config: "":"Solving:", "af_solving_use_capacity":true, "":"Calculate need using running tasks total capacity.", "":"If not, use only running tasks number", "af_solving_use_user_priority&qu...
by seven11
Mon Mar 20, 2017 9:49 pm
Forum: VRay
Topic: Vray Parser update to create thumbnails
Replies: 7
Views: 13005

Re: Vray Parser update to create thumbnails

Will do.
Thanks,
Scott
by seven11
Mon Mar 20, 2017 8:04 pm
Forum: VRay
Topic: Maya to Vray Parser update to show camera layers...
Replies: 1
Views: 6625

Maya to Vray Parser update to show camera layers...

Hi Timur, This update is to the mayatovray parser to show the camera layer count as it converts the maya scene file to a vrscene file. Great to have when you are doing multipass rendering of large sequences. -Scott afanasy/python/parsers/mayatovray.py # -*- coding: utf-8 -*- from parsers import pars...
by seven11
Mon Mar 20, 2017 7:34 pm
Forum: VRay
Topic: Vray Parser update to create thumbnails
Replies: 7
Views: 13005

Vray Parser update to create thumbnails

Hi Timur, We use this all the time for creating the thumbnails for Vray 3.40 renders. Didn't know how to get it to you. -Scott afanasy/python/parsers/vray.py from parsers import parser import re re_frame = re.compile( r'SCEN.*(progr: begin scene preprocessing for frame )([0-9]+)' ) re_number = re.co...
by seven11
Fri Mar 17, 2017 3:59 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 52941

Re: Afserver crashes

@selsner
I was seeing a large amount of Virtual Memory being consumed then I saw this thread on the forum and decided to stick my nose in it.

Timur,
That looks like a better way of doing it ;-)
You write some nice code!
Scott