Online Manual / Online Python reference fails for anything in UserPreferences > Keymap #72993

Closed
opened 2020-01-09 13:46:57 +01:00 by Philipp Oeser · 7 comments
Member

System Information
Operating system: Linux-5.3.12-200.fc30.x86_64-x86_64-with-fedora-30-Thirty 64 Bits
Graphics card: GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.31

Blender Version
Broken: version: 2.82 (sub 6), branch: master, commit date: 2020-01-08 16:23, hash: blender/blender@e72ecaa371
Worked: (optional)

Short description of error
Choosing Online Manual / Online Python reference via context menu on any property related to UserPreferences > Keymap throws an error

Exact steps for others to reproduce the error
In the default scene:

  • Edit > Preferences
  • Keymap tab
  • any button here: context menu (RMB) > Online Manual > error
Error: Traceback (most recent call last):
  File "/build_linux/bin/2.82/scripts/startup/bl_operators/wm.py", line 1113, in execute
    url = _wm_doc_get_id(self.doc_id, do_url=True, url_prefix=self._prefix)
  File "/build_linux/bin/2.82/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 'Prefs'

note blender/documentation#68050 (Online Manual / Online Python reference fails for anything related to CyclesRenderSettings) is very much related

**System Information** Operating system: Linux-5.3.12-200.fc30.x86_64-x86_64-with-fedora-30-Thirty 64 Bits Graphics card: GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.31 **Blender Version** Broken: version: 2.82 (sub 6), branch: master, commit date: 2020-01-08 16:23, hash: `blender/blender@e72ecaa371` Worked: (optional) **Short description of error** Choosing Online Manual / Online Python reference via context menu on any property related to UserPreferences > Keymap throws an error **Exact steps for others to reproduce the error** In the default scene: - `Edit` > `Preferences` - `Keymap` tab - any button here: context menu (RMB) > Online Manual > error ``` Error: Traceback (most recent call last): File "/build_linux/bin/2.82/scripts/startup/bl_operators/wm.py", line 1113, in execute url = _wm_doc_get_id(self.doc_id, do_url=True, url_prefix=self._prefix) File "/build_linux/bin/2.82/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 'Prefs' ``` note blender/documentation#68050 (Online Manual / Online Python reference fails for anything related to CyclesRenderSettings) is very much related
Author
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk

blender/blender#73780 was marked as duplicate of this issue

blender/blender#73780 was marked as duplicate of this issue
Author
Member

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

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

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Both these bugs have the same underlying issue. So the reports can be merged.

Both these bugs have the same underlying issue. So the reports can be merged.

Closed as duplicate of blender/documentation#68050

Closed as duplicate of blender/documentation#68050
Author
Member

Added subscriber: @gfxcoder

Added subscriber: @gfxcoder
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-addons#72993
No description provided.