Yuzhou Guo

Results 4 comments of Yuzhou Guo

**Similar `svn` Issue here** OS: MacOS 10.15.6 This is what I got from `pip install bpy` in eclipse with PyDev installed ``` Collecting bpy Using cached bpy-2.82.1.tar.gz (19 kB) Building...

@TylerGubala Hey Tyler, any news about this bug? I encountered the same issue and saw your post at https://developer.blender.org/T82675. Seems like the bug has already been marked as fixed, but...

Yeah that's how I installed my Eclipse as well. I downloaded the 2021/03 version of Eclipse and went to "Install new software" and installed PyDev using the link (https://www.pydev.org/download.html). Didn't...

> > To fix this, open **spaceship_generator.py** and change line 340 from: `num_segments = uniform(3, 6)` to `num_segments = randint(3, 6)` > > I tried this but another error came...