Helpsypoo / primerpython

code that makes videos for this: youtube.com/c/primerlearning
1.34k stars 166 forks source link

files/blend/primitives/one_side_cylinder.blend: No such file or directory #6

Open graphific opened 4 years ago

graphific commented 4 years ago

Hi @Helpsypoo I just found your videos and I love them! When running the make_blob_with_actions_for_unity() in blender_scripts/draw_scenes.py I get a sense that some primitives are missing, with the first error thrown being: files/blend/primitives/one_side_cylinder.blend: No such file or directory Any chance you could upload those as well or any other way for me to fix this?

Helpsypoo commented 4 years ago

Hi there,

First, thanks for reaching out. It's always encouraging when someone engages deeply enough to try to get things running theirself.

The python repo is very unfriendly for various reasons. I could add the primitive .blend file, but you'll run into many more issues before getting it working. I should honestly take it off github to save people trouble. I'm porting the functionality over to C#/Unity right now (part of the reason I haven't published in so long), and the result will be much more usable, so my advice is to just wait until that goes public. In the meantime, you might enjoy tinkering with github.com/3b1b/manim if you don't know about it already.

Have a lovely day! Justin

On Sat, Jan 4, 2020 at 5:37 PM Roelof Pieters notifications@github.com wrote:

Hi @Helpsypoo https://github.com/Helpsypoo I just found your videos and I love them! When running the make_blob_with_actions_for_unity() in blender_scripts/draw_scenes.py I get a sense that some primitives are missing, with the first error thrown being: files/blend/primitives/one_side_cylinder.blend: No such file or directory Any chance you could upload those as well or any other way for me to fix this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Helpsypoo/primer/issues/6?email_source=notifications&email_token=AA2FNYGV4A3PI34IZSWOE5LQ4EMUJA5CNFSM4KCYPBA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEBKEVQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2FNYFLNUMUKRTNKCT4XJ3Q4EMUJANCNFSM4KCYPBAQ .

hazkaz commented 4 years ago

Hi @Helpsypoo , might be a tangential question here, but it would be awesome if you could point us to some resources on the web - how to begin to do what you do with blender + python. Many thanks for your videos.