Skip to main content
ArctisStudio
Known Participant
September 7, 2023
Open for Voting

3D properties in After Effects Motion Graphics Templates MOGRTs

  • September 7, 2023
  • 3 replies
  • 476 views

Currently, 3D properties like position and orientation are not supported by MOGRTs. I'd like support for this.

3 replies

DaciaSaenz
Community Manager
Community Manager
September 8, 2023

Anytime! 

oh! I also should have mentioned that you can hook up a slider to the x and y props of the Orientation value as well with just a little modification of the expression. 
for x value: [value[0]+ effect("Slider Control")("Slider"),value[1], value[2]]

for y value:  [value[0],value[1]+ effect("Slider Control")("Slider"), value[2]]

- Dacia Saenz, AE & PR Engineering Teams
ArctisStudio
Known Participant
September 8, 2023

Great idea, thanks.

DaciaSaenz
Community Manager
Community Manager
September 7, 2023

Thank you for your Feature Request 🙏

As a workaround, you can use Separate Dimensions on the 3D Position and add the individual z value to the EGP without a problem. 

For Orientation, you can add an Expression Slider to the layer and use the following expression on the Orientation Param: 

 

[value[0],value[1], value[2]+effect("Slider Control")("Slider")]

 

Add the Expression Slider to the EGP and now you've got a way to control the z value of the Orientation working! 

 

Cheers,

- Dacia Saenz, AE & PR Engineering Teams