Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

3D properties in After Effects Motion Graphics Templates MOGRTs

Explorer ,
Sep 07, 2023 Sep 07, 2023

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

Screenshot 2023-09-07 164210.png

Idea Acknowledged
TOPICS
Compositing and VFX , Workflow
436
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , Sep 07, 2023 Sep 07, 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,

Status Acknowledged
Translate
3 Comments
Adobe Employee ,
Sep 07, 2023 Sep 07, 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
Status Acknowledged
Translate
Report
Explorer ,
Sep 08, 2023 Sep 08, 2023

Great idea, thanks.

Translate
Report
Adobe Employee ,
Sep 08, 2023 Sep 08, 2023
LATEST

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
Translate
Report