On Sat, Aug 17, 2019 at 2:27 AM Paul St George wrote:
> BUT does not work with
> | print('test2:',os.path.realpath(n.image.filepath))|
>
> This returns only
> |/image01.tif|
>
>
> Notes:
> Chris, I only mention the extra leading slash on my Mac in case anyone
> wonders why it is there. Python puts
Thank you Manfred and Cameron!
I think the problem may lie within syntax rather than vocabulary. The
code works in one place but not where I use it in my script*. Cameron’s
suggestion works when I try
| print('test1:', os.path.realpath(bpy.data.filepath))|
This returns:
|/Users/Lion/Desktop/t