Search found 912 matches

by timurhai
Wed Mar 27, 2019 1:59 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21246

Re: Nuke error Unknown switch: -r

Hi.
Can you show task command on (for) Linux?
It seems that paths from windows to Linux not mapped.
by timurhai
Fri Mar 22, 2019 10:30 am
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13808

Re: WakeOnLan on Windows

Hi. May be you should enable this feature is some other place(s). For example: https://www.groovypost.com/howto/enable-wake-on-lan-windows-10/ btw wolwake is a simple cmd: https://github.com/CGRU/cgru/blob/master/bin/wolwake.cmd that runs simple python: https://github.com/CGRU/cgru/blob/master/utili...
by timurhai
Tue Mar 19, 2019 10:49 am
Forum: General
Topic: better execution of custom commands on nodes
Replies: 2
Views: 4449

Re: better execution of custom commands on nodes

Hi. Yes, to extend this feature we should go into the c++ code. We should add some "af_renderlaunchers" string array parameter in config (like "af_rendercmds"). And make afwatch to create a sub-menu items for launch on render. btw, "af_rendercmds" - are commands that ru...
by timurhai
Mon Mar 18, 2019 3:58 pm
Forum: General
Topic: Render Client "offline" status
Replies: 2
Views: 4368

Re: Render Client "offline" status

Hi.
Unfortunately, there is no such event implemented.
For now, there are only few job events, done and error:
http://cgru.info/afanasy/server#events

But it is not a big deal to add such event.
Especially if you are going test it.
by timurhai
Sun Mar 17, 2019 4:31 pm
Forum: General
Topic: Run batch file before and after job
Replies: 3
Views: 5226

Re: Run batch file before and after job

Hi.
You can write a command wrapper.
For example some script that will replace "render command", which can contain:

Code: Select all

pre_script.sh
"render command"
post_script.sh
by timurhai
Tue Mar 12, 2019 12:42 pm
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22368

Re: GPU rendering on linux

At first you should ask:
- Can I render using GPU running Blender command line with no display? If I can, how to do it?
(may be we are doing something wrong)
by timurhai
Tue Mar 12, 2019 12:09 pm
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22368

Re: GPU rendering on linux

"And this is same command copied to terminal- so rendering without gui" - Terminal launched from GUI have a GUI. I see you screenshot - that terminal with a GUI. In that terminal type: cd /opt/cgru source ./setup.sh afrender - So that afrender client will be with GUI. And check how it works.
by timurhai
Tue Mar 12, 2019 11:07 am
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22368

Re: GPU rendering on linux

So you should checkout difference between computers that use GPU and that use CPU. But it seems that Blender needs a GUI session to use GPU (very pity). May be all your ms windows afrenders runs within a GUI session? And some Linuxes runs afrenders from init.d or systemd daemon with no GUI? If so, y...
by timurhai
Tue Mar 12, 2019 10:41 am
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22368

Re: GPU rendering on linux

The best way to check - try to launch Blender GUI from a terminal. If it works - terminal has a display.
by timurhai
Tue Mar 12, 2019 10:40 am
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22368

Re: GPU rendering on linux

If terminal will have a display (GUI session) it will be.
For example, when you run some xfce-terminal from choosing some menu item from xfce window manager theme, it will have a gui. (xfce can be kde or gnome or whatever)