We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6996814 commit 4f35fabCopy full SHA for 4f35fab
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -47,13 +47,21 @@ body:
47
multiple: false
48
options:
49
- Windows (CUDA)
50
- - Windows (DreamStudio-only)
51
- - macOS (Intel)
+ - Windows (DirectML)
52
- macOS (Apple Silicon)
53
- - macOS (Apple Silicon, DreamStudio-only)
54
- Other (Built from source)
55
validations:
56
required: true
+ - type: dropdown
+ id: blender-version
57
+ attributes:
58
+ label: Blender Version
59
+ multiple: false
60
+ options:
61
+ - Blender 4.1+
62
+ - Blender 3.6 - 4.0
63
+ validations:
64
+ required: true
65
- type: dropdown
66
id: hardware
67
attributes:
@@ -63,7 +71,7 @@ body:
71
72
- NVIDIA
73
- NVIDIA 16 Series
- - AMD (unsupported for local generation)
74
+ - AMD
75
- Apple Silicon
68
76
- Other
69
77
0 commit comments