natecraddock / projectile

An artist-friendly tool for throwing stuff around inside Blender
GNU General Public License v3.0
165 stars 12 forks source link

Projectile addon and blender v4.0 #22

Open helmut2000 opened 6 months ago

helmut2000 commented 6 months ago

I noticed the trajectory path was not being drawn in v4.0. It can be fixed by editing line 218 in utils.py. Change '3D_UNIFORM_COLOR' to 'UNIFORM_COLOR'.

thanks

natecraddock commented 6 months ago

Hey! I believe I already made this fix in this commit: https://github.com/natecraddock/projectile/commit/cf292abfabf8a6b5ee098cb88530ac1015804c1a

Could you download the most recent version and confirm that it is still broken?