projectile icon indicating copy to clipboard operation
projectile copied to clipboard

An artist-friendly tool for throwing stuff around inside Blender

Results 2 projectile issues
Sort by recently updated
recently updated
newest added

I installed the add-on, selected default cube, clicked "New Emitter" and got the following error. I'm using Blender 3.4.1 on Windows 10. ``` bpy.ops.rigidbody.object_add() Python: Traceback (most recent call last):...

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