Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

3D properties in After Effects Motion Graphics Templates MOGRTs

Explorador ,
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 Confirmado
TEMAS
Composición y VFX , Flujo de trabajo
440
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines

correct answers 1 respuesta fijada

Empleado de Adobe , 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,

Estado Confirmado
Traducir
3 Comentarios
Empleado de Adobe ,
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
Estado Confirmado
Traducir
Informe
Explorador ,
Sep 08, 2023 Sep 08, 2023

Great idea, thanks.

Traducir
Informe
Empleado de Adobe ,
Sep 08, 2023 Sep 08, 2023
MÁS RECIENTES

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
Traducir
Informe