Skip to content
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

Baking scatter objects creates objects that cannot be copied to T3D #4

Open
cmbasnett opened this issue Aug 5, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@cmbasnett
Copy link
Member

Baking a doodad that has scatter layers will create objects that cannot be copied to T3D. This is because the Class reference is lost when the new object is created, because it is only re-using the mesh data block.

I think the most sensible way to fix this would be to simply copy the data from the object's custom properties. Library Overrides are not really desirable since makes editing the baked objects needlessly complicated.

Another solution may be to run the objects through the T3D copy-and-paste logic, (i.e., simulate copying the doodad to T3D, then pasting it in). This would unify the code paths but would be an odd detour.

@cmbasnett cmbasnett self-assigned this Aug 5, 2024
@cmbasnett cmbasnett added the bug Something isn't working label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant