On 17/06/2026 12:05, jr wrote:
>
> it does run. I used, as always, my 'povparse' command alias to check, without
> specifying the frames, "my bad".
Yeah, it works... but it produces a really strange images.
Take a look at the attached image.
I suspect that the image is hard-coded in little-endian mode.
See <https://en.wikipedia.org/wiki/Endianness>
As a general rule, to test scenes that include animations and avoid this
kind of problem, simply add these lines:
#if (clock_on)
#local fr = frame_number-1;
#else
#local fr = 0;
#end
;)
--
kurtz le pirate
compagnie de la banquise
Post a reply to this message
Attachments:
Download 'heisenberg.png' (238 KB)
Preview of image 'heisenberg.png'

|