elfnor / mesh_maze

Blender add-on to generate a maze on any mesh
GNU General Public License v3.0
192 stars 31 forks source link

Blender throwing TypeErrors when using the maze mesh #8

Closed burnie5749 closed 3 years ago

burnie5749 commented 3 years ago

I have just installed your mesh maze maker into blender and tried to use it the way it says to use it on your GitHub page. The error message is TypeError: list indices must be integers or slices, not NoneType

is there something wrong with the way I installed the program or is the program I am using outdated? even though I am using blender 2.90.1 I have added a screencap of the error. Errormsg

KiriNoMizumi commented 3 years ago

Did you remember to subdivide your mesh object? Similar error happened when I forgot to subdivide my mesh object.

burnie5749 commented 3 years ago

That is my problem, Thank you for the help!