-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
347 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
assignees: | ||
- mika-f | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: add-on-version | ||
attributes: | ||
label: Add-on Version | ||
description: What version of Add-on are you running? | ||
options: | ||
- 2.0.0 | ||
- 2.1.0 | ||
- 2.2.0 | ||
- 2.3.0 | ||
- 2.4.0 | ||
- 2.5.0 | ||
- 2.6.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: blender-version | ||
attributes: | ||
label: Blender versions | ||
description: What version of Blender are you running? | ||
multiple: true | ||
options: | ||
- 3.1.0 | ||
- 3.1.1 | ||
- 3.1.2 | ||
- 3.2.0 | ||
- 3.2.1 | ||
- 3.2.2 | ||
- 3.3.0 | ||
- 3.3.1 | ||
- 3.3.2 | ||
- 3.3.3 | ||
- 3.3.4 | ||
- 3.4.0 | ||
- 3.4.1 | ||
- 3.5.0 | ||
- 3.5.1 | ||
- edge | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: Shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Feature Request | ||
description: File a feature request | ||
title: "[Feature Request]: " | ||
labels: ["enhancement"] | ||
assignees: | ||
- mika-f | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: textarea | ||
id: what-do-you-want | ||
attributes: | ||
label: What do you want? | ||
description: Also tell us, what features you would like. | ||
placeholder: Tell us what you see! | ||
value: "A new great feature!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: blender-version | ||
attributes: | ||
label: Blender versions | ||
description: What version of Blender are you running? | ||
multiple: true | ||
options: | ||
- 3.1.0 | ||
- 3.1.1 | ||
- 3.1.2 | ||
- 3.2.0 | ||
- 3.2.1 | ||
- 3.2.2 | ||
- 3.3.0 | ||
- 3.3.1 | ||
- 3.3.2 | ||
- 3.3.3 | ||
- 3.3.4 | ||
- 3.4.0 | ||
- 3.4.1 | ||
- 3.5.0 | ||
- 3.5.1 | ||
- edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Prepare for release the new version | ||
|
||
### QA CHECKS | ||
|
||
- [ ] Is is possible to import files such as FBX files via D&D from Explorer? | ||
- [ ] Is is possible to import files such as Material files via D&D from Asset Explorer in Blender? | ||
- [ ] Is it possible to import files such as Image files via D&D from Explorer and create a new plane? | ||
|
||
### RELEASE CHECKS | ||
|
||
- [ ] Is the version number bumped / updated? | ||
- [ ] `.github/ISSUE_TEMPLATE/bug-report.yml` | ||
- [ ] `src/blender-extension/__init__.py` | ||
- [ ] `Makefile` | ||
- [ ] `README.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARCH = x64 | ||
REVISION = 2.4.0 | ||
REVISION = 2.6.0 | ||
|
||
ALL_TASKS = Release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fake-bpy-module-3.1==20230117 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.