Transform orientation shortcut wrong in documentation #70105

Closed
opened 2019-09-20 10:33:20 +02:00 by Antonin · 9 comments

System Information
Operating system:
Graphics card:

Blender Version
Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
Worked: (optional)

Hi, this shortcut doesnt work anymore : https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/control/orientations.html

When I try to add it to the button, it returns an error:

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\startup\bl_operators\wm.py", line 524, in execute
  value = context_path_validate(context, data_path)
File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\startup\bl_operators\wm.py", line 83, in context_path_validate
  value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>

AttributeError: 'Scene' object has no attribute 'type'

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

**System Information** Operating system: Graphics card: **Blender Version** Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) Worked: (optional) Hi, this shortcut doesnt work anymore : https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/control/orientations.html When I try to add it to the button, it returns an error: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\startup\bl_operators\wm.py", line 524, in execute value = context_path_validate(context, data_path) File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\startup\bl_operators\wm.py", line 83, in context_path_validate value = eval("context.%s" % data_path) if data_path else Ellipsis File "<string>", line 1, in <module> ``` AttributeError: 'Scene' object has no attribute 'type' **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible).
Author

Added subscriber: @antonin.morlet

Added subscriber: @antonin.morlet
Member

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member

Which one is "this shortcut"?

Which one is "this shortcut"?
Author

In #70105#780626, @JacquesLucke wrote:
Which one is "this shortcut"?

It should be Alt+spacebar

> In #70105#780626, @JacquesLucke wrote: > Which one is "this shortcut"? It should be Alt+spacebar
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Shortcut is , now afaict.
The bug assigning the other shortcut is blender/blender#65397 (Assigning shortcut to editor properties gives errors)

Will leave this report open for the documentation side only...

Shortcut is `,` now afaict. The bug assigning the other shortcut is blender/blender#65397 (Assigning shortcut to editor properties gives errors) Will leave this report open for the documentation side only...
Philipp Oeser changed title from Transform orientation shortcut to Transform orientation shortcut wrong in documetation 2019-09-20 14:55:17 +02:00
Philipp Oeser changed title from Transform orientation shortcut wrong in documetation to Transform orientation shortcut wrong in documentation 2019-09-20 14:56:03 +02:00
Author

There is currently no shortcuts for the 2.7x keymap

There is currently no shortcuts for the 2.7x keymap

This issue was referenced by 6024

This issue was referenced by 6024
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Aaron Carlisle self-assigned this 2019-12-23 21:54:48 +01:00
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#70105
No description provided.