26 lines
699 B
TOML
26 lines
699 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "mask_peoples"
|
|
version = "0.2.0"
|
|
name = "Face Mask Blur"
|
|
tagline = "Detect faces and apply blur in VSE for privacy protection"
|
|
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"]
|
|
|
|
# Bundled Python wheels - Blender will install these automatically
|
|
wheels = [
|
|
"./wheels/numpy-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
|
|
"./wheels/opencv_python_headless-4.13.0.92-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
|
|
]
|
|
|
|
[permissions]
|
|
files = "Read video frames and write mask image cache"
|