Network Renderer Issues: (multiple error reports) #45097
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#45097
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Windows 7, AMD RADEON HD 6450
Blender Version
2.74 build date: b'2015-03-31', b'15:46:51'
AddOn Network Renderer Version 1.8
the Master of Network Renderer sets the job to finished even if at least one frame is on error, There is no way to restart the job.
Exact steps for others to reproduce the error
Start a job with one or more frame and force an error by stopping the slave with the last frame.
I already have a solution for the problem
in scripts\addons\netrender\master.py in method testFinished of class MRenderJob
add
or f.status == netrender.model.FRAME_ERROR
in line 138
( if f.status == netrender.model.FRAME_QUEUED or f.status == netrender.model.FRAME_DISPATCHED )
Changed status to: 'Open'
Added subscriber: @DeJev
#43966 was marked as duplicate of this issue
#44905 was marked as duplicate of this issue
#38156 was marked as duplicate of this issue
#42604 was marked as duplicate of this issue
#46042 was marked as duplicate of this issue
#40985 was marked as duplicate of this issue
#43845 was marked as duplicate of this issue
Added subscriber: @Blendify
Please make a Differential here https://developer.blender.org/differential/query/open/
Added subscribers: @Sergey, @5argon-4, @theeth, @Leon95, @mthierry, @Zyankali, @mont29, @mib2berlin, @emile_, @TxRx, @jlnorthrup
Network Renderer Master ends a job even when frames on error after finishing last frameto Network Renderer Issues: (multiple error reports)Added subscribers: @markus1, @jaskegreen, @King_Pilotman
Added subscribers: @GMBlender, @Darkfie9825
Added subscriber: @yoshi
blender-2.76b-windows32\2.76\scripts\addons\netrender\master.py
line 458
self.send_heat(http.client.NO_CONTENT)
self.send_head(http.client.NO_CONTENT)
Removed subscriber: @Blendify