right clicking all of the render properties and choosing to view online manual results in the below error: #74727

Closed
opened 2020-03-13 14:37:24 +01:00 by michael campbell · 6 comments

System Information
Operating system: Windows-10-10.0.17134-SP0 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.19

Blender Version
Broken: version: 2.83 (sub 8), branch: master, commit date: 2020-03-11 19:45, hash: blender/blender@e6d0a438ab
Worked: (optional)

Short description of error
right clicking all of the render properties and choosing to view online manual results in the below error:

Exact steps for others to reproduce the error
right click an option in the render panel:

location: :-1
Error: Traceback (most recent call last):

File "E:\blender\dailybuilds\2.83\blender-2.83-e6d0a438ab95-windows64\2.83\scripts\startup\bl_operators\wm.py", line 1079, in execute
  rna_id = _wm_doc_get_id(self.doc_id, do_url=False)
File "E:\blender\dailybuilds\2.83\blender-2.83-e6d0a438ab95-windows64\2.83\scripts\startup\bl_operators\wm.py", line 1018, in _wm_doc_get_id
  rna_class = getattr(bpy.types, class_name)

AttributeError: 'RNA_Types' object has no attribute 'CyclesRenderSettings'

location: :-1

**System Information** Operating system: Windows-10-10.0.17134-SP0 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.19 **Blender Version** Broken: version: 2.83 (sub 8), branch: master, commit date: 2020-03-11 19:45, hash: `blender/blender@e6d0a438ab` Worked: (optional) **Short description of error** right clicking all of the render properties and choosing to view online manual results in the below error: **Exact steps for others to reproduce the error** right click an option in the render panel: location: <unknown location>:-1 Error: Traceback (most recent call last): ``` File "E:\blender\dailybuilds\2.83\blender-2.83-e6d0a438ab95-windows64\2.83\scripts\startup\bl_operators\wm.py", line 1079, in execute rna_id = _wm_doc_get_id(self.doc_id, do_url=False) File "E:\blender\dailybuilds\2.83\blender-2.83-e6d0a438ab95-windows64\2.83\scripts\startup\bl_operators\wm.py", line 1018, in _wm_doc_get_id rna_class = getattr(bpy.types, class_name) ``` AttributeError: 'RNA_Types' object has no attribute 'CyclesRenderSettings' location: <unknown location>:-1

Added subscriber: @3di

Added subscriber: @3di

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

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

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member
This is probably caused by this API change: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Addons#Registration

Added subscriber: @szulat

Added subscriber: @szulat
Member

Closed as duplicate of #68050

Closed as duplicate of #68050
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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#74727
No description provided.