-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblender_manifest.toml
More file actions
36 lines (31 loc) · 938 Bytes
/
Copy pathblender_manifest.toml
File metadata and controls
36 lines (31 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
schema_version = "1.0.0"
# Idea, UX design and testing by mlstr0m.
# Code written by Claude (Anthropic) from those specs.
id = "node_peek"
version = "0.6.0"
name = "Node Peek"
tagline = "Live rendered thumbnail previews above shader nodes"
maintainer = "mlstr0m <aurelien@residenceprincipale.net>"
type = "add-on"
website = "https://github.com/mlstr0m/node-peek"
tags = ["Node", "Material"]
blender_version_min = "4.2.0"
license = ["SPDX:GPL-3.0-or-later"]
copyright = ["2026 Aurélien (mlstr0m)"]
# The add-on launches a separate Blender process (bpy.app.binary_path) to render
# previews, and writes temporary .blend/.png files to the OS temp directory.
[permissions]
files = "Write temporary render results to the system temp directory"
[build]
paths_exclude_pattern = [
"__pycache__/",
".git/",
".gitignore",
".DS_Store",
"/docs/",
"/screenshots/",
"/tests/",
"*.zip",
"*.mp4",
"*.mov",
]