Blender to After Effects Position Issue with Odd Dimension #86870

Closed
opened 2021-03-24 05:03:28 +01:00 by Ryota · 8 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89

Blender Version
Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: blender/blender@02948a2cab
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Export: Adobe After Effects (.jsx) (0, 0, 68)
Author: Bartek Skorupa

Short description of error
Blender to After Effects works with standard dimensions like 1920x1080.
However, when trying to export with vertical dimensions (1080x1920). the position of the empties gets offset.

box test result.png

box test result 1.png

Exact steps for others to reproduce the error

  • Set the render dimension to 1080x1920,
  • create a few empties
  • export them with camera.
  • Import the .jsx into After Effects along with a rendered frame.
  • Compare the results.

As a temporary work-around, it is still possible to export the .jsx with 1920x1080 dimension and bring the camera and nulls into the 1080x1920 comp and match up the positions.

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89 **Blender Version** Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: `blender/blender@02948a2cab` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Export: Adobe After Effects (.jsx) (0, 0, 68) Author: Bartek Skorupa **Short description of error** Blender to After Effects works with standard dimensions like 1920x1080. However, when trying to export with vertical dimensions (1080x1920). the position of the empties gets offset. ![box test result.png](https://archive.blender.org/developer/F9906486/box_test_result.png) ![box test result 1.png](https://archive.blender.org/developer/F9906485/box_test_result_1.png) **Exact steps for others to reproduce the error** - Set the render dimension to 1080x1920, - create a few empties - export them with camera. - Import the .jsx into After Effects along with a rendered frame. - Compare the results. As a temporary work-around, it is still possible to export the .jsx with 1920x1080 dimension and bring the camera and nulls into the 1080x1920 comp and match up the positions.
Author

Added subscriber: @syn-crow

Added subscriber: @syn-crow
Member

Added subscriber: @pioverfour

Added subscriber: @pioverfour
Member

Added subscriber: @OmarEmaraDev

Added subscriber: @OmarEmaraDev
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

I am not familiar with and don't have AE to test, but does the exported camera location make a difference?
For the horizontal, I get:

_Empty.property("position").setValue([860.000000,440.000000,-100.000000],);
_Camera.property("position").setValue([1695.889149,44.169083,-692.579079],);

And for the vertical, I get

_Empty.property("position").setValue([440.000000,860.000000,-100.000000],);
_Camera.property("position").setValue([1275.889149,464.169083,-692.579079],);

So the camera location changed, and I am trying to figure out if this is relevant to this issue.

I am not familiar with and don't have AE to test, but does the exported camera location make a difference? For the horizontal, I get: ``` _Empty.property("position").setValue([860.000000,440.000000,-100.000000],); _Camera.property("position").setValue([1695.889149,44.169083,-692.579079],); ``` And for the vertical, I get ``` _Empty.property("position").setValue([440.000000,860.000000,-100.000000],); _Camera.property("position").setValue([1275.889149,464.169083,-692.579079],); ``` So the camera location changed, and I am trying to figure out if this is relevant to this issue.
Member

Hello @syn-crow, it looks like you're using version 0.0.68. The latest version fixed a bug very similar to what you're seeing. Can you try downloading the latest version?

Hello @syn-crow, it looks like you're using version 0.0.68. The latest version fixed a bug [very similar](https:*blenderartists.org/t/blender-2-8-to-after-effects-exporter/1161382/28) to what you're seeing. Can you try downloading [the latest version](https:*developer.blender.org/diffusion/BAC/browse/master/io_export_after_effects.py)?
Member

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Member

I will consider this fixed for now, if the issue ever came up again, we can look into it then.

I will consider this fixed for now, if the issue ever came up again, we can look into it then.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#86870
No description provided.