itsmattkc
|
eafa2ca3be
|
implemented basic track delete function
|
2022-01-23 14:51:43 -08:00 |
|
itsmattkc
|
4ecce20c35
|
start implementing serializers
|
2022-01-12 08:48:31 -08:00 |
|
itsmattkc
|
21165cb2ff
|
implemented node flags
|
2021-12-19 13:19:31 -08:00 |
|
itsmattkc
|
bf196e790b
|
refined keyframeview and curveview
|
2021-12-15 19:45:04 -08:00 |
|
itsmattkc
|
090fbb09d0
|
contexts in param view
|
2021-12-08 14:08:12 -08:00 |
|
itsmattkc
|
495b07fc55
|
implemented node groups
|
2021-11-24 17:58:48 -08:00 |
|
itsmattkc
|
93be94bc2c
|
more work
|
2021-11-16 23:58:34 -08:00 |
|
itsmattkc
|
0c92bc3f08
|
fixed some compile issues on non-msvc
|
2021-11-10 22:32:44 -08:00 |
|
itsmattkc
|
6033039046
|
improved connector UI in node view
|
2021-11-10 21:59:54 -08:00 |
|
itsmattkc
|
9c650883c2
|
implement context item in node view
|
2021-11-10 16:33:59 -08:00 |
|
itsmattkc
|
6543512d00
|
fixed timeline crash
|
2021-10-25 14:54:48 -07:00 |
|
itsmattkc
|
2ea92de02c
|
unified some settings
|
2021-09-29 00:48:19 -07:00 |
|
itsmattkc
|
35873dce01
|
started new cache
|
2021-09-23 17:08:12 -07:00 |
|
itsmattkc
|
4fd7298cc3
|
cache: add audio option
|
2021-09-23 00:47:21 -07:00 |
|
itsmattkc
|
0b205ece9c
|
cache: improved code flow
|
2021-09-23 00:16:05 -07:00 |
|
itsmattkc
|
8277748719
|
render: avoid hashing null node
|
2021-09-21 21:32:20 -07:00 |
|
itsmattkc
|
7ba5dca4ab
|
renderer: always hash along edges
|
2021-09-19 23:11:20 -07:00 |
|
itsmattkc
|
b07bccb7dc
|
nodes: revert to single output
|
2021-09-07 22:01:36 -07:00 |
|
itsmattkc
|
e79058cad3
|
viewer: removed old line
|
2021-09-07 18:06:19 -07:00 |
|
itsmattkc
|
a0706a78d8
|
nodes: implemented core of manual table value selection
|
2021-09-07 15:27:07 -07:00 |
|
itsmattkc
|
be4a18d7de
|
moved visual waveforms to block
This should be nicer, however it has a bug that I need to fix
|
2021-08-01 16:43:53 -07:00 |
|
itsmattkc
|
01d435d80d
|
timeline: fixed commit issue
|
2021-07-30 13:22:10 -07:00 |
|
itsmattkc
|
7ae03a31b8
|
transition: fixed hash issue
|
2021-07-30 13:21:48 -07:00 |
|
itsmattkc
|
f13962da5d
|
nodes: transform block time ICs
Fixes #1686
|
2021-07-24 11:56:35 -07:00 |
|
itsmattkc
|
7b13972c57
|
viewer: add translate string
|
2021-07-24 11:55:47 -07:00 |
|
itsmattkc
|
db29dfdf1a
|
viewer: use auto-cache as sequence parameter
|
2021-07-23 14:55:19 -07:00 |
|
itsmattkc
|
b7a559ab58
|
viewer: add option to remove tex/samp inputs
|
2021-07-23 12:58:26 -07:00 |
|
itsmattkc
|
b478c765b6
|
track: remove length storage
Code simplification
|
2021-07-15 23:58:22 -07:00 |
|
itsmattkc
|
4bbc75392a
|
nodes: rewrote and simplified length signaling system
|
2021-07-15 21:00:18 -07:00 |
|
itsmattkc
|
310fd3541a
|
various: greatly simplified job times
Hopefully this doesn't break everything
|
2021-07-11 23:33:21 -07:00 |
|
itsmattkc
|
f342546251
|
code: improved node custom save hierarchy
|
2021-05-16 10:36:33 +10:00 |
|
itsmattkc
|
8383929476
|
track/audioplaybackcache: re-did binary search algorithms
Fixes #1617
Fixes #1615
|
2021-05-10 10:42:07 +10:00 |
|
itsmattkc
|
df861fb33d
|
viewer: if only video stream is still, don't use as rate in project explorer
Minor UI improvement
|
2021-04-29 11:26:11 +10:00 |
|
itsmattkc
|
52076b19fc
|
timeline: added more signalling when tracklists change
Fixes #1591
|
2021-04-27 10:08:04 +10:00 |
|
itsmattkc
|
573597bec3
|
track: use binary search for blocks
Minor optimization for longer sequences.
|
2021-04-24 18:21:33 +10:00 |
|
itsmattkc
|
74ad4110be
|
transform: hash the generated matrix
Making an exception for the transform node, we use a slightly
heavier hash to save more rendering time later.
Fixes #1560
Addresses some of #1360
|
2021-04-22 18:01:26 +10:00 |
|
itsmattkc
|
77d4b18a60
|
updated copyright year for 2021 [skip ci]
|
2021-04-17 18:56:50 +10:00 |
|
itsmattkc
|
22b2d08baf
|
rational: implement NaN mode
Also clarify code where 0 is used as a rational.
|
2021-04-17 15:04:03 +10:00 |
|
itsmattkc
|
1a848dc440
|
track: cache length change invalidations and release when not dragging
Not sure if this is the best solution, we'll see. Fixes issue
where cache wouldn't respond to length slider.
|
2021-04-17 12:50:58 +10:00 |
|
itsmattkc
|
c49e5ef1b3
|
footage: don't disable audio cache
|
2021-04-14 13:46:53 +10:00 |
|
itsmattkc
|
76eb117a45
|
viewer: return null params if not in array
Suppresses warning about input array sizes.
|
2021-04-13 15:40:27 +10:00 |
|
itsmattkc
|
46e00c0099
|
viewer: store video/audio length outside of cache
|
2021-04-13 15:39:45 +10:00 |
|
itsmattkc
|
c03c197412
|
added ability to open viewers on any viewer node or derivative
Fixes #1362
Also fixes some other bugs that impeded this from working.
|
2021-04-12 22:58:34 +10:00 |
|
itsmattkc
|
46ee99264d
|
footage: fixed crash with audio-only files
|
2021-04-12 09:48:08 +10:00 |
|
itsmattkc
|
210eb86cd2
|
nodes: fixed hashing issues
|
2021-04-11 18:54:22 +10:00 |
|
itsmattkc
|
5b0332260f
|
revise operation cache blocking system
Fixes #1553
|
2021-04-08 19:05:12 +10:00 |
|
itsmattkc
|
cb75e37e77
|
moved several files around
Mostly moved classes that became node derivatives into the node/ folder.
|
2021-04-08 12:15:59 +10:00 |
|
itsmattkc
|
2dc27de37c
|
ensure frame rate and sample rate changes ripple through widgets
|
2021-04-08 10:44:32 +10:00 |
|
itsmattkc
|
eef19ca0ff
|
streamlined viewable-based lengths
|
2021-04-08 09:46:31 +10:00 |
|
itsmattkc
|
bb32048c65
|
use frame rate and timebase less interchangeably
|
2021-04-07 13:08:25 +10:00 |
|