forked from poly-hammer/BlenderTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blender 4.2 Extensions Support (poly-hammer#41)
* added blender 4.2 manifests * removed legacy undo
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 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,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" |
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
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" |