Files
addr2line
adler
adler32
ahash
aho_corasick
angle
approx
backtrace
bitflags
blender
bytemuck
byteorder
case
cast_trait
cfg_if
chrono
color
color_quant
const_fn
crc32fast
crossbeam
crossbeam_channel
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_skiplist
crossbeam_utils
darling
darling_core
darling_macro
dds
deflate
densevec
derive_builder
derive_builder_core
dot
downcast_rs
dual_quat
either
erased_serde
failure
failure_derive
fixedbitset
float_cmp
fnv
freeimage
freeimage_sys
freetype
freetype_gl_sys
freetype_sys
freetypegl
futures
futures_channel
futures_core
futures_executor
futures_io
futures_macro
futures_sink
futures_task
futures_util
async_await
future
io
lock
sink
stream
task
fxhash
generational_arena
generic_array
getrandom
gif
gimli
glfw
glfw_sys
glin
glin_derive
glsl
half
harfbuzz
harfbuzz_ft_sys
harfbuzz_sys
hashbrown
human_sort
ident_case
image
indexmap
instant
itertools
itoa
jpeg_decoder
lazy_static
libc
libm
lock_api
log
lut_parser
matrixmultiply
memchr
memoffset
meshopt
miniz_oxide
monotonic_clock
mopa
mutiny_derive
na
nalgebra
base
geometry
linalg
ncollide3d
bounding_volume
interpolation
partitioning
pipeline
procedural
query
algorithms
closest_points
contact
distance
nonlinear_time_of_impact
point
proximity
ray
time_of_impact
visitors
shape
transformation
utils
nom
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
numext_constructor
numext_fixed_uint
numext_fixed_uint_core
numext_fixed_uint_hack
object
once_cell
parking_lot
parking_lot_core
pathfinding
pennereq
petgraph
pin_project_lite
pin_utils
png
polygon2
ppv_lite86
proc_macro2
proc_macro_crate
proc_macro_hack
proc_macro_nested
quote
rand
rand_chacha
rand_core
rand_distr
raw_window_handle
rawpointer
rayon
rayon_core
rect_packer
regex
regex_syntax
retain_mut
rin
rin_app
rin_blender
rin_core
rin_gl
rin_graphics
rin_gui
rin_material
rin_math
rin_postpo
rin_scene
rin_util
rin_window
rinblender
rinecs
rinecs_derive
rinecs_derive_utils
ringui_derive
rustc_demangle
rusty_pool
ryu
scopeguard
seitan
seitan_derive
semver
semver_parser
serde
serde_derive
serde_json
shaderdata_derive
simba
slab
slice_of_array
slotmap
smallvec
std140_data
streaming_iterator
strsim
syn
synstructure
thiserror
thiserror_impl
thread_local
tiff
time
toml
typenum
unchecked_unwrap
unicode_xid
vec2
vec3
weezl
x11
zlib_sys
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
use blender;
use crate::model;
use std::mem;
use na::{Mat3, Mat4, Pnt3, Quat, ToVec, Unit, UnitQuat, Vec3, clamp, geometry::Rotation3, one, vec3};
use color::Rgb;
use angle::{Rad, Angle};
use crate::bones;
use std::ops::{Add, Mul, Sub};
use std::path::{Path, PathBuf};
use std::fmt::{self, Display};
use crate::curves;

#[inline]
pub fn to_vec3(m: &[f32]) -> Vec3{
    vec3(m[0], m[1], m[2])
}

#[inline]
pub fn to_quat(q: &[f32]) -> UnitQuat{
    // unsafe{mem::transmute([q[1],q[2],q[3],q[0]])}
    UnitQuat::from_quaternion(Quat::new(q[0], q[1], q[2], q[3]))
}

#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
#[derive(Clone,Debug,Copy,PartialEq,Eq)]
#[allow(dead_code)]
#[repr(i16)]
pub enum RotMode {
	Quat   = 0,
	EulerXYZ = 1,
	EulerXZY = 2,
	EulerYXZ = 3,
	EulerYZX = 4,
	EulerZXY = 5,
	EulerZYX = 6,
	AxisAngle = -1,
}

#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
#[derive(Clone,Debug,Copy,PartialEq)]
pub enum Rotation {
	Quat(UnitQuat),
	Euler(RotOrder, Vec3<Rad<f32>>),
	AxisAngle(Unit<Vec3>, Rad<f32>),
}

impl RotMode{
    pub fn to_euler_rotation(self, rot: Vec3<Rad<f32>>) -> Rotation{
        Rotation::Euler(self.to_rot_order(), rot)
    }

    pub fn to_rot_order(self) -> RotOrder{
        match self{
        	RotMode::EulerXYZ => RotOrder::XYZ,
        	RotMode::EulerXZY => RotOrder::XZY,
        	RotMode::EulerYXZ => RotOrder::YXZ,
        	RotMode::EulerYZX => RotOrder::YZX,
        	RotMode::EulerZXY => RotOrder::ZXY,
        	RotMode::EulerZYX => RotOrder::ZYX,
            _ => panic!("Not an euler rotation")
        }
    }
}

impl Rotation{
    pub fn into_quat(self) -> UnitQuat {
        match self{
            Rotation::Quat(q) => q,
            Rotation::Euler(rot_order, rot) =>
                euler_to_quaternion(&rot, rot_order),
            Rotation::AxisAngle(axis, angle) =>
                UnitQuat::from_axis_angle(&axis, angle.value()),
        }
    }

    pub fn to_euler(&self) -> Vec3<Rad<f32>> {
        match self {
            Rotation::Quat(q) => {
                let (roll, pitch, yaw) = q.euler_angles();
                vec3(Rad(roll), Rad(pitch), Rad(yaw))
            }
            Rotation::Euler(_, euler)
                => *euler,
            Rotation::AxisAngle(axis, angle)
                => Rotation::Quat(UnitQuat::from_axis_angle(axis, angle.value())).to_euler()
        }
    }
}

#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
#[derive(Clone,Debug)]
pub struct Transformations{
    pub position: Pnt3,
    pub rotation: Rotation,
    pub drotation: Option<Rotation>,
    pub scale: Vec3,
    pub parent_inv: Option<Mat4>,
    pub const_inv: Option<Mat4>,
    pub parent_bone: Option<String>,
}

impl Transformations{
    pub fn local_model_matrix(&self) -> Mat4{
        trafo_from_parts(&self.position, &self.into_quat(), &self.scale)
    }

    pub fn into_quat(&self) -> UnitQuat {
        if let Some(drot) = self.drotation{
            drot.into_quat() * self.rotation.into_quat()
        }else{
            self.rotation.into_quat()
        }
    }

    pub fn global_model_matrix(&self, parent: Option<&Mat4>) -> Mat4{
        let local = self.local_model_matrix();

        if let Some(parent) = parent{
            if let Some(parent_inv) = self.parent_inv{
                parent * parent_inv * local
            }else{
                parent * local
            }
        }else{
            local
        }
    }

    pub fn into_driver_transform(&self) -> curves::DriverTransformation {
        let euler = self.rotation.to_euler();
        curves::DriverTransformation {
            loc: self.position,
            rot: vec3!(euler.x.value(), euler.y.value(), euler.z.value()),
            scale: self.scale,
        }
    }
}

pub fn trafo_from_parts(pos: &Pnt3, orientation: &UnitQuat, scale: &Vec3) -> Mat4{
    let scale = Mat3::from_diagonal(scale);
    let rot = orientation.to_rotation_matrix();
    let mat = rot * scale;
    Mat4::from_columns(&[
        vec4!(mat.column(0), 0.),
        vec4!(mat.column(1), 0.),
        vec4!(mat.column(2), 0.),
        vec4!(pos.to_vec(), 1.),
    ])
}

#[inline]
pub fn transformations(blend_obj: &blender::Object) -> Transformations{
    let rot_mode: RotMode = *blend_obj.get("rotmode").unwrap();
    // let rot_mode = rot_mode.to_rotation_mode();

    let rotation;
    let drotation;
    match rot_mode{
        RotMode::Quat => {
            let q: &[f32;4] = blend_obj.get("quat").unwrap();
            rotation = Rotation::Quat(to_quat(q));

            let q: &[f32;4] = blend_obj.get("dquat").unwrap();
            drotation = Rotation::Quat(to_quat(q));
        }
        RotMode::AxisAngle => {
            let rotaxis: Unit<Vec3> = *blend_obj.get("rotAxis").unwrap();
            let rotangle = *blend_obj.get("rotAngle").unwrap();
            rotation = Rotation::AxisAngle(rotaxis, rotangle);

            let rotaxis: Unit<Vec3> = *blend_obj.get("drotAxis").unwrap();
            let rotangle = *blend_obj.get("drotAngle").unwrap();
            drotation = Rotation::AxisAngle(rotaxis, rotangle);
        }
        _euler_rot_order => {
            let rot = *blend_obj.get("rot").unwrap();
            rotation = rot_mode.to_euler_rotation(rot);

            let drot = *blend_obj.get("drot").unwrap();
            drotation = rot_mode.to_euler_rotation(drot);
        }
    }

    let pos: Pnt3 = *blend_obj.get("loc").unwrap();
    let dpos: Vec3 = *blend_obj.get("dloc").unwrap();

    let scale: Vec3 = *blend_obj.get("size").unwrap();
    let dscale: Vec3 = *blend_obj.get("dscale").unwrap();

    let mut position = pos + dpos;

    let scale = scale.component_mul(&dscale);

    let const_inv: Mat4 = *blend_obj.get("constinv").unwrap();
    let const_inv = if const_inv == one::<Mat4>(){
        None
    }else{
        Some(const_inv)
    };

    let parent_type: model::ParentType = *blend_obj.get("partype").unwrap();
    let parent_inv: Option<Mat4>;
    let parent_bone_name: Option<String>;
    if let Ok(parent) = blend_obj.get_object("parent"){
        if parent_type != model::ParentType::Bone {
            parent_bone_name = None;
        }else{
            parent_bone_name = blend_obj.get_str("parsubstr").map(|parent_bone| parent_bone.to_owned()).ok();

            fn search_bone<'a>(parent: &blender::Object<'a>, name: &str) -> Option<blender::Object<'a>>{
                if parent.name().unwrap() == name {
                    return Some(parent.clone())
                }
                for child in parent.get_list("childbase").unwrap().iter() {
                    if let Some(bone) = search_bone(&child, name) {
                        return Some(bone)
                    }
                }

                None
            }

            let mut parent_bone = None;
            for base in parent.get_object("data").unwrap().get_list("bonebase").unwrap().iter() {
                if let Some(bone) = search_bone(&base, parent_bone_name.as_ref().unwrap()) {
                    parent_bone = Some(bone);
                    break;
                }
            }
            let parent_bone = parent_bone
                .expect(&format!(
                    "object parented to bone but couldn't find bone {}",
                    parent_bone_name.as_ref().unwrap()
                ));
            if !parent_bone.get::<bones::Flags>("flag").unwrap().contains(bones::Flags::RELATIVE_PARENTING) {
                // y axis of pose position * length to move
                // parented object to tail of the parent bone
                let pose = parent.get_object("pose").unwrap();
                let channel = pose.get_list("chanbase").unwrap().iter()
                    .find(|channel| channel.name().unwrap() == parent_bone_name.as_ref().unwrap())
                    .unwrap();
                let pose_mat = channel.get::<Mat4>("pose_mat").unwrap();
                let vec = pose_mat.column(1).xyz();
                let length = *channel.get_object("bone").unwrap().get::<f32>("length").unwrap();
                position += vec * length;
            }
        }
        let blend_parent_inv = *blend_obj.get::<Mat4>("parentinv").unwrap();
        if blend_parent_inv == one::<Mat4>() {
            parent_inv = None
        }else{
            parent_inv = Some(blend_parent_inv);
        }
    }else{
        parent_inv = None;
        parent_bone_name = None;
    }

    Transformations{
        position,
        rotation,
        drotation: Some(drotation),
        scale,
        parent_inv,
        const_inv,
        parent_bone: parent_bone_name,
    }
}

#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
#[derive(Clone,Debug,Copy,PartialEq,Eq)]
pub enum RotOrder{
    XYZ,
    XZY,
    YXZ,
    YZX,
    ZXY,
    ZYX,
}

impl RotOrder {
    pub fn inverse(self) -> RotOrder {
        match self {
            RotOrder::XYZ => RotOrder::ZYX,
            RotOrder::XZY => RotOrder::YZX,
            RotOrder::YXZ => RotOrder::ZXY,
            RotOrder::YZX => RotOrder::XZY,
            RotOrder::ZXY => RotOrder::YXZ,
            RotOrder::ZYX => RotOrder::XYZ,
        }
    }
}

#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
struct AxisParity{
    axis: Vec3<usize>,
    parity: bool,
}

impl RotOrder{
    fn to_axis_parity(self) -> AxisParity{
        let axis_parity = match self{
            RotOrder::XYZ => ([0usize, 1, 2], false),
            RotOrder::XZY => ([0, 2, 1], true),
            RotOrder::YXZ => ([1, 0, 2], true),
            RotOrder::YZX => ([1, 2, 0], false),
            RotOrder::ZXY => ([2, 0, 1], false),
            RotOrder::ZYX => ([2, 1, 0], true),
        };
        AxisParity{
            axis: vec3(axis_parity.0[0], axis_parity.0[1], axis_parity.0[2]),
            parity: axis_parity.1,
        }
    }
}


pub fn euler_to_quaternion(rot: &Vec3<Rad<f32>>, rot_order: RotOrder) -> UnitQuat{
    let r = rot_order.to_axis_parity();
    let i = r.axis.x;
    let j = r.axis.y;
    let k = r.axis.z;

    let ti = rot[i].value() as f64 * 0.5;
    let tj = rot[j].value() as f64 * if r.parity { -0.5 } else { 0.5 };
    let th = rot[k].value() as f64 * 0.5;

    let ci = ti.cos();
    let cj = tj.cos();
    let ch = th.cos();
    let si = ti.sin();
    let sj = tj.sin();
    let sh = th.sin();

    let cc = ci * ch;
    let cs = ci * sh;
    let sc = si * ch;
    let ss = si * sh;

    let mut a: [f64;3] = unsafe{ mem::MaybeUninit::uninit().assume_init() };
    a[i] = cj * sc - sj * cs;
    a[j] = cj * ss + sj * cc;
    a[k] = cj * cs - sj * sc;

    let mut q: [f32; 4] = unsafe{ mem::MaybeUninit::uninit().assume_init() };
    q[0] = (cj * cc + sj * ss) as f32;
    q[1] = a[0] as f32;
    q[2] = a[1] as f32;
    q[3] = a[2] as f32;

    if r.parity { q[j + 1] = -q[j + 1] };

    to_quat(&q)
}


// pub fn euler_to_quaternion(rot: &Vec3<Rad<f32>>, rot_order: RotOrder) -> UnitQuat{
//     let (x,y,z) = (rot.x, rot.y, rot.z);
//     let (x,y,z) = match rot_order{
//         RotOrder::XYZ => (x,y,z),
//         RotOrder::XZY => (x,z,y),
//         RotOrder::YXZ => (y,x,z),
//         RotOrder::YZX => (y,z,x),
//         RotOrder::ZXY => (z,x,y),
//         RotOrder::ZYX => (z,y,x),
//     };

//     // Yaw Pitch Roll
//     // Roll Pitch Yaw

//     UnitQuat::from_euler_angles(x.value(), y.value(), z.value())
// }


pub fn blackbody_old(kelvin: f32) -> Rgb<f32>{
    let temp = kelvin / 100.;
    let r = if temp <= 66.{
        1.0
    }else{
        let r = temp - 60.;
        let r = 329.698727446 * r.powf(-0.1332047592);
        clamp( r / 255., 0.0, 1.0 )
    };

    let g = if temp <= 10.{
        0.0
    }else if temp <= 66.{
        let g = temp;
        let g = 99.4708025861 * g.ln() - 161.1195681661;
        clamp( g / 255., 0.0, 1.0 )
    }else{
        let g = temp - 60.;
        let g = 288.1221695283 * g.powf(-0.0755148492);
        clamp( g / 255., 0.0, 1.0)
    };

    let b = if temp >= 66.{
        1.0
    }else if temp <= 19.{
        0.0
    }else{
        let b = temp - 10.;
        let b = 138.5177312231 * b.ln() - 305.0447927307;
        clamp( b/255., 0.0, 1.0 )
    };

    rgb!(r,g,b)
}

pub fn blackbody(kelvin: f32) -> Rgb<f32>{
    let temp = kelvin / 100.;
    let r = if temp <= 66.{
        1.0
    }else{
        let x = temp - 55.;
        let a = 351.97690566805693;
        let b = 0.114206453784165;
        let c = -40.25366309332127;
        let r = a + b * x  + c * x.ln();
        clamp( r / 255., 0.0, 1.0 )
    };

    let g = if temp <= 10.{
        0.0
    }else if temp <= 66.{
        let a = -155.25485562709179;
        let b = -0.44596950469579133;
        let c = 104.49216199393888;
        let x = temp - 2.;
        let g = a + b * x  + c * x.ln();
        clamp( g / 255., 0.0, 1.0 )
    }else{
        let a = 325.4494125711974;
        let b = 0.07943456536662342;
        let c = -28.0852963507957;
        let x = temp - 50.;
        let g = a + b * x  + c * x.ln();
        clamp( g / 255., 0.0, 1.0 )
    };

    let b = if temp >= 66.{
        1.0
    }else if temp <= 19.{
        0.0
    }else{
        let a = -254.76935184120902;
        let b = 0.8274096064007395;
        let c = 115.67994401066147;
        let x = temp - 10.;
        let b = a + b * x  + c * x.ln();
        clamp( b / 255., 0.0, 1.0 )
    };

    rgb!(r,g,b)
}

// interpolation
#[inline]
pub fn lerp<T>(p0: T, p1: T, pct: f32) -> T
where T: Add<T, Output = T> + Sub<T, Output = T> + Mul<f32, Output = T> + Clone
{
    p0.clone() + (p1 - p0) * pct
}

#[inline]
pub fn rel_lerp<T: Sub<T, Output = T> + Mul<f32, Output = T>>(p0: T, p1: T, pct: f32) -> T{
    (p1 - p0) * pct
}

pub fn bezier_interpolate(from: f32, cp1: f32, cp2: f32, to: f32, pct: f32) -> f32{
    let c = (cp1 - from) * 3.0;
    let b = (cp2 - cp1) * 3.0 - c;
    let a = to - from - c - b;

    let t = pct;
    let t2 = t*t;
    let t3 = t2*t;
    a*t3 + b*t2 + c*t + from
}

#[inline]
pub fn to_euler(q: &UnitQuat, rot_order: RotOrder) -> (Rad<f32>, Rad<f32>, Rad<f32>){
    let rot = q.to_rotation_matrix();
    rot_to_euler(&rot, rot_order)
}

pub fn rot_to_euler(rot: &Rotation3<f32>, rot_order: RotOrder) -> (Rad<f32>, Rad<f32>, Rad<f32>) {
    let r = rot_order.to_axis_parity();
    let m = rot.matrix();
    let i = r.axis.x;
    let j = r.axis.y;
    let k = r.axis.z;
    let cy = m[(i,i)].hypot(m[(j,i)]);
    let (x, y, z);
    if cy > 16. * f32::EPSILON {
        let x1 = m[(k,j)].atan2(m[(k,k)]);
        let y1 = (-m[(k,i)]).atan2(cy);
        let z1 = m[(j,i)].atan2(m[(i,i)]);

        let x2 = (-m[(k,j)]).atan2(-m[(k,k)]);
        let y2 = (-m[(k,i)]).atan2(-cy);
        let z2 = (-m[(j,i)]).atan2(-m[(i,i)]);

        let d1 = x1.abs() + y1.abs() + z1.abs();
        let d2 = x2.abs() + y2.abs() + z2.abs();

        if d1 > d2 {
            x = x2;
            y = y2;
            z = z2;
        }else{
            x = x1;
            y = y1;
            z = z1;
        }

    }else{
        x = (-m[(j,k)]).atan2(m[(j,j)]);
        y = (-m[(k,i)]).atan2(cy);
        z = 0.;
    }

    let (x,y,z) = match rot_order{
        RotOrder::XYZ => (x,y,z),
        RotOrder::XZY => (x,z,y),
        RotOrder::YXZ => (y,x,z),
        RotOrder::YZX => (z,x,y),
        RotOrder::ZXY => (y,z,x),
        RotOrder::ZYX => (z,y,x),
    };

    if r.parity {
        (Rad(-x), Rad(-y), Rad(-z))
    }else{
        (Rad(x), Rad(y), Rad(z))
    }
}

// pub fn rot_to_euler(rot: &Rotation3<f32>, rot_order: RotOrder) -> (Rad<f32>, Rad<f32>, Rad<f32>) {
//     let m = rot.matrix();
//     match rot_order {
//         RotOrder::XZY => {
//             let y = m.m31.clamp(-1., 1.).asin();
//             let (x, z);
//             if m.m31.abs() < 0.9999999 {
//                 x = -(-m.m32).atan2(m.m33);
//                 z = (-m.m21).atan2(m.m11);
//             }else{
//                 x = -m.m23.atan2(m.m22);
//                 z = 0.;
//             }

//             (Rad(x), Rad(y), Rad(z))
//         }
//         RotOrder::ZXY => {
//             let x = -(-m.m32.clamp(-1., 1.)).asin();
//             let (y, z);
//             if m.m32.abs() < 0.9999999 {
//                 y = m.m31.atan2(m.m33);
//                 z = m.m12.atan2(m.m22);
//             }else{
//                 y = (-m.m13).atan2(m.m11);
//                 z = 0.;
//             }
//             (Rad(x), Rad(y), Rad(z))
//         }
//         RotOrder::YXZ => {
//             let x = -m.m23.clamp(-1., 1.).asin();
//             let (y, z);
//             if m.m23.abs() < 0.9999999 {
//                 y = (-m.m13).atan2(m.m33);
//                 z = (-m.m21).atan2(m.m22);
//             }else{
//                 y = 0.;
//                 z = m.m12.atan2(m.m11);
//             }
//             (Rad(x), Rad(y), Rad(z))
//         }
//         RotOrder::YZX => {
//             let y = (-m.m13.clamp(-1., 1.)).asin();
//             let (x, z);
//             if m.m13.abs() < 0.9999999 {
//                 x = -m.m23.atan2(m.m33);
//                 z = m.m12.atan2(m.m11);
//             }else{
//                 x = 0.;
//                 z = (-m.m21).atan2(m.m22);
//             }
//             (Rad(x), Rad(y), Rad(z))
//         }
//         RotOrder::ZYX => {
//             let z = m.m12.clamp(-1., 1.).asin();
//             let (x, y);
//             if m.m12.abs() < 0.9999999 {
//                 x = -(-m.m32).atan2(m.m22);
//                 y = (-m.m13).atan2(m.m11);
//             }else{
//                 x = 0.;
//                 y = m.m31.atan2(m.m33);
//             }
//             (Rad(x), Rad(y), Rad(z))
//         }
//         RotOrder::XYZ => {
//             let z = (-m.m21.clamp(-1., 1.)).asin();
//             let (x, y);
//             if m.m21.abs() < 0.9999999 {
//                 x = -m.m23.atan2(m.m22);
//                 y = m.m31.atan2(m.m11);
//             }else{
//                 x = -(-m.m32).atan2(m.m33);
//                 y = 0.;
//             }
//             (Rad(x), Rad(y), Rad(z))
//         }
//     }
// }

#[cfg(not(target_os="unknown"))]
#[macro_export]
macro_rules! time{
    ($descr: expr, $func: block) => (
        {
            use std::time;
            let then = time::Instant::now();
            let ret = $func;
            let duration = time::Instant::now() - then;
            debug!("{} time: {}ms", $descr, duration.as_secs() as f32 * 1000. + duration.subsec_nanos()  as f32/1000000f32);
            ret
        }
    );
}

#[cfg(target_os="unknown")]
#[macro_export]
macro_rules! time{
    ($descr: expr, $func: block) => ( $func );
}


#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
#[derive(Debug,Clone)]
pub enum Property{
    String(String, String),
    Int(String, i32),
    Float(String, f32),
    ArrayInt(String, Vec<i32>),
    ArrayFloat(String, Vec<f32>),
    ArrayDouble(String, Vec<f64>),
    Group(String, Vec<Property>),
    Double(String, f64),
    // Id(),
    // IdArray(),
}

impl<'a> From<blender::IdProperty<'a>> for Property{
    fn from(p: blender::IdProperty<'a>) -> Property{
        let name = p.name().to_owned();
        match p.value(){
            blender::IdPropertyValue::String(o) =>
                Property::String(name, o.to_owned()),
            blender::IdPropertyValue::Int(o)    =>
                Property::Int(name, o),
            blender::IdPropertyValue::Float(o)  =>
                Property::Float(name, o),
            blender::IdPropertyValue::ArrayInt(o)  =>
                Property::ArrayInt(name, o.to_vec()),
            blender::IdPropertyValue::ArrayFloat(o)  =>
                Property::ArrayFloat(name, o.to_vec()),
            blender::IdPropertyValue::ArrayDouble(o)  =>
                Property::ArrayDouble(name, o.to_vec()),
            blender::IdPropertyValue::Group(o) =>
                Property::Group(name, o.iter().map(|p| Property::from(p)).collect()),
            blender::IdPropertyValue::Double(o) =>
                Property::Double(name, o),
            blender::IdPropertyValue::Id() =>
                unimplemented!(),
            blender::IdPropertyValue::IdArray() =>
                unimplemented!(),
        }
    }
}

impl Property{
    pub fn ty(&self) -> blender::PropertyType{
        match self{
            Property::String(_, _) => blender::PropertyType::String,
            Property::Int(_, _) => blender::PropertyType::Int,
            Property::Float(_, _) => blender::PropertyType::Float,
            Property::ArrayInt(_, _) => blender::PropertyType::Array,
            Property::ArrayFloat(_, _) => blender::PropertyType::Array,
            Property::ArrayDouble(_, _) => blender::PropertyType::Array,
            Property::Group(_, _) => blender::PropertyType::Group,
            Property::Double(_, _) => blender::PropertyType::Double,
        }
    }

    pub fn name(&self) -> &str {
        match self{
            Property::String(n, _) => &n,
            Property::Int(n, _) => &n,
            Property::Float(n, _) => &n,
            Property::ArrayInt(n, _) => &n,
            Property::ArrayFloat(n, _) => &n,
            Property::ArrayDouble(n, _) => &n,
            Property::Group(n, _) => &n,
            Property::Double(n, _) => &n,
            // Property::Id(n, _) => &n,
            // Property::IdArray(n, _) => &n,
        }
    }
}

pub fn custom_properties(obj: &blender::Object) -> Vec<Property>{
    obj.custom_properties()
        .map(|g| g.iter()
            .filter(|p| p.name() != "_RNA_UI")
            .map(|p| Property::from(p))
            .collect()
        ).unwrap_or_default()
}

#[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
pub enum LibraryId{
    Path(PathBuf),
    Packed(Option<PathBuf>, String),
}

impl LibraryId {
    pub fn join<L: Into<LibraryId>>(&self, other: L) -> LibraryId {
        let other = other.into();
        match other {
            LibraryId::Path(_) => other,
            LibraryId::Packed(ref path, ref name) => {
                if path.is_some() {
                    other
                }else{
                    match self {
                        LibraryId::Path(path)
                            => LibraryId::Packed(Some(path.clone()), name.clone()),
                        LibraryId::Packed(path, parent_name)
                            => LibraryId::Packed(path.clone(), parent_name.clone() + "/" + &name),
                    }
                }
            }
        }
    }

    pub fn to_path(&self) -> PathBuf {
        match self {
            LibraryId::Path(path) => path.clone(),
            LibraryId::Packed(Some(parent_path), name) => parent_path.join(name),
            LibraryId::Packed(None, name) => PathBuf::from("//".to_owned() + name),
        }
    }

    pub fn to_path_with_original_path<P: AsRef<Path>>(&self, p: P) -> PathBuf {
        let original = p.as_ref();
        match self {
            LibraryId::Path(path) => path.clone(),
            LibraryId::Packed(Some(parent_path), name) => parent_path.join(name),
            LibraryId::Packed(None, name) => original.to_owned().join(name),
        }
    }

    pub fn linked_library_id(&self, obj: &blender::Object) -> Option<LibraryId> {
        if obj.structure().name() == "ID" {
            let lib = obj.get_object("lib").unwrap();
            let lib_name = &lib.get_str("name").unwrap()[2..];
            let is_packed = lib.get_object("packedfile").is_ok();
            if is_packed {
                Some(self.join(lib_name))
            }else{
                let lib_path = match self {
                    LibraryId::Path(path) => if let Some(parent) = path.parent() {
                        parent.join(lib_name)
                    }else{
                        PathBuf::from(lib_name)
                    },
                    LibraryId::Packed(path, name)
                        => if let Some(parent) = path.as_ref().and_then(|p| p.parent()) {
                            parent.join(lib_name)
                        }else{
                            PathBuf::from(lib_name)
                        }
                };
                Some(LibraryId::Path(lib_path))
            }
        }else{
            None
        }
    }

    pub fn object_id(&self, obj: &blender::Object) -> ObjectId {
        if let Some(lib_id) = self.linked_library_id(obj) {
            ObjectId::new(lib_id, obj.name().unwrap())
        }else{
            ObjectId::new(self.clone(), obj.name().unwrap())
        }
    }
}

impl From<&str> for LibraryId {
    fn from(name: &str) -> LibraryId {
        LibraryId::Packed(None, name.to_owned())
    }
}

impl From<PathBuf> for LibraryId {
    fn from(path: PathBuf) -> LibraryId {
        LibraryId::Path(path)
    }
}

impl Display for LibraryId {
    fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
        match self {
            LibraryId::Path(p) =>
                write!(fmt, "{}", p.display()),
            LibraryId::Packed(Some(p), name) =>
                write!(fmt, "packed file {} in blend file {}", name, p.display()),
            LibraryId::Packed(None, name) =>
                write!(fmt, "packed file {} in blend loaded from memory", name),
        }
    }
}

#[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
#[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))]
pub struct ObjectId {
    pub source_file: LibraryId,
    pub name: String,
}

impl Display for ObjectId {
    fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
        match &self.source_file {
            LibraryId::Path(p) =>
                write!(fmt, "{} from {}", self.name, p.display()),
            LibraryId::Packed(Some(p), name) =>
                write!(fmt, "{} from packed file {} in blend file {}", self.name, name, p.display()),
            LibraryId::Packed(None, name) =>
                write!(fmt, "{} from packed file {} in blend loaded from memory", self.name, name),
        }
    }
}

impl ObjectId {
    pub fn new<S: Into<String>>(library_id: LibraryId, name: S) -> ObjectId {
        ObjectId{
            source_file: library_id,
            name: name.into(),
        }
    }

    pub fn to_path(&self) -> PathBuf {
        self.source_file.to_path().join(&self.name)
    }

    pub fn to_path_with_original_path<P: AsRef<Path>>(&self, p: P) -> PathBuf {
        self.source_file.to_path_with_original_path(p).join(&self.name)
    }
}