fix: re-design the layout of game camera.

- use more friendly layout in game camera. reported by zzq.
This commit is contained in:
2025-08-30 22:50:43 +08:00
parent 9e83fe0a10
commit 35fcbe54b5
4 changed files with 75 additions and 9 deletions

View File

@ -43,7 +43,7 @@ class BBP_PG_ptrprop_resolver(bpy.types.PropertyGroup):
translation_context = 'BBP_PG_ptrprop_resolver/property'
) # type: ignore
# TR: Properties not showen should not have name and desc.
# I18N: Properties not showen should not have name and desc.
ioport_encodings: bpy.props.CollectionProperty(type = BBP_PG_bmap_encoding) # type: ignore
active_ioport_encodings: bpy.props.IntProperty() # type: ignore