Unreal Engine 5 Tutorial - Blender Exporter - Instanced Static Mesh Exporter [2/4]

Published: 08 November 2022
on channel: renderBucket
8,794
206

This multi-part video will also go over how to create a instance/object position exporter from Maya or Blender with Python. And how to write a Loader in Unreal 5 with Blueprints to read in those exported files from Blender or Maya.

Corrections:
rotate_euler.x y z will return radians and should be converted to degrees. This is done below in the following code adjustments.

1. Add "import math" at the top of the code.
2. Change data.append(obj.rotation_euler.x) to data.append(math.degrees(obj.rotation_euler.x))
3. Repeat that change for y and z as well.

Thank you to the viewers for catching this error in the comments below.

Patreon:
  / renderbucket  

Discord:
  / discord  


Watch video Unreal Engine 5 Tutorial - Blender Exporter - Instanced Static Mesh Exporter [2/4] online without registration, duration hours minute second in high quality. This video was added by user renderBucket 08 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,794 once and liked it 206 people.