Page 1 of 1

PoC - animation

Posted: Wed Oct 28, 2015 2:46 am
by snorky
If Mohammed will not go to the mountain, the mountain must come to Mohammed
program_test.jpg
a simple program to generate multiple IGS file and a single IGQ file to animate camera based on a list of coordinates imported from a DXF file.

Re: PoC - animation

Posted: Wed Oct 28, 2015 6:14 am
by snorky
a question to developers...
this is skindigo generated file:
Desktop01.pigs
(166.63 KiB) Downloaded 234 times
this is edited by me with a program I have made:
Desktop02.pigs
(167.07 KiB) Downloaded 215 times
The two files have the same contents.
At first launch of the second file, indigo says error on:

Code: Select all

        <camera_type>
                thin-lens-perspective
        </camera_type>
I have edited it in this way:

Code: Select all

        <camera_type>thin-lens-perspective</camera_type>
the same thing happened also with other elements.

At the end of editing I have tried to launch the file but indigo scene window acts in a strange way

what's happened???

Re: PoC - animation

Posted: Wed Oct 28, 2015 12:04 pm
by CTZn
Probably Indigo is not stripping text values, wich means it expects the second form.

In other words,

Code: Select all

"                thin-lens-perspective"
is a wrong value. All speculative :P

Aaaaand, it's great to contribute like you do Snorky !

Re: PoC - animation

Posted: Wed Oct 28, 2015 7:32 pm
by snorky
I have tried to delete all text indentation and works a bit better but no correct...
maybe a carriage return?

edit:
yes... i try "cr" "crlf" and "lf" ....
only without works