missing info maybe? #47566

Closed
opened 2016-02-25 22:34:49 +01:00 by eroMoD · 9 comments
Member

on this page:
https://www.blender.org/manual/modeling/meshes/editing/misc.html

I tried to sort elements but nothing happened.
After some research, I found that if I Type "bpy.app.debug = True" into the Python Console
I could enable viewing indices in the (N) properties panel under mesh display->edge info

source:
http://blender.stackexchange.com/questions/36577/how-are-vertex-indices-determined/36599#36599

then I noticed a change when I sorted elements.

Maybe that should be added into that page on the manual?
Or am I missing something?

on this page: https://www.blender.org/manual/modeling/meshes/editing/misc.html I tried to sort elements but nothing happened. After some research, I found that if I Type "bpy.app.debug = True" into the Python Console I could enable viewing indices in the (N) properties panel under mesh display->edge info source: http://blender.stackexchange.com/questions/36577/how-are-vertex-indices-determined/36599#36599 then I noticed a change when I sorted elements. Maybe that should be added into that page on the manual? Or am I missing something?
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @eroMoD

Added subscriber: @eroMoD

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Campbell Barton self-assigned this 2016-02-25 22:59:07 +01:00

This is intentionally a hidden feature - because its intended only for use by C/C++ developers debugging mesh data, there are a handful of these (you can access setting bpy.app.debug_value) for example.

If this is moved out of debug-mode, then it can be added to the manual.

This is intentionally a hidden feature - because its intended only for use by C/C++ developers debugging mesh data, there are a handful of these (you can access setting bpy.app.debug_value) for example. If this is moved out of debug-mode, then it can be added to the manual.

Added subscriber: @NikoLeopold

Added subscriber: @NikoLeopold

This comment was removed by @NikoLeopold

*This comment was removed by @NikoLeopold*

Removed subscriber: @NikoLeopold

Removed subscriber: @NikoLeopold

Added subscriber: @NikoLeopold

Added subscriber: @NikoLeopold
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#47566
No description provided.