Aria
d90ca4a34a
Update link to docs ( #295 )
2022-09-15 12:54:20 +00:00
Elliot
39eb528af4
Add Sheet aggregate track ( #284 )
...
* Add Sheet aggregate track
* Update aggregate track keyframe copy algorithm
* Fix keyframe value sanitization
* Fix aggregate selections to be properly undefined
* Fix TS errors
* Remove incorrect comment and improve var name
2022-09-14 16:46:59 +00:00
Andrew Prifer
743254a6c6
Fix popover behavior when popover is open and the trigger is clicked ( #211 )
...
* Fix popover behavior when open and clicking on trigger
* Remove console log
* Resolve merge conflicts
* Remove destructuring in favor of property access
* Extract usePopover return type into an interface
* Fix merge
2022-09-14 09:05:09 -04:00
Andrew Prifer
8680f9d89e
Replace uniqueName with theatreKey ( #285 )
2022-09-14 08:36:49 -04:00
Elliot
ce79d3cd95
Fix ui render call, improve error message ( #294 )
2022-09-14 12:11:42 +00:00
Elliot
735bd983a5
Fix/0.5-compatability-tests ( #293 )
...
* Working changes
* Fix window undefined bug by updating lib
* Fix TransformControlsImpl import
* Fix compatibility tests>simple debuggable examples
2022-09-13 15:37:39 -04:00
Andrew Prifer
494c60d0c3
Require Opt modifier for orbiting ( #286 )
2022-08-25 19:55:47 +02:00
Elliot
dbe6a6176e
Fix issue window undefined error in bundled studio ( #280 )
...
* Fix issue window undefined error in bundled studio
* Fix Studio.ts UI import
2022-08-19 14:25:22 +00:00
Elliot
898c3b7a48
Add alt key precision nudging to number input ( #282 )
...
* Add alt key precision nudging to number input
* Change shift + scrub scrub modifier to 1/10
2022-08-19 14:19:22 +00:00
Elliot
a871aa628f
Revert "Handle requestPointerLock error cases in iframes P-199 ( #272 )"
...
This reverts commit 2ef9d5e346
.
2022-08-17 16:14:36 -04:00
Andrew Prifer
14603bccbd
Make transform controls only update the props that are being manipulated in the current mode of the transform controls ( #279 )
...
Only update the transform that is being manipulated in the current mode
2022-08-15 15:15:37 +00:00
vezwork
766c55f9e7
Fix dopesheet-left prop labels
2022-08-11 14:40:09 -04:00
vezwork
0875b785ce
Fix indentation in aggregate editor popover
...
Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
2022-08-11 14:15:57 -04:00
vezwork
047f01bb45
Change DeterminePropEditor... to take an array
...
- Add autoFocus to prop inputs
2022-08-11 14:15:57 -04:00
vezwork
38e6a4ba36
WIP aggregate editing popover working but !clean
2022-08-11 14:15:57 -04:00
Cole Lawrence
069902e054
Make derivation keepHot when using obj.value P-217
...
See https://linear.app/theatre/issue/P-217/if-objvalue-is-read-make-sure-i
2022-08-05 10:30:13 -04:00
Cole Lawrence
e0c9626d68
dev: Add "reading obj value" playground test
2022-08-05 10:30:13 -04:00
Cole Lawrence
c00144464d
dev: Fix playground scroll y on home page
2022-08-05 10:30:13 -04:00
vezwork
fdf268ad43
Add comments and remove extra performance measure
...
Co-authored-by: Cole Lawrence <cole@colelawrence.com>
2022-08-04 13:34:08 -04:00
Cole Lawrence
62def1e883
Add r3f stress + Ticker.__ticks counter
2022-08-04 13:34:08 -04:00
Cole Lawrence
ea3e7434c6
Fix e2e visual regression tests by always showing Updates badge in CI
...
- ensure that window.__IS_VISUAL_REGRESSION_TESTING is true when CI=1
2022-08-03 11:38:44 -04:00
Cole Lawrence
963b03ab6e
dev: Add warning for unbound .tick() call
2022-08-03 11:38:44 -04:00
Cole Lawrence
74b338ac17
refactor: Remove unecessary data-header
& ?? noop
for event listener
2022-08-03 11:38:44 -04:00
Cole Lawrence
704f74a2c5
typo: Remove unused keyframe in destructure
2022-08-03 11:38:44 -04:00
Cole Lawrence
a0994051d6
GraphEditorToggle: Remove unecessary sheet
access
2022-08-03 11:38:44 -04:00
Cole Lawrence
63056c5a58
fix validate path call (warning) & playground dom: Fix namespace warning
2022-08-03 11:38:44 -04:00
Cole Lawrence
efc33d4989
Remove unused className on OutlinePanel
2022-08-03 11:38:44 -04:00
Cole Lawrence
4de899b2ae
Remove dead code, simply inset
2022-08-03 11:38:44 -04:00
Cole Lawrence
a4b24313a0
fix: deriver props type checking
2022-08-03 11:38:44 -04:00
Cole Lawrence
2ef9d5e346
Handle requestPointerLock error cases in iframes P-199 ( #272 )
...
See https://linear.app/theatre/issue/P-199/dont-use-pointer-lock-when-in-an-iframe
2022-08-03 13:55:09 +00:00
Cole Lawrence
8bd37a28d6
r3f fix: Pinching creates more than one undo level in r3f P-202
...
See https://linear.app/theatre/issue/P-202/pinching-creates-more-than-one-undo-level-in-r3f-history-bug
2022-08-02 16:06:15 -04:00
Cole Lawrence
56a059fdd2
Remove REMOVEME.md dev file
2022-07-28 09:51:51 -04:00
vezwork
1459163420
Fix compound props showing wrong control indicator
2022-07-26 10:22:08 -04:00
vezwork
0ed466f404
Hide toolbar divider when no extensions are there
2022-07-26 08:56:42 -04:00
Fülöp Kovács
e3226da492
Add namespacing to dom example
2022-07-26 10:43:36 +01:00
Cole Lawrence
0b98750063
docs: Use http for localhost example audio
2022-07-25 12:12:46 -04:00
Cole Lawrence
6d550d850d
fix(studio): capture [space] key after scrubbing fixes P-177
...
See https://linear.app/theatre/issue/P-177/beginners-scrubbing-the-playhead-from-within-an-iframe-then-[space]
2022-07-25 12:01:26 -04:00
Cole Lawrence
01729bf45e
fix(studio): styles & placement for MoreMenu fixes P-178
...
See https://linear.app/theatre/issue/P-178/bug-broken-updater-ui-in-simple-html-page
2022-07-25 12:01:26 -04:00
Cole Lawrence
fcc23b3863
Add variants of the extension example
2022-07-25 12:01:26 -04:00
Cole Lawrence
984a61347f
Use "Theatre.js" for name consistency
...
Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
2022-07-25 12:01:26 -04:00
Cole Lawrence
217f191981
Export better named files to reduce confusion of state.json
2022-07-25 12:01:26 -04:00
Cole Lawrence
0b09751ada
docs: Use US English spelling of "behavior"
2022-07-25 12:01:26 -04:00
Cole Lawrence
58f04685ad
r3f: Accept function for objRef like for setState
2022-07-25 12:01:26 -04:00
Cole Lawrence
415e493834
doc: Add doc to Ticker.raf
2022-07-25 12:01:26 -04:00
Cole Lawrence
a48155f8dc
r3f readme: Update with corrected API
2022-07-25 12:01:26 -04:00
Cole Lawrence
5ca3edead8
dev: Fix r3f tsconfig to include TSX files
2022-07-25 12:01:26 -04:00
Cole Lawrence
7041c9f56f
dev: Add @type to .eslintrc.js
2022-07-25 12:01:26 -04:00
Cole Lawrence
ca65280b93
Fix local imports of same module for @theatre/core
2022-07-25 12:01:26 -04:00
Cole Lawrence
11b5d175f4
Fix github checks ( #263 )
...
* Update dependencies which pass tests locally
* Break the yarn cache in an attempt to fix checks
* playground: Add wrapping error info for build.ts
* playground: Don't use dev mode in CI tests
* playground: Use tsc for typecheck
* playground: Specify working esbuild version 0.13.15
* playground: Use only promises in build.ts
* playground: Ensure serving in ci e2e
* Add echo for vercel for build:static
2022-07-25 10:37:34 +02:00
Cole Lawrence
00265471ba
Fix namespace and object with same name ordering in OutlinePanel ( #262 )
...
Fix P-206 namespace and object name rendered in wrong order
2022-07-21 18:04:00 +00:00