4d4a5852 / rtm_import

Blender 2.80 Addon for importing Arma 2/3 RTM files
GNU General Public License v2.0
16 stars 6 forks source link

Automatically import motion vector to armaObjProps if Arma tools are present #1

Closed Turmio closed 5 years ago

Turmio commented 7 years ago

I wrote little script to my friend. He wanted to import and export multiple rtm files. (I will create repo for that later)

After running files through import export, we noticed that motion vector was missing from new rtm files. This pull request add conditional feature to allow automatic importing.

Implementation requires at least Python 3.4. Blender's documentation does not include Python version so that why version is updated to 2.78.0 (tested with 78c). I also updated RTM Import's version so versions can be identified.

Edit: Here is proof that this works: https://www.youtube.com/watch?v=xdlyfV__w84

4d4a5852 commented 5 years ago

incorporated in #3