cuburn icon indicating copy to clipboard operation
cuburn copied to clipboard

KeyError: 'chaos'

Open MAD-OVERLORD opened this issue 9 years ago • 0 comments

Did a test on 1063 FLAM3 files with the following results: 19 of them were completely ignored because CUBURN obviously didn't had implemented the very important flam3 CHAOS param as we can see here-> §§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§ Traceback (most recent call last): File "main.py", line 188, in main(args, prof) File "main.py", line 100, in main gnm, basename = gdb.get_anim(args.flame, args.half) File "cuburn/genome/db.py", line 49, in get_anim gnm = convert.node_to_anim(self, gnm, half=half) File "cuburn/genome/blend.py", line 17, in node_to_anim node = resolve(gdb, node) File "cuburn/genome/blend.py", line 50, in resolve sp = resolve_spec(spec, k.split('.')) File "cuburn/genome/util.py", line 72, in resolve_spec sp = sp[name] KeyError: 'chaos' §§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§ Another 49 just rendered a fat pink dot, further investigations i did on these, led to no results till now, no error messages, not a matter of how many formulas in variation, not the amount of Xforms, so i am a bit stuck there. And there are also many of them which are not rendered as they should, but those i didn't counted yet. Can it be, that CUBURN also does not support all the variation formulas of the FLAM3 spec, if so, which one not? The complete list of variations i get listed-> 0.linear 1.sinusoidal 2.spherical 3.swirl 4.horseshoe 5.polar 6.handkerchief 7.heart 8.disc 9.spiral 10.hyperbolic 11.diamond 12.ex 13.julia 14.bent 15.waves 16.fisheye 17.popcorn 18.exponential 19.power 20.cosine 21.rings 22.fan 23.blob 24.pdj 25.fan2 26.rings2 27.eyefish 28.bubble 29.cylinder 30.perspective 31.noise 32.julian 33.juliascope 34.blur 35.gaussian_blur 36.radial_blur 37.pie 38.ngon 39.curl 40.rectangles 41.arch 42.tangent 43.square 44.rays 45.blade 46.secant2 47.twintrian 48.cross 49.disc2 50.super_shape 51.flower 52.conic 53.parabola 54.bent2 55.bipolar 56.boarders 57.butterfly 58.cell 59.cpow 60.curve 61.edisc 62.elliptic 63.escher 64.foci 65.lazysusan 66.loonie 67.pre_blur 68.modulus 69.oscilloscope 70.polar2 71.popcorn2 72.scry 73.separation 74.split 75.splits 76.stripes 77.wedge 78.wedge_julia 79.wedge_sph 80.whorl 81.waves2 82.exp 83.log 84.sin 85.cos 86.tan 87.sec 88.csc 89.cot 90.sinh 91.cosh 92.tanh 93.sech 94.csch 95.coth 96.auger 97.flux

MAD-OVERLORD avatar Jan 21 '16 10:01 MAD-OVERLORD