I have a problem in this interactive flower file

my flower does not shown where it should be. it bloom in the underneath the tree
anyone know where I did wrong?

Flower Interaction.toe (10.0 KB)

Hi @_amralaa

when applying a scale to the Geometry COMP “geo3” which holds the flowers, the scale is applied to the whole geometry, not just the initial flower. Hence the flowers seemingly showing up underneath the tree instead of at the end of the branches.

To fix this, set the scale on the geo3 COMP back to 1 and instead change the scale in a Transform SOP before (for example the transform4 SOP)

cheers
Markus