CompositorNodeDenoise default Prefilter docs mistake #103898

Closed
opened 2023-01-15 12:33:07 +01:00 by bar · 5 comments

System Information
Operating system: Linux-5.15.0-57-generic-x86_64-with-glibc2.35 64 Bits
Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.86.01

Blender Version
Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: blender/blender@55485cb379
Worked: (newest version of Blender that worked as expected)

Short description of error
https://docs.blender.org/api/3.4/bpy.types.CompositorNodeDenoise.html#bpy.types.CompositorNodeDenoise
bpy.types.CompositorNodeDenoise(CompositorNode)
instead : //
Type

  enum in [‘NONE’, ‘FAST’, ‘ACCURATE’], default ‘FAST’

//

should be:

Type

  enum in [‘NONE’, ‘FAST’, ‘ACCURATE’], default ‘ACCURATE’

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: Linux-5.15.0-57-generic-x86_64-with-glibc2.35 64 Bits Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.86.01 **Blender Version** Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: `blender/blender@55485cb379` Worked: (newest version of Blender that worked as expected) **Short description of error** https://docs.blender.org/api/3.4/bpy.types.CompositorNodeDenoise.html#bpy.types.CompositorNodeDenoise bpy.types.CompositorNodeDenoise(CompositorNode) instead : // Type ``` enum in [‘NONE’, ‘FAST’, ‘ACCURATE’], default ‘FAST’ ``` // should be: Type ``` enum in [‘NONE’, ‘FAST’, ‘ACCURATE’], default ‘ACCURATE’ ``` **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]
Author

Added subscriber: @barakooda

Added subscriber: @barakooda
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123

This issue was referenced by blender/blender@b5bb38400f

This issue was referenced by blender/blender@b5bb38400f6663563ab348857b95fe9b7e1d7d92
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Aaron Carlisle self-assigned this 2023-01-21 03:43:09 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#103898
No description provided.