70/V9
70/V9
https://github.com/abe33/atom-pigments/blob/916b836ae155f2f060bb9c36b3b18e2a383e9813/styles/pigments.less#L370 I think it is preferable to use the default font size (specified by user in editor settings), but this property overrides it.
https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/
https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/
For whatever this could be helpful (eg: auto generation of manifest permission field)
IES textures are applied to every light in all scenes, not just the one it is set for. Also if you remove the texture from one light, it is removed...
Passing basic command line options to the web browser would make the html5 player look like the krom player and allow to set other, probably handy, parameters. A problem here...
Following the discussion at #2291 i've created a [haxe macro](https://github.com/tong/armory/blob/macro-trait-parser/Sources/armory/macro/Build.hx) which writes trait information json format to stdout. The idea is to replace the current (python) @prop parser, which would...
Commented out trait properties are still recognized by the trait parser. ```haxe //@prop var a = 23; /* @prop var b = 23; */ ```
Is there a roadmap/strategy for blender3 support? Here https://github.com/tong/armory/tree/blender3 would be a branch which allows to build, at least, an empty project with b3.
Imho crypto methods provided by nodejs should be used instead of the haxe(js) implementation. I guess they are faster and probably less error prone. For haxe.crypto.Md5 this would look like:...