Point Cloud: Expose 3D Cursor, annotation and ruler tools

<img width="298" alt="image.png" src="attachments/9336d17d-7dd5-445b-892c-ad7e91bb98d6">

---

The Selection tools are not working, so I did not add them to the toolbar.

Pull Request: https://projects.blender.org/blender/blender/pulls/134453
This commit is contained in:
Dalai Felinto
2025-02-12 22:05:07 +01:00
parent a6b394d23b
commit 96d84d1832

View File

@@ -3478,6 +3478,12 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
None,
*_tools_annotate,
],
'EDIT_POINT_CLOUD': [
_defs_view3d_generic.cursor,
None,
*_tools_annotate,
_defs_view3d_generic.ruler,
],
'PARTICLE': [
*_tools_select,
_defs_view3d_generic.cursor,