Search found 22 matches

by SteffenD
Fri Feb 07, 2025 12:12 pm
Forum: News
Topic: CGRU Version 3.4.0 Released.
Replies: 2
Views: 146000

Re: CGRU Version 3.4.0 Released.

Awesome! Upgraded without a problem. :)
by SteffenD
Wed Jul 03, 2024 8:54 am
Forum: General
Topic: Automatic Wake on Lan
Replies: 1
Views: 25691

Automatic Wake on Lan

Hi there,

I finally got CGRU to wake up all the clients (with a little help from ChatGPT that fixed a problem in the "wolwake.py").
Now I found this entry in the CGRU Changelog:

Code: Select all

v1.6.8
2012.12.10

Automatic Wake-On-LAN.
But how to I use or enable this feature?
by SteffenD
Fri Jan 20, 2023 1:50 pm
Forum: Houdini
Topic: hython error houdini 19.5 in windows
Replies: 2
Views: 25189

Re: hython error houdini 19.5 in windows

Yes, there is also a "hython.exe", that's basically a renamed version of "hython3.9.exe"

Works fine here for me.
by SteffenD
Tue Jun 21, 2022 12:46 pm
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

Re: No More Progress Bar in Afwatch

Yes, but I'm an extreme coding noob :lol: and at least I can't do it.
by SteffenD
Mon Jun 20, 2022 11:06 am
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

Re: No More Progress Bar in Afwatch

Thanks for you quick reply :) Yes, I just found this: Fra:1 Mem:840.29M (Peak 1682.40M) | Time:00:06.59 | Remaining:18:15.69 | Mem:1147.60M, Peak:1153.71M | Scene, ViewLayer | Rendered 1/12 Tiles, Sample 80/4096 So there is info about the current tile / total number of tiles and of course the sample...
by SteffenD
Mon Jun 20, 2022 10:40 am
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

Re: No More Progress Bar in Afwatch

Just noticed that my "fix" is only partially working. As soon as Cycles uses "Tiles" (e.g. when you render resolution is > 2048 px in a default scene or you deliberately told Cycles to use tiles e.g. to save some memory), every single tile reports its render progress in the range...
by SteffenD
Fri Jun 17, 2022 9:24 am
Forum: Blender
Topic: Error Message When Submitting A Comp Job
Replies: 4
Views: 33838

Re: Error Message When Submitting A Comp Job

BTW this same thing is still happening in Blender 3.x when trying to submit a scene with an empty "Scene Collection". >>> active_scene = bpy.context.active_object >>> print (active_scene) None As soon as I add e.g. an empty I get the following >>> active_scene = bpy.context.active_object >...
by SteffenD
Sun Jun 05, 2022 4:13 pm
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

Re: No More Progress Bar in Afwatch

To get it running you have to update every client's blender_cycles.py and restart afrender
by SteffenD
Sun Jun 05, 2022 4:04 pm
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

Re: No More Progress Bar in Afwatch

OK, I fixed it (hopefully, it's more like an educated guess at copy&paste ;) ). # -*- coding: utf-8 -*- from parsers import blender class blender_cycles(blender.blender): """Blender Cycles """ def __init__(self): blender.blender.__init__(self) def extractPercentage(...
by SteffenD
Thu Jun 02, 2022 12:46 pm
Forum: Blender
Topic: No More Progress Bar in Afwatch
Replies: 9
Views: 46875

No More Progress Bar in Afwatch

Hi there, I noticed that Afwatch doesn't show a per-frame progress bar when rendering with Cycles any more (3.x+). The syntax of the render log has changed to: Fra:31 Mem:1232.12M (Peak 2206.01M) | Time:02:15.69 | Remaining:02:00.57 | Mem:1139.36M, Peak:1237.26M | SHOT010_Scene, ViewLayer | Sample 2...