Search found 20 matches

by SteffenD
Fri Jan 20, 2023 1:50 pm
Forum: Houdini
Topic: hython error houdini 19.5 in windows
Replies: 2
Views: 3364

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: 5959

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: 5959

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: 5959

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: 7070

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: 5959

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: 5959

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: 5959

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...
by SteffenD
Mon Feb 07, 2022 11:46 am
Forum: General
Topic: Forum search - every word is too common
Replies: 7
Views: 4071

Re: Forum search - every word is too common

I e.g. tried to search for "multiple" as I want to setup cgru for multiple versions of a software to be rendered. --> Too common
by SteffenD
Wed Mar 10, 2021 4:37 pm
Forum: Blender
Topic: CGRU Addon no longer working in 2.93 Alpha
Replies: 4
Views: 5574

Re: CGRU Addon no longer working in 2.93 Alpha

Thanks a lot for your quick help. I can confirm the addon is working now in 2.93 :mrgreen: