Skip to content

Commit

Permalink
Blender 4.2 Extensions Support (poly-hammer#41)
Browse files Browse the repository at this point in the history
* added blender 4.2 manifests

* removed legacy undo
  • Loading branch information
JoshQuake authored Jul 22, 2024
1 parent db4b942 commit 70937fc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
17 changes: 17 additions & 0 deletions src/addons/send2ue/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
schema_version = "1.0.0"
id = "send2ue"
name = "Send to Unreal"
tagline = "Sends an asset to the first open Unreal Editor instance on your machine"
version = "2.4.5"
type = "add-on"
tags = [ "Pipeline" ]
blender_version_min = "3.6.0"
website = "https://poly-hammer.github.io/BlenderTools/send2ue"
maintainer = "Community"
license = [ "SPDX:MIT" ]
copyright = [
"2020-2023 Epic Games, Inc."
]

[permissions]
files = "Import/export FBX from/to disk"
2 changes: 0 additions & 2 deletions src/addons/ue2rigify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def register():
"""
Registers the addon classes when the addon is enabled.
"""
# TODO remove this when new undo is stable
bpy.context.preferences.experimental.use_undo_legacy = True

templates.copy_default_templates()

Expand Down
17 changes: 17 additions & 0 deletions src/addons/ue2rigify/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
schema_version = "1.0.0"
id = "ue2rigify"
name = "UE to Rigify"
tagline = "Allows you to drive a given rig and its animations with a Rigify rig."
version = "1.6.4"
type = "add-on"
tags = ["Pipeline"]
blender_version_min = "3.6.0"
website = "https://poly-hammer.github.io/BlenderTools/ue2rigify"
maintainer = "Community"
license = [ "SPDX:MIT" ]
copyright = [
"2020-2023 Epic Games, Inc."
]

[permissions]
files = "Save templates from/to disk"

0 comments on commit 70937fc

Please sign in to comment.