20 lines
428 B
TOML
20 lines
428 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "mask_peoples"
|
|
version = "0.3.0"
|
|
name = "Face Mask Blur"
|
|
tagline = "GPU-accelerated face detection and blur in VSE using YOLOv11"
|
|
maintainer = "Hare"
|
|
type = "add-on"
|
|
license = ["SPDX:GPL-3.0-or-later"]
|
|
|
|
blender_version_min = "5.0.0"
|
|
|
|
copyright = ["2026 Hare"]
|
|
|
|
# Valid tags from Blender extension platform
|
|
tags = ["Sequencer"]
|
|
|
|
[permissions]
|
|
files = "Read video frames and write mask image cache"
|