Character doesn't scale when using spot directing, what I am doing wrong?

I’m doing a scene where the mc Oswin is sitting on a bus, I used spot directing to get her to sit in the bus seat but she won’t scale up.
The first image is where she is supposed to be
Spot2
And this image is what happens
spot1

This is my script:
INT. BUS - DAY
@cut to zone 3
@pan to zone 1
@OSWIN enters from right to screen center
@OSWIN faces right
@OSWIN spot 1.883 227 -251
@OSWIN is idle_sit_anklescrossed_neutral_loop
@speechbubble is 119 124 to 100% with tail_top_right
OSWIN (idle_sit_armcrossed_unimpressed_loop)
(I hope this bus leaves soon, I need to get away from here an quick)

It’s because you used default positions

Try this:

INT. BUS - DAY
@cut to zone 3
&OSWIN spot 1.883 227 -251 in zone 1 AND OSWIN faces right AND OSWIN is idle_sit_anklescrossed_neutral_loop
@pan to zone 1
@speechbubble is 119 124 to 100% with tail_top_right
OSWIN (idle_sit_armcrossed_unimpressed_loop)
(I hope this bus leaves soon, I need to get away from here an quick)

That works, thanks :3

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.