Commit Graph

4069 Commits (master)

Author SHA1 Message Date
Lubos Lenco 3335434166
Merge pull request #2433 from MoritzBrueckner/io-nodes-documentation
Add detailed documentation for read/write json/file/storage nodes
2022-01-26 15:37:13 +01:00
Lubos Lenco 8bf8ca00d1
Merge pull request #2431 from t3du/master
Lights - Add nodes to control spot and area size, and spot blend
2022-01-26 15:35:35 +01:00
Moritz Brückner dacea7e03e Node documentation: use narrow lists in Github wiki 2022-01-23 01:02:06 +01:00
Moritz Brückner b2080a1db1 Add detailed documentation for read/write json/file/storage nodes 2022-01-23 01:01:27 +01:00
Lubos Lenco 42910707a2
Merge pull request #2430 from MoritzBrueckner/node-development-panel
New sidebar panel to ease logic node development
2022-01-22 15:45:32 +01:00
t3du f66586fb36
Add files via upload 2022-01-21 11:04:18 -03:00
Moritz Brückner f67dc11e0f Fix node tooltip 2022-01-21 15:00:12 +01:00
t3du 8f5f07d082
Add files via upload 2022-01-21 10:57:52 -03:00
t3du 1da46b69c6
Add files via upload 2022-01-21 10:56:54 -03:00
Moritz Brückner 3ecc987755 Improve ReplaceNodes operator label and description 2022-01-21 14:45:17 +01:00
Moritz Brückner dd308082bf New sidebar panel to ease logic node development 2022-01-21 14:40:26 +01:00
Lubos Lenco 10c812082b
Merge pull request #2429 from t3du/master
Array - ArraySampleNode and ArrayShuffleNode
2022-01-21 12:05:43 +01:00
t3du 55a47ba544
description 2022-01-20 13:42:51 -03:00
t3du d4456dacb6
description 2022-01-20 13:40:09 -03:00
t3du 9eaf9fe90f
nodes for array sample and shuffle 2022-01-20 13:38:01 -03:00
t3du 490761d420
logic for sample and shuffle in array 2022-01-20 13:36:58 -03:00
Lubos Lenco d02423d353
Merge pull request #2427 from t3du/master
Alternate Output - alternate outputs with several outputs
2022-01-19 21:48:39 +01:00
t3du 7751f603da
alternate outputs logic 2022-01-17 08:58:30 -03:00
t3du 4de625e724
add button for alternate outputs 2022-01-17 08:56:29 -03:00
Lubos Lenco 41bec6823b
Merge pull request #2422 from tong/export-speaker-distance-fields
Export speaker distance fields
2022-01-17 12:02:06 +01:00
Lubos Lenco 8fa4009c96
Merge pull request #2426 from t3du/master
fix NavigableLocationNode error
2022-01-17 11:49:25 +01:00
Lubos Lenco 5a7d41e397
Merge pull request #2425 from Naxela/master
Update lightmapper to v0.6
2022-01-15 12:37:28 +01:00
t3du 615bf38013
fix node error not finding the navmesh
delete the notifying function causing the error not finding the navmesh at init, add assert error to verify navmesh exists
2022-01-13 22:52:21 -03:00
Alexander Kleemann 3ab8b81d66 Update lightmapper to v0.6 2022-01-13 18:59:25 +01:00
Lubos Lenco b36692fc27
Merge pull request #2423 from t3du/master
add Gamepad Sticks node
2022-01-13 14:42:14 +01:00
Lubos Lenco f775305b64
Merge pull request #2421 from MoritzBrueckner/fix-is-transluc-type
Fix is_transluc_type(): do not activate translucency with Principled BSDF emission strength
2022-01-12 13:03:59 +01:00
t3du d7f3371843
add gamepad sticks node 2022-01-11 16:46:13 -03:00
t3du 39d781f183
add gamepad sticks logic 2022-01-11 16:45:27 -03:00
tong cf6a8a484d Export speaker distance fields 2022-01-11 18:43:54 +01:00
Lubos Lenco 93ec6fcbce
Merge pull request #2420 from t3du/master
Get Gamepad Started - fix node input
2022-01-11 15:56:34 +01:00
Lubos Lenco d97a4f9524
Merge pull request #2419 from QuantumCoderQC/retain-node
Retain Value Node, Float Delta Interpolation Node
2022-01-11 15:56:04 +01:00
Moritz Brückner 47762e42d5 Fix is_transluc_type(): do not activate translucency with Principled BSDF emission strength 2022-01-11 14:33:12 +01:00
t3du 01f0c12018
fix node input
this node is not working because gamepad is input 1 not 0
2022-01-10 09:51:25 -03:00
Lubos Lenco edec5c2c36
Merge pull request #2418 from t3du/master
Math node - add precision for round
2022-01-10 12:18:22 +01:00
QuantumCoderQC f28b0ad044 cleanup documentation 2022-01-09 16:06:12 +01:00
QuantumCoderQC 5fa78e4a0e calculate sign for absolute rate 2022-01-08 22:49:09 +01:00
QuantumCoderQC ed09afcb1d implement float delta interpolation node 2022-01-08 22:49:09 +01:00
QuantumCoderQC 3fc5f69978 implement retain value node 2022-01-08 22:49:09 +01:00
t3du ab1e1bc4e3
fix else condition 2022-01-08 14:19:00 -03:00
t3du cecece55dc
add function for round with precision 2022-01-08 12:01:11 -03:00
t3du f3e1ac658b
add precision for decimal places in round 2022-01-08 11:59:05 -03:00
Lubos Lenco d0489332d6
Merge pull request #2416 from t3du/master
add and remove objects from collections
2022-01-08 12:14:48 +01:00
t3du 0d60d71e7f
Update RemoveObjectFromGroupNode.hx 2022-01-06 09:32:58 -03:00
t3du cda516a9e9
Update AddObjectToGroupNode.hx 2022-01-06 09:32:38 -03:00
t3du b423cfabed
add logic node for add and remove objects in collections 2022-01-04 17:01:41 -03:00
t3du f599872fc3
add objects to the logic 2022-01-04 16:59:49 -03:00
t3du eabff69c4b
Add files via upload 2022-01-04 16:57:01 -03:00
t3du 6810927b92
add array object socket
incorporate the functionality for adding objects when creating a collection
2022-01-04 16:54:03 -03:00
Lubos Lenco 86ad8b3785 Bump version 2022-01-03 11:30:46 +01:00
Lubos Lenco e597f13114
Merge pull request #2414 from MoritzBrueckner/fix-set-rotation-node
Fix SetRotationNode: don't change rotation of previous objects
2022-01-01 17:35:18 +01:00