Commit graph

2345 commits

Author SHA1 Message Date
MoritzBrueckner 79b16f3e01 Return property name in Get Property node
Implement request from https://github.com/armory3d/armory/issues/1155
2019-06-21 14:23:04 +02:00
luboslenco 06875b963a Use std.Math 2019-06-20 11:35:20 +02:00
Lubos Lenco f0b478db94
Merge pull request #1298 from N8n5h/patch-2
hotfix, no length property on map
2019-06-18 15:49:57 +02:00
N8n5h 056afb3fc0
hotfix, no length property on map
Sorry I added that length check last minute to be sure but didn't test, it seems it doesn't have length prop, but without that check should be fine.
2019-06-18 10:47:39 -03:00
Lubos Lenco ab4fd65967
Merge pull request #1297 from N8n5h/patch-1
Add a function to find a rigidBody by their id
2019-06-18 08:19:08 +02:00
luboslenco 1ad5fd8089 Shared samplers 2019-06-18 08:17:25 +02:00
N8n5h dbcf230b2c
Add a function to find a rigidBody by their id 2019-06-17 21:45:09 -03:00
luboslenco a6656a2b65 Shared samplers 2019-06-17 17:39:44 +02:00
luboslenco 46e75c1d40 Emit --sound flag only when audio module is enabled 2019-06-14 09:38:21 +02:00
luboslenco fd7eb64b86 Specify return type 2019-06-13 14:37:40 +02:00
luboslenco f4a9cceebe Bump version date 2019-06-06 12:11:35 +02:00
Lubos Lenco 331cfd7719
Merge pull request #1290 from indokan1945/patch-1
Camera Motion Blur Pattern Fix
2019-06-06 09:54:31 +02:00
indokan1945 9cdd8a4bab
Motion Blur Pattern Fix
Same fix as the camera motion blur
2019-06-06 09:22:49 +07:00
indokan1945 c488ea6a90
Blur Pattern Fix
When you flip the y coordinate of coord in getVelocity() function, the y of the velocity vector will also get flipped. If we let this on, the result of the motion blur will be weird, creating X pattern blur rather than O pattern blur, noticeable especially when looking down/up and rotating around camera front axis. To fix this, negative the y of velocity vector manually and problem solved.
2019-06-06 09:05:44 +07:00
luboslenco 9be7287c51 More b28 changes 2019-06-03 11:29:16 +02:00
luboslenco 49c0ef017f Principled update 2019-06-03 11:04:52 +02:00
luboslenco 5e54187202 Principled update 2019-06-03 10:55:32 +02:00
unknown 36277934dc Triplanar stubs 2019-06-02 16:53:13 +02:00
luboslenco 060448e555 More dof changes 2019-05-31 14:11:39 +02:00
luboslenco 00237fdd42 Fix ssrs 2019-05-30 20:22:57 +02:00
luboslenco ae0fa5da1e Check define 2019-05-26 21:03:25 +02:00
luboslenco 585abb1b90 make_world callback 2019-05-24 15:21:22 +02:00
luboslenco bde6cfa76f Keep compatible 2019-05-24 09:34:59 +02:00
Lubos Lenco 147b9e5682
Merge pull request #1279 from Disar/master
gpu_dof.fstop  > dof.aperture_fstop
2019-05-24 09:28:33 +02:00
Sidar Talei d0893c78b4 gpu_dof > dof.aperture_fstop 2019-05-24 03:53:30 +02:00
luboslenco d4772375ef More b28 fixes 2019-05-23 11:57:00 +02:00
luboslenco 2da0e03d17 Micro shadowing 2019-05-21 21:53:57 +02:00
luboslenco 297a7b8281 b28 fixes 2019-05-20 14:32:48 +02:00
luboslenco 8b9c875a4b Fix cleanup 2019-05-20 14:25:17 +02:00
luboslenco bcdfa7b4a7 Blend and alpha test for overlays pass 2019-05-19 15:24:46 +02:00
luboslenco 9802016556 Cleanup 2019-05-19 15:23:56 +02:00
luboslenco ead174c025 Update film_transparent handling 2019-05-17 08:32:37 +02:00
unknown f9b268310d Update image node color space handling 2019-05-15 10:45:31 +02:00
luboslenco 2303bada3a Add single-data-file exporter option 2019-05-14 11:43:41 +02:00
luboslenco 796da02fc2 Triplanar fix 2019-05-12 23:34:47 +02:00
luboslenco 9d63b8e7a5 Triplanar sample 2019-05-11 18:31:50 +02:00
luboslenco 4a754e8b3a Expose khafile params 2019-05-10 18:29:59 +02:00
luboslenco e1cc308709 Ensure 2:1 ratio for radiance gen 2019-05-10 13:46:14 +02:00
luboslenco b1448e1d85 String input for Print node 2019-05-10 12:55:41 +02:00
luboslenco fc58db16af Node search works now, remove custom one 2019-05-10 12:43:51 +02:00
Lubos Lenco 4fd7451e19
Merge pull request #1271 from zaethan/master
small fix for rotate around axis node
2019-05-09 22:42:04 +02:00
Yannik Böttcher 7305110881 rearrange code to fix an issue with published html5 2019-05-09 21:11:10 +02:00
luboslenco 2eec77d434 Update labels 2019-05-07 09:54:10 +02:00
luboslenco af416c0a18 Detect vscode binary 2019-05-07 09:36:37 +02:00
Lubos Lenco 129b04f365
Merge pull request #1266 from zaethan/master
expose rotation around axis in nodes
2019-05-06 21:41:42 +02:00
Yannik Böttcher f00fdb4708 expose rotation around axis in nodes 2019-05-06 19:27:52 +02:00
luboslenco 85a325f082 Configurable KodeStudio path 2019-05-05 22:39:05 +02:00
luboslenco c73ae380cb Merge branch 'master' of https://github.com/armory3d/armory 2019-05-05 17:38:01 +02:00
luboslenco 0b5a9588d8 Move addon file to armsdk repo 2019-05-05 17:33:01 +02:00
luboslenco e3c4a9855d Show date-based version 2019-05-05 17:24:29 +02:00