Tell us about yourself!
- phil_347 favorited A Stylophone by drj113
- phil_347 commented on ollie242's instructable Generative Art Bike Paint Job
- phil_347 commented on ollie242's instructable Generative Art Bike Paint JobView Instructable »
Hey! I tried on a Linux environment and I get this message in the extensions log file:Extension "Diffusion_Reaction" failed to load because a dependency was not met.Dependency: type: file location: path string: diffusion_reaction.pyDo you have any idea of what that means? When I try to use the extension I get this weird behavior.
- phil_347 commented on ollie242's instructable Generative Art Bike Paint JobView Instructable »
This is what it looks like. Just to make sure, I need to have python 2.7 installed for the extension to work right? I also have python 3.9 installed.
- phil_347 commented on ollie242's instructable Generative Art Bike Paint Job
It doesn't seem to work for me.. in the last gif you posted did you keep a black rectangle behind the pink one?
View Instructable »Hey! it worked, I don't get the error message anymore. I tried this pattern and started the process. I let it run for at least 45 minutes and I stopped it because I figured it was taking too long (24 dpi and 1000 iterations) do I need to select certain objects, does the colors matter for the extension to work? I really appreciate your quick feedback btw!
- phil_347 commented on ollie242's instructable Generative Art Bike Paint JobView Instructable »
I don't know a whole lot in python, but let me know if I can be of any help!
- phil_347 commented on ollie242's instructable Generative Art Bike Paint Job
Hey! I fixed the issue of the menu not showing up by changing location="inx" in the following command:<command location="inx" interpreter="python">diffusion_reaction.py</command>by reldir="extensions".but now I get that error: File "diffusion_reaction.py", line 25, in <module> import inkex.commandImportError: No module named commandIs there a specific version of inkex I need to use?