doc: add doc.

- finish uv section of doc.
- fix issue about the wrong calc of coordinate system axis vector in flatten uv (change it from left hand to right hand).
- fix rail uv display text.
This commit is contained in:
2024-02-12 22:39:44 +08:00
parent 0bec108dcb
commit f8c344f65e
7 changed files with 61 additions and 5 deletions

View File

@ -6,7 +6,7 @@ from . import UTIL_virtools_types, UTIL_icons_manager, UTIL_functions
class BBP_OT_rail_uv(bpy.types.Operator):
"""Create UV for Rail as Ballance Showen (TT_ReflectionMapping)"""
bl_idname = "bbp.rail_uv"
bl_label = "Create Rail UV"
bl_label = "Rail UV"
bl_options = {'UNDO'}
@classmethod