-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add basic fluid.jit.plotter abstraction * changed interface to "refer" and more efficient ds loading via patcher scripting * handle bpatcher resizing * add force square aspect ratio * make mousing work with any size * implement xrange, yrange, and range messages * add color-matching highlighted points, rename resize pworld script * use fluid.dataset refer method instead of caveman-style, implement de-refer * change labelset interface to refer * implement click'n'drag, remove unused * remove clipping from mesh vertex scaling * report zoomxrange zoomyrange * fix vertex array and color array size mismatch * remove junk * enable fsaa on jit.pworld * massive cleanup * add init txt * add ref xml, add seealso to fluid.plotter * fix wrong label colors (mixing buf samps w ds ids) * add missing bgcolor method * hide highlighted mesh upon refer dataset * fix retaining colors from prev ds when ds changes/updates * just some patching * fix busted zoom rect when opt/alt lifted before trigger zoom * fix rogue highlight after zoom * fix range not resetting upon refer * implement colorscheme message * pass unmatched messages on the right to the left * fix not updating highlighted point colors when changing colorscheme * start resize polling upon creation to avoid weirdnesses * add help patcher * small text change * save on built-in screen lol * add fluid.jit.plotter to overview * minor positioning stuff in help * support dictionary message for datasets (left inlet) * implement clear and reset (alias to refer w no args) * fix style mismatch in help * renamed js files * remove "2017-2019" after copyright from refs * changed digest in ref * resizing help jsui after changing ref * save on local screen to avoid pain lolz * fix comment grammar * add panning mousing mode * fix rouge highlight once when transitioning from panning to zooming * document panning mode in help * add panfactor method to doc xml * fix comment * add [p ?] to both fluid.plotter and fluid.jit.plotter helps * add dump example to help, document clear and reset * add large dataset tab to fluid.plotter * avoid pop-up [p ?] subpatch on Windows * better comments in fluid.plotter help * use 100K points in the "large datasets" tab of fluid.plotter
- Loading branch information
1 parent
32d618b
commit a1a00d9
Showing
9 changed files
with
21,791 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.