Skip to content

Commit

Permalink
Both - Extensions System Manifests Removed (#109)
Browse files Browse the repository at this point in the history
* manifests removed

Removed Blender 4.2 Extensions manifests as we are no longer pursuing compliance. Solves annoying policy warnings.

* version bump

* added PR 106 to release notes
  • Loading branch information
JoshQuake authored Dec 14, 2024
1 parent 9e6035b commit fff28ec
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 48 deletions.
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

0 comments on commit fff28ec

Please sign in to comment.