Hm... Maybe the following could work:
- At a certain stage, a fat belly is going to look pregnant-like, anyway, so just use that as a branching point (so that you don't even need to spend time rendering a more believable pregnant-looking belly).
- Next, in its simplest form, just show a "before/after pregnancy" scene--same belly size but one render with "default" boobs and the other with larger ones.
- For the remaining stages in the "pregnant" route, just use the same increasing belly sizes as in the "default" route, but with bigger boobs--effectively meaning you'd just have two renders for each stage.
Pseudocode:
if ( Daisy_pregnancy==true && if Daisy_stage>=30 ) { /* show the alternate set of renders and physical attributes*/ }
😊