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

Опубликовано: 08 Ноябрь 2022
на канале: 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  


Смотрите видео Unreal Engine 5 Tutorial - Blender Exporter - Instanced Static Mesh Exporter [2/4] онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь renderBucket 08 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 8,794 раз и оно понравилось 206 людям.