Where is 'Add Simple UVs'? #103221

Closed
opened 2022-12-14 18:27:25 +01:00 by Hoang Duy Tran · 7 comments
Member

System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits

Blender Version
Broken: version: 3.5.0 Alpha, branch: master, commit date: 2022-12-02 21:53, hash: blender/blender@9719fd6964

Short description of error
On this page:
https://docs.blender.org/manual/en/latest/sculpt_paint/texture_paint/introduction.html

There is mentioning of Simple UVs in Texture Paint mode:
Screenshot 2022-12-14 at 17.24.03.png

As jumping into the link you get to this page:
https://docs.blender.org/manual/en/latest/sculpt_paint/texture_paint/tool_settings/texture_slots.html#bpy-ops-paint-add-simple-uvs
Screenshot 2022-12-14 at 17.24.10.png

Testing on UI screen I cannot see the option or button for 'Add Simple UVs'
Screenshot 2022-12-14 at 17.27.56.png

Where is this option?

**System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits **Blender Version** Broken: version: 3.5.0 Alpha, branch: master, commit date: 2022-12-02 21:53, hash: `blender/blender@9719fd6964` **Short description of error** On this page: https://docs.blender.org/manual/en/latest/sculpt_paint/texture_paint/introduction.html There is mentioning of Simple UVs in Texture Paint mode: ![Screenshot 2022-12-14 at 17.24.03.png](https://archive.blender.org/developer/F14057612/Screenshot_2022-12-14_at_17.24.03.png) As jumping into the link you get to this page: https://docs.blender.org/manual/en/latest/sculpt_paint/texture_paint/tool_settings/texture_slots.html#bpy-ops-paint-add-simple-uvs ![Screenshot 2022-12-14 at 17.24.10.png](https://archive.blender.org/developer/F14057625/Screenshot_2022-12-14_at_17.24.10.png) Testing on UI screen I cannot see the option or button for 'Add Simple UVs' ![Screenshot 2022-12-14 at 17.27.56.png](https://archive.blender.org/developer/F14057636/Screenshot_2022-12-14_at_17.27.56.png) Where is this option?
Author
Member

Added subscriber: @hoanguk

Added subscriber: @hoanguk
Member

Added subscribers: @Blendify, @PratikPB2123

Added subscribers: @Blendify, @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Member

Hi, thanks for the report. option will show up when mesh don't have any UV map
image.png


check release\scripts\startup\bl_ui\space_view3d_toolbar.py

        if settings.missing_uvs:
            layout.separator()
            split = layout.split()
            split.label(text="UV Map Needed", icon='INFO')
            split.operator("paint.add_simple_uvs", icon='ADD', text="Add Simple UVs")

Not a bug AFAICT. Maybe we could mention about this more precisely in manual? cc @Blendify

Hi, thanks for the report. option will show up when mesh don't have any UV map ![image.png](https://archive.blender.org/developer/F14058657/image.png) - - - check `release\scripts\startup\bl_ui\space_view3d_toolbar.py` ``` if settings.missing_uvs: layout.separator() split = layout.split() split.label(text="UV Map Needed", icon='INFO') split.operator("paint.add_simple_uvs", icon='ADD', text="Add Simple UVs") ``` Not a bug AFAICT. Maybe we could mention about this more precisely in manual? cc @Blendify
Contributor

Added subscriber: @sockseight

Added subscriber: @sockseight

This issue was referenced by 9816

This issue was referenced by 9816
Member

Changed status from 'Needs Developer To Reproduce' to: 'Resolved'

Changed status from 'Needs Developer To Reproduce' to: 'Resolved'
Aaron Carlisle self-assigned this 2022-12-21 02:04:58 +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#103221
No description provided.