Search found 8 matches

by elecstorm
Fri Nov 10, 2017 4:27 pm
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

It is Houdini, yes, it's linux-like path on windows.
We have only Windows on our workstations.
by elecstorm
Thu Nov 09, 2017 10:22 am
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

May be path slashes direction plays affects. Try to check "files" with windows ("\") type slashes. Ok, I changed both setFiles functions in af.py : From self.data["files"].append(afile) P:/projects/R1/ To: self.data["files"].append(afile.replace("/"...
by elecstorm
Thu Nov 02, 2017 5:35 pm
Forum: Houdini
Topic: hbatch_parsers
Replies: 1
Views: 4809

hbatch_parsers

Hi! I don't understand logic of all hbatch_ something parsers. For example hbatch_mantra: from parsers import hbatch from parsers import mantra class hbatch_mantra(hbatch.hbatch, mantra.mantra): def __init__(self): hbatch.hbatch.__init__(self) # WE init str_error and str_warning from hbatch parser m...
by elecstorm
Thu Nov 02, 2017 2:13 pm
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

I changed also

Code: Select all

"open_folder_cmd":"explorer \"@PATH@\""
to

Code: Select all

"open_folder_cmd":"explorer c:"
in CGRU Config to debug this command: it doesn't affect to Keeper's defualt Open folder command.
by elecstorm
Thu Nov 02, 2017 9:24 am
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

We still have problems with Browse files - it doesn't work. I created test scene with local paths, rendered it on local machine: browse files opens the home folder. Task's log: frame 1-5 hbatch[hbatch_redshift]:100 frames(1,5,5): Command: hrender_af -s 1 -e 5 --by 1 -t "_current_" "P:...
by elecstorm
Mon Oct 16, 2017 3:05 pm
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

Hi. What is block/task "files" parameter? Is it points to correct rendered files? Can you send me task info? (you can get it from afwatch on a task double-click) frame 58 hbatch_mantra[hbatch_mantra]:1000 frames(58,58,1): Command: hrender_af -s 58 -e 58 --by 1 -t "_current_" &qu...
by elecstorm
Fri Oct 13, 2017 3:41 pm
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

Hi! Browse files and "Folder" job's menu commands still not working on windows 10? Can the user override these commands? We found "Open folder" command in Keeper - Configure - Set Open Folder, but it does not affect anything. I changed it from explorer "@PATH@" to expl...
by elecstorm
Thu Oct 05, 2017 4:01 pm
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 25983

Re: Task - Browse files/Preview

Hi!
Browse files and "Folder" job's menu commands still not working on windows 10?
Can the user override these commands?