Commit graph

3124 commits

Author SHA1 Message Date
QuantumCoderQC
14a8d8698f Spoort for displacement in instanced objects 2020-09-08 00:26:44 +02:00
QuantumCoderQC
cc35b01684 Add getGravity method. Fix getGravity logic node. 2020-09-07 22:11:03 +02:00
Moritz Brückner
2babf2f97b Alphabeticallysort nodes in node sections 2020-09-07 20:36:30 +02:00
Moritz Brückner
b31c151cf3 Add possibility to use the module name as the node category 2020-09-07 19:15:39 +02:00
Moritz Brückner
430053bfb2 Remove unused debug print 2020-09-07 19:15:07 +02:00
knowledgenude
2438995069
Update SetActivationStateNode.hx 2020-09-07 11:01:27 -03:00
knowledgenude
6c723eb9c7
Update SetFrictionNode.hx 2020-09-07 11:00:23 -03:00
knowledgenude
2aedf8256e
Update RemovePhysicsNode.hx 2020-09-07 10:59:31 -03:00
knowledgenude
b8ccf404e5
Remove rigid body verification 2020-09-07 10:57:39 -03:00
Moritz Brückner
a5a15e472b Fix unregistering of categories 2020-09-07 01:26:31 +02:00
Moritz Brückner
14bd60d3f4 Fix docstring format 2020-09-07 01:15:12 +02:00
Moritz Brückner
b248f2c8e8 Move socket classes to own module and remove now obsolete eye drop operator 2020-09-07 01:13:00 +02:00
Moritz Brückner
dfb0c566c7 Fix missing add node menu registering 2020-09-07 01:10:43 +02:00
Moritz Brückner
74efd5df80 Add custom node search operator 2020-09-07 00:54:52 +02:00
Moritz Brückner
16d8df73b2 Implement custom node menu 2020-09-07 00:40:54 +02:00
Moritz Brückner
05c0a201ad Fix missing import 2020-09-07 00:33:46 +02:00
Moritz Brückner
f8376e877f Fix register_node() for internal nodes 2020-09-07 00:33:31 +02:00
Moritz Brückner
153594985b Rename node_class -> node_type 2020-09-07 00:33:16 +02:00
Moritz Brückner
6c43fb9289 Whitespace and other small cleanups 2020-09-07 00:08:51 +02:00
Moritz Brückner
07817fed54 Add new node/category API 2020-09-07 00:06:41 +02:00
knowledgenude
974ad7cb36
Improve Set Activation node 2020-09-06 15:11:22 -03:00
knowledgenude
193c712bf4
Improve Set Activation Node 2020-09-06 15:10:51 -03:00
knowledgenude
37bd828784
Delete physics_sync_transform.py 2020-09-06 15:10:22 -03:00
knowledgenude
1c7b6c4c94
Delete SyncTransformNode.hx 2020-09-06 15:09:55 -03:00
knowledgenude
2ecb8fef39
Update SetActivationStateNode.hx 2020-09-06 12:46:10 -03:00
knowledgenude
32ee67e1db
Update SetActivationStateNode.hx 2020-09-06 11:08:18 -03:00
knowledgenude
42ab00b6ef
RemovePhysicsNode.hx 2020-09-06 10:50:27 -03:00
knowledgenude
72ee4da37d
physics_remove_physics.py 2020-09-06 10:50:03 -03:00
knowledgenude
0622b89c61
Delete physics_remove_from_world.py 2020-09-06 10:44:59 -03:00
knowledgenude
1ab9681712
Delete RemoveFromWorldNode.hx 2020-09-06 10:44:12 -03:00
knowledgenude
6e824580b9
Set Friction node .py 2020-09-05 18:05:35 -03:00
knowledgenude
b1e09b6dc4
Set Friction Node and fix Ray Cast mask
Ray Cast node was not considering masks: https://github.com/armory3d/armory/issues/1780
2020-09-05 18:05:03 -03:00
knowledgenude
b9fc172691
Fix crashes when object don't have rigid body 2020-09-05 12:27:29 -03:00
knowledgenude
042be35f06
+3 physics nodes 2020-09-05 10:31:28 -03:00
knowledgenude
dc1ae7aece
+3 physics nodes 2020-09-05 10:30:55 -03:00
Lubos Lenco
5c1b55d221
Merge pull request #1839 from niacdoial/master
fixed a backwards compatibility problem with a node from before armory 2020.09
2020-09-05 10:39:41 +02:00
Lubos Lenco
f86491000c
Merge pull request #1838 from knowledgenude/master
Fix rigid bodies continuing to move when parented
2020-09-05 09:59:14 +02:00
knowledgenude
b178655487
Fix rigid bodies continuing to move when parented
This fixes one more bug from here: https://github.com/armory3d/armory/issues/1830

I don't know if this is a correct fix, but solved a problem for me.

One last bug that stills is the rigid body in "random" places when parented. To fix this, when the rigid body (no matter if active or passive) is parented, it must have Animated checkbox checked. I don't know how to do this. This will solve all problems related to it, except the "Keep Transform" unchecked one.
2020-09-04 20:50:46 -03:00
Lubos Lenco
86ebf8ef05
Merge pull request #1834 from MoritzBrueckner/spawn-collection
Add SpawnCollection node
2020-09-04 10:08:38 +02:00
Lubos Lenco
728706e7f5
Merge pull request #1836 from MoritzBrueckner/set-camera-nodes
Rename camera nodes (no longer duplicate names)
2020-09-04 09:38:37 +02:00
Lubos Lenco
e00a625b6f
Merge pull request #1833 from QuantumCoderQC/master
Apply tansform for RigidBody if Keep Transform
2020-09-04 09:37:21 +02:00
Moritz Brückner
a344209a79 Small format improvement 2020-09-03 22:50:35 +02:00
Moritz Brückner
720967c5d5 Remove duplicate naming from camera nodes 2020-09-03 22:50:02 +02:00
Moritz Brückner
1dbbc05557 Add SpawnCollection node 2020-09-03 18:53:19 +02:00
Moritz Brückner
5429a56e7a Fix logic node export of None type properties 2020-09-03 18:49:23 +02:00
niacdoial
8d6f44a34c fixed a backwards compatibility problem with armory < 2020.09 (pre-17daabeb29dfb0a5cc8b4bef840b02b9f83f409d to be exact)
(in that that commit, I tried to make so the new code could use pre-existing nodes without problem, but it seems I partially failed)
2020-09-03 18:18:57 +02:00
QuantumCoderQC
87ab504a61 Apply tansform for RigidBody if Keep Transform 2020-09-03 15:14:01 +02:00
Lubos Lenco
cee7935093
Merge pull request #1828 from Naxela/master
Fix for OpenCV installation
2020-09-01 18:14:57 +02:00
Alexander
ea5219e67d Fix for OpenCV installation 2020-09-01 18:06:35 +02:00
luboslenco
03077030f0 Bump version 2020-09-01 10:46:54 +02:00