Search found 10 matches

by g-LuL
Thu Feb 15, 2018 2:54 pm
Forum: General
Topic: Submit specific frames
Replies: 3
Views: 5383

Re: Submit specific frames

Hi
Ok I got it.
One more question : I'd like to change the status of a task when i create it.
Is it possible to create "paused" tasks and "ready" tasks in the same block ?
Thanks
by g-LuL
Wed Feb 14, 2018 4:43 pm
Forum: General
Topic: Submit specific frames
Replies: 3
Views: 5383

Submit specific frames

Hi Timur, Is there a way to submit specific frames in afanasy ? For example, frames 2, 12, 18, 13 ... I've searched in the python af.Block but I didn't find anything to achieve this. Maybe I'm missing something... Is it possible ? OR is there a possibility to submit all frames and pause some of them...
by g-LuL
Fri May 19, 2017 9:12 am
Forum: General
Topic: JSON/Python Api
Replies: 5
Views: 7149

Re: JSON/Python Api

Yeah I've just seen this (error retries) in the config.json file. It will work for my blender bugs !
Sorry for the dumb question and thanks again ! :)
by g-LuL
Fri May 19, 2017 9:06 am
Forum: General
Topic: JSON/Python Api
Replies: 5
Views: 7149

Re: JSON/Python Api

Hi Timur,

Thanks for your answer.
I will look into this.
One more question : is it possible to restart task after this timeout instead of raising an error ?

Thanks
by g-LuL
Fri May 19, 2017 7:29 am
Forum: General
Topic: JSON/Python Api
Replies: 5
Views: 7149

Re: JSON/Python Api

Hi, Just to explain it a bit, Blender has two different bugs on my project. In both case, it "stops" calculating without sending any information. The log files aren't updated anymore after those bugs happened but the blender process is still alive. So maybe can I use af_task_update_timeout...
by g-LuL
Thu May 18, 2017 3:28 pm
Forum: General
Topic: JSON/Python Api
Replies: 5
Views: 7149

JSON/Python Api

Hi Timur, I'm using the python api to send JSON with this code : afnetwork.sendServer(jsonDatadata) I'm getting jobs, then blocks but not tasks. Is it possible to get current active tasks (and their log files) by this way ? I want to restart some stucked blender tasks (a blender bug actually) automa...
by g-LuL
Wed Apr 05, 2017 7:06 pm
Forum: General
Topic: Parser error string
Replies: 6
Views: 7996

Re: Parser error string

Hi Timur,

Just to keep you posted, it works like a charm now. Just a afrender restart and it's ok.
Thanks again !
by g-LuL
Tue Mar 28, 2017 12:34 pm
Forum: General
Topic: Parser error string
Replies: 6
Views: 7996

Re: Parser error string

Hi Timur, All my afrender have the same cgru location on the network. So they have all the same parsers. I've retarted afserver every time I modified the parser BUT I've not restarted my afrender :( My mistake... Restarting my afrenders worked for now ! I will try on multiple jobs just to be sure. M...
by g-LuL
Tue Mar 28, 2017 7:10 am
Forum: General
Topic: Parser error string
Replies: 6
Views: 7996

Re: Parser error string

Hi Timur, Shame on me, sorry for the lack of informations in my post. I've sent it in a hurry before meeting... So i've created a new "software". This consists of a simple command line calling python executing a python script. In this script, several blender subprocesses are called success...
by g-LuL
Mon Mar 27, 2017 7:44 am
Forum: General
Topic: Parser error string
Replies: 6
Views: 7996

Parser error string

Hello ! I've created a parser for a new software.This software is a command line python script... This parser inherits of the standard parser (parser.parser). Its str_error is equal to a brand new list class my_parser(parser.parser): def __init__(self): parser.parser.__init__(self) self.str_error = ...