This is a proof od concept, it only implements new system for bSound
data-block as test subject.
Details
Details
- Reviewers
Brecht Van Lommel (brecht)
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- undo-caches
- Build Status
Buildable 8808 Build 8808: arc lint + arc unit
Event Timeline
Comment Actions
Seems fine overall.
| source/blender/blenkernel/intern/sound.c | ||
|---|---|---|
| 122–128 | Maybe the key can be constructed in the callback, to simplify the code here? function_callback(id, offsetof(bSound, waveform), &sound->waveform, user_data); | |