Just uploaded a dynamic component 4 leaf accordion / bifold door to the 3D w/h at:
https://3dwarehouse.sketchup.com/model/…/Accordion-4-leaf-door-for-patio-deck
This test works but highlighted an issue where it seems whenever you use absolute referencing in your code…
animate("leaf1!x",0,100)
…the units are interpreted as inches even though you have mm set as default in SU with cm also set in Dynamic Components.
If you don’t use absolute referencing…
animate("x",0,100)
…then it works as expected though obviously has limited use. Also you’ll never have a problem if you only use imperial which is why I guess D/C are mostly limited to imperial countries.
I can limp by working around this but it’s excessively painful… and took a lot of head scratching and testing to isolate the bug.