1 Juli 2025
Semua @vertex harus ada @builtin(instance_index)
di dalam armmod.wgsl:
input:
ani
inv
par
proses:
ani*ani*...*ani*inv
output:
glo
- Rename bone AUTO rename vertex group
- Rename vertex group TIDAK rename bone
- Boneid & armid sebagai urutan, kemarin aku lihat urutan bone berubah, invglo juga ikut berubah
- The "Split to Instances" node in Blender Geometry Nodes can sometimes exhibit unexpected behavior where the order of instances is not Consistent with the intended order based on the node setup. This can lead to instances being placed incorrectly or seemingly random order.
- Bikin keyframe yg deket frame 0 harus dilebarkan, biar ga skipped
- Jarak keyframe harus berbeda dengan kanankirinya, biar matrix ga NaN/mesh gahilang
- Web, url params bisa berupa array (https://chatgpt.com/share/688ed9a2-e538-8011-80db-a54b1bf39ad6)
- Action editor: garis oren di antara 2 keyframe adalah value yang sama (https://blender.stackexchange.com/questions/204236/empty-animation-Makes-transform-inspector-yellow-model-without-animation-has-ke)
6 Agustus 2025
Bikin animasi bunga

10 Agustus 2025
Bikin sistem skin + bone, karena objek armature ga bisa diakses Geometry Nodes
tapi blum dipake, sementara pake builtin dari blender.
18 Agustus 2025
Bikin animasi slepet
Bahas fisika rantai, silakan tonton:
Bahasan di ChatGPT:
Maximizing chain whip efficiency
19 Agustus 2025
Bow & chain energy transfer efficiency
28 Agustus 2025
//let s = mix(.0,1.7,tanh(-turun+naik)*.5+.5,); //tanh() di beberapa browser & gpu muncul bug
let s = mix(.0,1.7,atan((-turun+naik)*2.)/pi+.5,);
17 September 2025
js, pindah audio buffer dari .json ke .tsv