Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Both - Extensions System Manifests Removed #109

Merged
merged 3 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/addons/send2ue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bl_info = {
"name": "Send to Unreal",
"author": "Epic Games Inc (now a community fork)",
"version": (2, 6, 0),
"version": (2, 6, 1),
"blender": (3, 6, 0),
"location": "Header > Pipeline > Send to Unreal",
"description": "Sends an asset to the first open Unreal Editor instance on your machine.",
Expand Down
17 changes: 0 additions & 17 deletions src/addons/send2ue/blender_manifest.toml

This file was deleted.

15 changes: 6 additions & 9 deletions src/addons/send2ue/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
## Minor Changes
* Enhanced Python API by allowing other scripts to set `object_collection_override` to a list of objects to override collection behavior. Check out example in [docs](https://poly-hammer.github.io/BlenderTools/send2ue/customize/python-api/#examples)
* [101](https://github.com/poly-hammer/BlenderTools/issues/101)
* [104](https://github.com/poly-hammer/BlenderTools/issues/104)
* Made the extensions repo path a list view in addons preferences.
* [102](https://github.com/poly-hammer/BlenderTools/issues/102)
* [103](https://github.com/poly-hammer/BlenderTools/pull/103)

## Patch Changes
* Extensions Platform manifests removed
* [109](https://github.com/poly-hammer/BlenderTools/pull/109)
* Fixed issue with affixes extension failing with properties.import_materials_and_textures disabled
* [106](https://github.com/poly-hammer/BlenderTools/pull/106)

## Special Thanks
@jack-yao91
* @JoshQuake

## Tests Passing On
* Blender `3.6`, `4.2` (installed from blender.org)
Expand Down
2 changes: 1 addition & 1 deletion src/addons/ue2rigify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "UE to Rigify",
"author": "Epic Games Inc (now a community fork)",
"description": "Allows you to drive a given rig and its animations with a Rigify rig.",
"version": (1, 7, 3),
"version": (1, 7, 4),
"blender": (3, 6, 0),
"location": "3D View > Tools > UE to Rigify",
"wiki_url": "https://poly-hammer.github.io/BlenderTools/ue2rigify",
Expand Down
17 changes: 0 additions & 17 deletions src/addons/ue2rigify/blender_manifest.toml

This file was deleted.

5 changes: 2 additions & 3 deletions src/addons/ue2rigify/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Patch Changes
* Fixed issue with creating multiple templates
* [91](https://github.com/poly-hammer/BlenderTools/pull/91)
* Extensions compliance - License now GPL3.0
* Extensions Platform manifests removed
* [109](https://github.com/poly-hammer/BlenderTools/pull/109)

## Special Thanks
* @JoshQuake
Expand Down