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

[QUESTION]: Is there a way to play model animation from within blend file? #724

Open
Stsh4lson opened this issue Oct 10, 2022 · 2 comments
Labels
first answer provided question Question, not yet a bug ;)

Comments

@Stsh4lson
Copy link

Am i able to play animation attached to a blend file from withing blender proc?
I have rigged dog model with animation in a .blend file. I loaded that object into blendproc and i want to play the animation, is it possible?
Thanks

@Stsh4lson
Copy link
Author

Stsh4lson commented Oct 10, 2022

I managed to load animations using argument obj_types=['mesh', 'armature', 'empty'] in bproc.loader.load_blend(.
Although i can't get POI for such objects because i get

ERROR... in compute_poi
bb_points = obj.get_bound_box()
AttributeError: 'Entity' object has no attribute 'get_bound_box'
@Stsh4lson Stsh4lson reopened this Oct 10, 2022
@themasterlink
Copy link
Contributor

Hey,

we currently do not support animations stored in blend files. But we are always open for a contribution :)

Best,
Max

@themasterlink themasterlink added question Question, not yet a bug ;) first answer provided labels Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first answer provided question Question, not yet a bug ;)
2 participants