-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
π Before you Start
- I have searched existing feature requests for my feature.
- I have read the documentation, and I am sure this feature is not already implemented.
- I am using the latest version of Animated Java.
- I will only request a single feature in this request. If I have multiple feature requests, I will create a separate request for each one.
π Description
I am working on a project where there are a lot of animated sequences with recurring characters interacting with each other in different combinations. The easiest way to deal with this is to create separate AJ Blueprints for each combination of characters (ie; I will use "character1.ajblueprint" for a single character, or "character1+character2+character3.ajblueprint" for a scene with all 3 characters, or "character1+character3.ajblueprint" for a scene with those two, etc.)
This works fine for the most part, and on the data pack side it makes sense to give each of these character combinations different namespaces. However on the resource pack side, this results in a lot of duplicate asset bloat, with the same models and textures repeated in separate folders.
π‘ Describe the solution you'd like
To remedy this, it would be nice if I could set all of the blueprints to have the same resource pack namespace while still allowing them to have separate data pack namespaces. On the user side of things, this would mean you have to be careful to make sure you have no duplicate bone names, as that would likely result in some overwriting and corruption of assets, so an option like this would make more sense as an advanced feature.
π§ͺ Describe alternatives you've considered
No response