Jon Denning

Results 350 comments of Jon Denning

@Bloodwork great! open `__init__.py` in a text editor and move line 54 (`from lib.common_classes import SketchBrush`) to be above line 52 (`from lib import common_utils`). this won't fix it, but...

@Bloodwork ok, that is interesting. let's try this: open file explorer and browse to the `retopology-polystrips-master` folder. rename the `lib` folder to be called `libs` (or something other than `lib`)....

go ahead and change it back, although it won't matter much

@Bloodwork hmmm... strange... try adding a period right before every `bananas` in lines that look like `from bananas import ...` (so they end up looking like `from .bananas import ...`)

@Bloodwork what happens when you add the line `import .bananas` right before `__init__.py`:52?

either 51 or 52. try without the period (`import bananas`)

@Bloodwork what if you move line 55 up to 53, so it imports `SketchBrush` before `common_utilities`? try adding a period to the front of `bananas` also. (this bug is quite...

@Bloodwork Sorry it's been a while since I've message last! I'm still quite baffled about how to fix this. Just making sure: have you tried using a fresh install of...

Thanks, @therendermonkey! This is helpful. Currently, there are shared .py files between contours and polystrips. Let me package a version of polystrips that uses its own copy of the libs...

@Darknoodles, do you have the latest version of polystrips and contours installed? we made some changes to both of these to fix some issues with how we were previously sharing...