13:12:35 From Susana.RomanGarcia : I will be trying to follow along on my blender but I have an issue. Anyone here knows why my script viewer doesn't work? it glitches out! 13:13:39 From Guadalupe C. Garcia : Mmm, no idea 13:13:43 From Dakota Hanka : oh no! yea that doesn't look right 13:25:26 From Dusten Hubbard : I don't see the tab either 13:26:23 From Dakota Hanka : WE DID IT 14:00:49 From Adam Husar : Just adding an example from neuropil tools that uses the location of the Python script to find the location of the binary: bin_dir = os.path.join(os.path.dirname(__file__), 'bin') recon2obj_bin = os.path.join(bin_dir,'recon2obj')