-
Notifications
You must be signed in to change notification settings - Fork 182
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
Blender Plugin #5
Comments
I think, it is good idea! |
or we can export said model into an fbx file for use with blender |
I am so excited to get a rig exported. Then I feel like I will be willing to dive in for hundreds of hours :) |
Export of animation from MM has been implemented in the PR #6. The functionality is now available at http://monstermash.zone and the exported file may be directly imported into Blender. |
I think one way for the blender plugin is use the grease pencil feature to make 2d images and use that to be processed by this, as for this we can compile into a lib and use a python wrapper on top of it for blender to use it. Would be a great feature for blender artists to prototype in the environment with a animated character using this. |
Motivation
This was mentioned on the 2 minute paper video; https://www.youtube.com/watch?v=-Ny-p-CHNyM&lc=UgwGk_I_wLs7R0NSM2N4AaABAg
Thought that was a good idea, so this is to serve a discussion for making a blender plugin.
Implementation
It might not be possible to mirror all the functionality of Monster-Mash, because the Blender plugin framework only supports Python.
We could possibly make platform specific executables that accept command line input and output, so we can get results from Monster-Mash with Python.
The text was updated successfully, but these errors were encountered: