-
Notifications
You must be signed in to change notification settings - Fork 8
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
Deprecate in favor of new landon repo #6
Comments
(I'm talking just about the exporting of Blender armature data) |
Hi @chinedufn ! my workflow with I run the blender export like:
I then have a
I'm not 100% sure what this |
Ahh perfect thanks. Right now the landon CLI writes everything to stdout so I'd just have to supply a way to write to a file. |
@chinedufn following up here... The landon action export format differs significantly from the I can compensate for this format difference by updating the
This might work but I am having other issues mentioned at: |
landon
is where I plan to continue to add support for exporting more and more data from Blender.As of right now
landon
exports armature JSON - so I'd like to deprecate this library in favor of it.@kevzettler can you describe exactly how you use
blender-actions-to-json
?From there I can ensure that
landon
is just as easy or easier for you to use - and then once that goal is metblender-actions-to-json
can be deprecated.Basically I'll make whatever CLI or API changes (even if that means exposing something to be able to be easily called from Node.js with 0 Rust experience) that are necessary for you to migrate - just need to have a better understanding of your current process!
The text was updated successfully, but these errors were encountered: