Blender: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Update state of the Addon)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Warning|The Arx Addon for Blender is in a very early state of development.<br>Most features are incomplete or don't work properly.<br>Expect bugs and <b>keep your blend files</b>}}
{{Warning|The Arx Addon for Blender is in a very early state of development.<br>Most features are incomplete or don't work properly.<br>Expect bugs and <b>keep your blend files</b>}}
= How to use =
* Download the latest snapshot [[Development_snapshots]]
* Unpack the zip file
* Copy the plugins/blender/arx_addon directory into your blender addons directory.
** [https://docs.blender.org/manual/en/dev/getting_started/installing/configuration/directories.html https://docs.blender.org/manual/en/dev/getting_started/installing/configuration/directories.html]
* Depending on your blender version, 64 or 32 bit
** 32 bit version the bin/x86/ArxIO.dll file to the arx_addon directory
** 64 bit version the bin/x64/ArxIO.dll file to the arx_addon directory
* Start blender and activate the addon in the preferences
* Unpack all pack files to a directory e.g. /home/USER/arx-data
* Set this directory in the blender addon configuration


= State of the Addon =
= State of the Addon =
* Addon is not optimized and might degrade general blender performance
* Not optimized and might degrade general blender performance
* The least incomplete/buggy part is static non animated objects
* The least incomplete/buggy part is static non animated objects


== FTL Models ==
== FTL Models ==
* Static/Fixed models mostly work for import and export
* import/export mostly works for Static/Fixed models
* Some data gets lost on import/export (Normals (TODO: expand this))
* Some data gets lost on import/export (Normals (TODO: expand this))
* Double sided faces are not properly supported
* Double sided faces are not properly supported

Latest revision as of 20:57, 30 July 2018

⚠️
The Arx Addon for Blender is in a very early state of development.
Most features are incomplete or don't work properly.
Expect bugs and keep your blend files

How to use

  • Download the latest snapshot Development_snapshots
  • Unpack the zip file
  • Copy the plugins/blender/arx_addon directory into your blender addons directory.
  • Depending on your blender version, 64 or 32 bit
    • 32 bit version the bin/x86/ArxIO.dll file to the arx_addon directory
    • 64 bit version the bin/x64/ArxIO.dll file to the arx_addon directory
  • Start blender and activate the addon in the preferences
  • Unpack all pack files to a directory e.g. /home/USER/arx-data
  • Set this directory in the blender addon configuration

State of the Addon

  • Not optimized and might degrade general blender performance
  • The least incomplete/buggy part is static non animated objects

FTL Models

  • import/export mostly works for Static/Fixed models
  • Some data gets lost on import/export (Normals (TODO: expand this))
  • Double sided faces are not properly supported
  • Materials approximating the in game look are not implemented
  • Bone import/export only partially implemented
  • Model variants, head Swapping, body swapping for armor etc is not implemented
  • Face property editing is only partially implemented

Animation

  • Only import is implemented
  • Only partially implemented
  • Animation files have to be manually matched for compatible models

Scenes

  • Only import is implemented
  • Object rotation is buggy
  • Proper object to scene linking is incomplete
  • Camera paths are not implemented