Commit Graph

105 Commits

Author SHA1 Message Date
Juha Jeronen
ba7fd8bc4f mention MovingUI mode as per Cohee's comment in #206 2024-01-18 03:04:54 +02:00
Juha Jeronen
9cc091bc7b add framerate correction to most postproc filters 2024-01-18 02:46:18 +02:00
Juha Jeronen
500f4348af terminology: "fictitious frame" -> "normalized frame" 2024-01-18 02:46:01 +02:00
Juha Jeronen
99a786eb3d integrate new info from #206 discussion to docs 2024-01-18 01:40:13 +02:00
Juha Jeronen
32e94a087b update TODO 2024-01-17 14:53:26 +02:00
Juha Jeronen
4ccbda900c rate-limit microsway to 25 FPS 2024-01-17 14:53:02 +02:00
Juha Jeronen
cf2bb14dec reorganize comments 2024-01-17 14:52:51 +02:00
Juha Jeronen
a34cfc1132 update TODO, also reorganize it to make priorities clear 2024-01-17 01:25:43 +02:00
Juha Jeronen
1a5fb2b663 update TODO
As Pinkie Pie would say, BEST... IDEA... EVER!
2024-01-15 11:55:10 +02:00
Juha Jeronen
d89f017281 update TODO some more 2024-01-15 11:44:33 +02:00
Juha Jeronen
97e50891c6 update TODO 2024-01-15 11:41:18 +02:00
Juha Jeronen
1c283b8afd update talkinghead README 2024-01-14 04:04:57 +02:00
Juha Jeronen
cd7fce11ca update TODO 2024-01-14 04:04:47 +02:00
Juha Jeronen
d7621bbdab update TODO list 2024-01-13 14:37:57 +02:00
Juha Jeronen
2e03c0174e manual poser: generate _emotions.json when batch-exporting 2024-01-13 14:34:43 +02:00
Juha Jeronen
c6335d7aa2 update talkinghead README 2024-01-13 14:09:32 +02:00
Juha Jeronen
44755f4d66 improve explanation 2024-01-12 17:38:43 +02:00
Juha Jeronen
7d529b4059 update README 2024-01-12 17:36:09 +02:00
Juha Jeronen
bd9e516132 wording 2024-01-12 17:14:21 +02:00
Juha Jeronen
6e15d3d76c update comment 2024-01-12 15:43:47 +02:00
Juha Jeronen
2e32ae203a update TODO and README 2024-01-12 15:43:43 +02:00
Juha Jeronen
2fe7dcad8e update TODO 2024-01-12 11:56:25 +02:00
Juha Jeronen
05eed3f0a3 update TODO 2024-01-12 08:30:26 +02:00
Juha Jeronen
6f5b6a4b23 add TODO item 2024-01-10 17:28:48 +02:00
Juha Jeronen
5a513f18eb improve comments 2024-01-10 16:56:12 +02:00
Juha Jeronen
fea385475a warn about unknown user-provided settings (forward compat) 2024-01-10 16:55:54 +02:00
Juha Jeronen
8f14a1422b improve docstrings 2024-01-10 16:55:48 +02:00
Juha Jeronen
6911faa21f update TODO 2024-01-10 16:55:32 +02:00
Juha Jeronen
69054bce10 improve comment 2024-01-10 16:13:06 +02:00
Juha Jeronen
b08c5e24fa move animator defaults to beginning of file (easier to notice) 2024-01-10 16:11:08 +02:00
Juha Jeronen
1450b9c0ca update TODO 2024-01-10 16:10:58 +02:00
Juha Jeronen
c275987ddc rename for great justice
Markdown didn't like it when there were spaces in the filename.
2024-01-10 00:48:05 +02:00
Juha Jeronen
494053d348 fix formatting 2024-01-10 00:46:12 +02:00
Juha Jeronen
c529f439aa refactor backend settings to allow making them customizable 2024-01-09 23:57:38 +02:00
Juha Jeronen
990c5b1205 add info message at launch 2024-01-09 23:57:04 +02:00
Juha Jeronen
51eac8afe2 target_fps will be modifiable, so rename it as lowercase 2024-01-09 22:32:33 +02:00
Juha Jeronen
54fad16a16 remove commented-out old blink probability check 2024-01-09 22:31:44 +02:00
Juha Jeronen
244c1a1675 debug, not info 2024-01-09 17:01:29 +02:00
Juha Jeronen
1cb650de07 make blink animation FPS-independent, too
Forgot the per-frame probability trigger. Now that's scaled appropriately, too.
2024-01-09 16:59:45 +02:00
Juha Jeronen
afaea00156 add a far-future TODO item 2024-01-09 13:59:06 +02:00
Juha Jeronen
a794ad9dde Fix eye_unimpressed (arity 2; had only one JSON key)
- The "eye_unimpressed" morph had just one key in the emotion JSON, although the
  model has two morphs (left and right) for this. Now it has two, as it should.
- This change breaks backward compatibility for old emotion JSON files.
  - OTOH, not much of an issue, because in all versions prior to this one
    being developed, the emotion JSON system was underutilized (only a bunch
    of pre-made presets, only used internally by the live plugin).
  - Thus it is important to fix this now, before the next release, because the
    improved manual poser makes it easy to generate new emotion JSON files,
    so from the next release on we can assume those to exist in the wild.
2024-01-09 10:44:49 +02:00
Juha Jeronen
19b5c3c3d6 fix "neutral" default (consistent with separate "neutral.json") 2024-01-09 10:27:27 +02:00
Juha Jeronen
1f08a34de5 fix the "zero" (character reset) emotion template 2024-01-09 10:25:38 +02:00
Juha Jeronen
11ff18e52e Decouple animation speed (w.r.t. walltime) from render FPS
We only needed to add nonlinear step scaling to the pose interpolator; all other
animation drivers (blinking, talking, breathing) were already defined in terms
of wall time.
2024-01-09 10:09:42 +02:00
Juha Jeronen
00e7b4ed81 dumping some math into TODO, to be moved into code comments... 2024-01-09 01:25:34 +02:00
Juha Jeronen
e086bd53ac slightly improve end of talking animation 2024-01-09 00:11:29 +02:00
Juha Jeronen
afd8635d73 improve comments 2024-01-09 00:11:21 +02:00
Juha Jeronen
bd29500c9e refactor THA3 model installer 2024-01-08 15:45:44 +02:00
Juha Jeronen
32cda5786c update TODO some more 2024-01-08 15:45:09 +02:00
Juha Jeronen
fb9051cd70 update TODO 2024-01-08 15:44:50 +02:00