[Armory Digest] - March 2020

Armory Digested - March 2020

Welcome to the latest edition of the Armory Digested. Chewing the changes for you, so you don’t have to dig source code


What is this?

I’ve been thinking a bit about that it’s been quiet on the forums, and that people have begun wondering if the engine is dead. At first glance, it might seem like there isn’t happening much - Especially if you just happened to smack down into the forums here, maybe comparing it to other engines, and finding out that the last release note is from september last year. Maybe you’ll even begin to think the engine and/or it’s community is dead, but while it might not seem like a lot of stuff happens, it’s a small but growing community.

Another part of it, is that it’s largely a one-man project as of now, covering everything from development (Armory/Iron), bug-fixing, documentation and social-media - But being an open-source project where everyone is free to participte it doesn’t necessarily have to be that way. Everyone is welcome to chip in, whether with development, documentation, showcasing features or in this case a brief roundup of what’s happening in the Armory community.


News

  • Armory2020 Plans - (https://github.com/armory3d/armory/issues/1545) - These plans covers moving on to the newer Graphics5 (G5) API in Kinc, implementing raytracing in dynamic scenes, move low-level parts from Haxe to C for better multithreading and performance. You will still be able to write your traits in Haxe. Web-deployment (HTML5) will also still be supported.

  • Armorpaint now running on Android through Kinc+Krom. Progress with this also means progress for Armory3D and the engines capabilities on the Android platform.

  • Armorpaint awarded a well-deserved megagrant from Epic Games.


Armory3D Changes (Since 2020.1)

This section only covers changes from january. For an overview of features since 0.5, see the section at the bottom.

  • GetWorld node - Gives you a vector based on the world transform.

  • Trait detail view for the debug console - Now shows a tree view outliner, and lists the traits connected to the selected object.

  • Postprocessing nodes - Now allows for realtime editing of postprocessing values, such as bloom, SSR, ambient occlusion and also includes a large set of colorgrading options.

  • Canvas Font size
  • Exported asset names for trait properties
  • getCanvas() function for canvasScript
  • Better property recognition
  • Better handling for duplicate objects
  • Exposed postprocessing uniforms
  • Plenty of fixes

See the commits here

Contributors:

  • Lubos, MoritzBrueckner, BlackGoku36, N8n5h, Sandy1000, Blackno666, Sanva, philipmduarte, Naxela

Armorpaint Changes (Since 0.7)

  • Cached UI draws
  • Zoom operators
  • Improved material export
  • Greyscale mask
  • Browser
  • Opacity painting
  • Support for network paths
  • UV map of selected objects
  • Layer groups, can be saved and drag-reordered
  • Material preview in browser
  • Stubs for exporting mesh (.obj) with displacement
  • Improved pen radius scaling
  • Copyable text
  • Improved touch input
  • Base layer masking and improved handling
  • Raytrace builder
  • Raytracing depth of field
  • Alpha channel export
  • Vertex color bakes
  • macOS builds are signed
  • Vertex color support
  • Configuration saving
  • Configuration initialization improved
  • And more!

See the commits here

See the release notes here


Community Updates

  • Did you read this months brand new Armory digest? Read it on the Armory forum!
  • Alternatively you can read them on Github as they’re being compiled
  • Want help write or want to showcase something you’ve made? Feel absolutely free to contribute
    here
  • Not the best writer? Don’t worry, we’ll fix your text before published on the forum
  • Or better yet, discuss and make new threads about things you find interesting related to Armory!

Featured example

This months random example in focus

file_write is an example that shows you how to write files from Krom. The way it works is that it converts a json object to bytes, and saves that information to a file in a specified location.
This example shows you one of the various ways to save your game data to a file.


Featured tutorial


Showcase spotlights

  • m_entent has progress on Grease pencil (Screencap from Discord)


Support Armory and the ecosystem

Visit the discord




Changes between Armory 0.5 and Armory 2020

A lot of stuff has happened with Armory. Since the last officially announced Armory release there’s been a whopping 800+ commits to the Armory repo since version 0.5 with just about 35,000 lines of codes changed (additions and deletions)! That’s a lot!

Bigger features:

Armory now comes as a Blender addon

Armory is now mainly a Blender 2.8 addon rathar than a fully packaged solution. This allows you to use whatever flavor of Blender (such as the fasterE-Cycles if you do a lot of texture baking). Installation is as easy as ever:

Voxel AO instead of Voxel GI - Voxel GI will be reworked into raytracing

A few users might have noticed that using Voxels as a way of doing Global Illumination have now been removed. Instead, focus will now be put on implementing raytracing technologies into Armory. This is currently being tested out in Armorpaint (Check out the DXR releases).

In the meantime, Voxel for Ambient Occlusion will still be available as a solution for achieving great ambient shadows.

New water, weather and terrain

While the old water and clouds looked great, the new systems looks even better! An overhaul of the weather system, that includes better water management, water refraction and cloud radiance has been implemented to make your nature scenes even better. On top of that, the new terrain system uses heightmaps, sectors and streaming while still working with physics.

Krom patching

As a result of the default way of providing Armory builds is SDK releases, this means the Blender builds with the integrated V8/Node based viewports aren’t there anymore. Instead, the default way of getting real-time output is by turning on Krom Live Patching. This provides the separate Krom window with realtime changes.

Eye adaption

Eye adaption / Auto-exposure with histogram have been reworked, and now allows the exposure to transition gradually to the light-settings of various environments.

Haxe compilation server

By default, Armory now uses a multi-threaded Haxe-based compilation server in the never ending quest for more speed!

Clustered rendering

More performance is good performance! - With the introduction of recent shader models and improved rendering possibilities, Clustered shading/rendering is a way of providing fast high-fidelity graphics.

Reflection Probes and Planes

Work on realtime reflection probes and plane have been done. Reflection Probes and Reflection Planes allows for much higher quality reflection than what Screen-Space Reflections can provide, and at all angles even outside the screen-space.

New examples and templates:

  • All reworked into B.28
  • Third person terrain
  • Race Track
  • Platformer
  • Mesh Import
  • Basic Terrain
  • Volumetric
  • Render to Texture
  • Spawn from Scene

Git-wise features:

  • Exposed draw-order
  • Asset destination
  • Shader parameters
  • Geometry Backfacing socket
  • Khamake threads
  • Soft Body solver iterations
  • Reflection planes
  • Reflection probes
  • Debug tilde key
  • Spawn object node
  • CallFunction => CallHaxe => CallFunction (Can now call functions as well) :: Node functions!
  • CallStaticFunction => CallHaxeStaticNode
  • Parse color writes
  • Fixes to onTimer node
  • Canvas SetLocation Node
  • Runtime Shader Generation
  • Allow arbitrary node categories
  • Logic nodes sorted alphabetically
  • Gravity toggle node
  • Support for Continuous Collision Detection for Rigid Bodies
  • Shadow Cubemap exposed
  • Colorspace are now read (SRGB and Non-Color)
  • Runtime configurations
  • Error when sockets don’t match
  • Set Camera Node
  • Export Mobile flag
  • Physics ApplyTorque node
  • Targa Alpha support (internal conversion)
  • Trait props used in favor of parameters
  • Trait panel has icons!
  • Support for multiple material parameters
  • Read file/Read JSON and Write file/Write JSON nodes
  • Blend and Discard for forward solid
  • Billboard for forward solid
  • Tilesheet for forward solid
  • Renderpath search and renderpath popup
  • Shadow Cubemap bias
  • Props can now be set
  • Clustered rendering (Deferred and Forward)
  • Ray Cast has hit normal socket
  • Faster shadow sampling
  • Voxel Ambient Occlusion support for HLSL
  • Threaded path for shader compilation
  • Hashlink (HL/C) support
  • HTML WebGL2 Support
  • Custom target support?
  • General speed overhaul
  • Physics Rigid Body On Contact node
  • More Shadow Cubemap props exposed
  • Improved light sampling
  • Fast Exporter
  • Fixed logic node search
  • New B.28 caching
  • Krom patching instead of builds with viewport
  • Project Panels
  • Individual light shadow toggle
  • B.28 collections support (Replaces groups)
  • Armory terrain support
  • Terrain physics trait
  • Exporter takes gravity field weights into account (Custom gravity direction)
  • Improved movie handling (Still only HTML5)
  • SSR for forward path
  • Voxel AO Shadows
  • Attenuation for area lights
  • Haxe compilation server (On by default now!)
  • Volumetric clustered support
  • Exposed VoxelAO Shadow Cone aperture
  • Resize for HTML5 target
  • Canvas Get and Set slider nodes!
  • Exposed vignette strength!
  • Expanded material blending panel
  • In Array node
  • Dynamic Voxel Allocation
  • Translate node has local axis option!
  • Material existance check
  • Raytracing DirectX Compiler
  • Histogram/Autoexposure/EyeAdaption support
  • Cloud radiance
  • Reworked water data
  • Water refraction
  • Reworked world settings (Better water and clouds!)
  • Deprecated node replacement on project clean
  • RotateObjectAroundAxis node
  • Khafile parameter is now exposed
  • Automatic radiance generator scaling
  • Single-Data-File exporter option
  • Updated film transparent support
  • Armory uses Color management exposure rather than film exposure
  • Blend and Alpha testing for overlays
  • Micro Shadowing support
  • Updated math node

The above list is incomplete, and only some a described/illustrated. Feel free to comment about missing features on this list, provide examples/images of the features below

EDIT - I hope the image links works now… - I hope you like the little overview

21 Likes

Wow! Amazing work. :+1:

1 Like

This is great!:clap::clap::clap:

PS: I am going to contribute with something in a few weeks, this thread really makes me happy after all the hard work I have invested in my project.

5 Likes

Really nice, it’s all I wished. I tried to look at the source code to track changes over versions, but it was the hard way.
Thanks :partying_face:

Great and positive initiative, thanks Naxela !

Hey thanks so much. Really appreciate this effort. I am not a programmer and I only a little bit of know working with github. Ever since the 0.5 release notes, I’m pretty clueless to the updates made to the engine. This digest feels a lot like Epic Games’s UE4 release notes. Really helpful!

Awesome keep up the great work! I’d really love to move my little simulator into Armory but last I tried the physics were not performing all that reliably. I had literal tests to refer to from my BGE project that only I can launch lol. The physics work great in BGE and it was something to do with turning up physics sub-steps. CCD settings had no noticeable affect.

Awesome!
I’v made a basic FPS game from scratch with 2101 SDK, going to work on NavMesh, GUI, ragdoll and tune tilesheets bullet impact effects. Although there are some problems to keep up the updating of Blender, Armory still the one and the only that is able to produce HTML5 works, that’s something huge to us!

2 Likes

Круто! Очень не хватало такого формата!

Cool! I really missed this format!

1 Like