Fix duplicated dirpath in fileselect_add docs (0314f9318c)

Ref: !137985
This commit is contained in:
Andrej730
2025-04-25 16:04:18 +10:00
committed by Campbell Barton
parent 93f5f57e64
commit e09d59f9de

View File

@@ -10,7 +10,7 @@ The following properties are supported:
Represents the absolute path to the file.
``dirpath``: ``bpy.props.StringProperty(subtype='DIR_PATH')``
Represents the absolute path to the directory.
``dirpath``: ``bpy.props.StringProperty(subtype='DIR_PATH')``
``filename``: ``bpy.props.StringProperty(subtype='FILE_NAME')``
Represents the filename without the leading directory.
``files``: ``bpy.props.CollectionProperty(type=bpy.types.OperatorFileListElement)``
When present in the operator this collection includes all selected files.