Build 2 is out!

It has been over a week of the first ever Armory testing and the amount of feedback is staggering. Tons and tons of bugs were reported - thank you! Seeing all the different Armory use-cases that one would never think of is fantastic.

Build 2 is out to address some of the top issues. And maybe bring a new bug or two, as it usually goes. Everything is still broken but at times it can already get super fun to just mess around. :slight_smile:

The download is available on itch as before. I will keep sending the keys during the weekend to everyone who supported the project (if nothing explodes).

Store page to purchase Armory is now also public. However, get it only if you wish to support the project development. No production ready yet!

Getting started:
http://armory3d.org/manual/getting_started/setup.html


Fixes:

  • All texture formats that Blender can read are now supported. Armory will do conversion internally.
  • Fixed textures on Windows.
  • Fixed environment maps on Windows and Linux.
  • Fixed Python error when loading scenes.
  • Scene with no lamps now renders.
  • Fixed shader error when setting roughness strength of Armory PBR.
  • Fixed Edit Traits button on Windows and Linux.
  • Fixed instanced rendering.
  • Migrated manual to GitBook, no more tiny images.
  • Play in Viewport no longer freezes on Linux. Still not recommended to use it, there are issues embedding a player with X11. No statically linked libraries or GPU Cycles yet.
  • Meshes will properly display new modifiers. If modifier was already in place and properties were changed, it may be still needed to hit ā€˜Invalidate Cacheā€™.

Additions:

  • Loading progress bar will show up in scenes built with Publish button.
  • Anisotropic texture filtering enabled by default.
  • Support Image node connected to background in world nodes (for static backgrounds).
  • Support Image node connected to emission in lamp nodes (textured lamp emission).
  • Added support for Object data - Cycles Settings - Ray visibility - Camera/Shadow.

Experimental:


On to the more bug hunting & docs! :grin:

If i buy this i will receive all future free

Downloading now, thanks for the heads up!

The last time I was looking at the situation that was true you would receive all future releases free. I donā€™t think that has changed.

For point lamps use cubemaps for shaows. Thatā€™s what other engines like UE4, Cryengine V etc. do. Or you could also try adding raytrace shadows. Thatā€™d add a big improvement, but would be more performance expensive(especially for softened shadows). Of course, you will know it better than me so all I can do is suggest :slight_smile:

1 Like

Heh, let me just add this one line of shader code hereā€¦ :stuck_out_tongue:

  • Does it integrate well with existing features
  • How many additional shader variations will it add
  • Will it cause shader instructions even when the feature is not enabled
  • What is the minimal Android/iOS/ā€¦ version required
  • Are required features implemented in Kha/Kore for needed APIs
  • Will the proposed solution work across all graphics APIs
  • Does WebGL support depth-only framebuffers for cubemaps
  • Does shader compiler correctly handle required functionality
  • How well would layered rendering in geometry shader perform
  • Is geometry culling effective when drawing shadow maps
  • Is the output matching Cycles
  • How is it performing
  • God knows what else goes wrongā€¦ :slight_smile:

aah, that is the sound of progress. Not a man thinking for a second and then writing something done but rather one bashing his head into the desk yelling, ā€œWhy wonā€™t this work!ā€ until it finally does.

1 Like

Now we wait for build 3

Now we wait for build 3. Though, I do wish that my bug fixes get through in this one. I really havenā€™t been able to do the full blown testing yet and this is rather disappointing for me. Iā€™ll just have to settle for bug fixes until then.

Please, wait for the final version, getting people disappointed is something I want to prevent. Do not waste your time on preview builds if you have expectations.

The preview is aimed only to aid in testing/support, I can not stress enough this is not a production ready software. All this is about is gathering a small pack of people who want to lend a hand in development.

1 Like

I knew this already. This is the kind of program that the term ā€œbleeding edgeā€ was meant for. Iā€™m using the term disappointment loosely. You are doing just fine and I already completely understood that these builds were just for testing. Iā€™m ā€œdisappointedā€ that I canā€™t get in further to test the features beyond the installation. I was already heavily warned that this would be the case so it isnā€™t like I hadnā€™t already agreed to this. Just keep on chugging along and Iā€™ll do the same to submit bug reports.

How can i build armory from source? Maybe thats a stupid question but iā€™ve no experience with haxe :slight_smile:

Hi!

Basically there is nothing to build, apart from Blender if one needs the built-in player. The SDK servers as a package with everything included and prepared to work, and also as a way to fund the project while it gains maturity and more people willing to support it.:slight_smile:

There is a page on how to jump to latest versions, but that is likely to be even less stable than currently fragile preview builds. Let me know in case of issues.