-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cannot Animate Spawned Blocks #646
Comments
This can be fixed by removing the material post-fix (west, north, all, etc.) |
Btw why does Mcprep create a new material for each side of the block, even if they have the same UV and texture ? |
Is the issue happened in the dev branch? #644 |
Minecraft Java json model system is like OOP in programming, polymorphism, its rather contains the same place it goes: the parent in sea_lantern.json maybe "cube_all' but it goes back to "cube" to create the geometry for each face direction for material assign based on the stored index list Maybe have to properly remap those textures uxv9u2.mp4 |
Did the issue happen after restarting Blender?
Check known issues
What happened?
Animate Textures in prep materials doesn't work on spawned blocks
What steps are needed to produce the bug?
What version of MCprep are you using?
3.6.1.2
What version of Blender are you using?
Blender 4.4, but you can reproduce that bug on any version of blender starting with 4.0
The text was updated successfully, but these errors were encountered: