Releases: rdeits/MeshCat.jl
Releases · rdeits/MeshCat.jl
v0.9.0
v0.9.0 (2019-12-31)
Release notes:
- Add missing
kwargs
propagation inarrow_visualizer.jl
#130 (thanks, @ferrolho) - Update meshcat to meshcat-dev/meshcat@ae82a61.
- Use FFMPEG.jl to provide ffmpeg binary (#131)
- Add Blink.jl as a dependency to work around Pkg resolver issues (#135).
Closed issues:
- Orbit Controls - Panning (#132)
- Use FFMPEG.jl to provide a more uniform ffmpeg experience (#121)
- update threejs (#54)
Merged pull requests:
v0.8.0
v0.8.0 (2019-10-12)
Closed issues:
Merged pull requests:
- Fix MsgPack deprecation (#128) (rdeits)
- Fix MsgPack deprecation warning. (#126) (tkoolen)
- [PR against rd/update-js] updates to match WebIO. (#125) (tkoolen)
- Fix merging of AnimationTracks. (#124) (tkoolen)
- update to the latest meshcat js (#123) (rdeits)
- Add lower bound on Cassette. (#117) (tkoolen)
- Add merge! for animation types, insert! for AnimationTrack. (#115) (tkoolen)
- Fix notebook links in readme. (#114) (tkoolen)
- Use Cassette to record animations (#112) (tkoolen)
- work-around for race condition in
wait\(\)
(#111) (rdeits) - remove unnecessary access of scope.id (#110) (rdeits)
- Update to WebIO v0.8.x (#109) (rdeits)
- Change implementation of wait. (#99) (travigd)
v0.7.0
v0.7.0 (2019-07-01)
Closed issues:
- ArrowVisualizer's settransform! fails for very short (but nonzero) arrows (#105)
- IJuliaCell seems to be broken (#94)
Merged pull requests:
- Fix visualization of arrows with zero shaft length. (#107) (tkoolen)
- Update meshcat to get better .DAE handling (#104) (rdeits)
- Adds
linewidth
param to GenericMaterial. (#103) (ferrolho) - Avoid some dict lookups and a few allocations (#101) (rdeits)
- Set default value for iframe style dict. (#100) (travigd)
- Add hide! utility function. (#98) (tkoolen)
- Add ArrowVisualizer (#97) (tkoolen)
- Update Mux to be compatible with HTTP 0.8. (#96) (tkoolen)
- Support generic MeshFileGeometry for mesh types we can't easily load (#92) (rdeits)
Fix Cylinder handling and add more line types
New Cone geometry type, and some bug fixes
Thanks to @tkoolen for the updates!
Drop Julia 0.6 and more
Support Julia v0.6, v0.7, and v1.0
Merge pull request #55 from rdeits/rd/0.7-support Support Julia 0.7
Update meshcat JS to fix issue with loading OBJ files
Use AssetRegistry.jl to make javascript code loading more robust
Merge pull request #47 from rdeits/asset-registry switch to AssetRegistry
Work around inference issue
Workaround for JuliaLang/julia#21653