Commit graph

39 commits

Author SHA1 Message Date
Moritz Brückner 3ea181fc37 Fix operator call 2020-09-09 20:30:49 +02:00
Moritz Brückner 179fdcf17c Show bl_description or docstring when hovering over nodes in the menu 2020-09-09 00:25:10 +02:00
Moritz Brückner bfa23a9d6a Don't register internal nodes again 2020-09-08 17:03:56 +02:00
Moritz Brückner 2babf2f97b Alphabeticallysort nodes in node sections 2020-09-07 20:36:30 +02:00
Moritz Brückner a5a15e472b Fix unregistering of categories 2020-09-07 01:26:31 +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 6c43fb9289 Whitespace and other small cleanups 2020-09-07 00:08:51 +02:00
Simonrazer fc0cce489b
remove unnecessary property 2020-07-25 20:49:41 +02:00
Simonrazer 06a6324002
typos 2020-07-25 15:13:44 +02:00
Simonrazer 66d7b1c954
Update nodes_logic.py 2020-07-25 15:09:22 +02:00
tong a91cf665e7 Add missing import 2020-06-25 12:14:57 +02:00
Moritz Brückner 85a9340764 Add reroutes and frames to add node menu 2020-06-18 14:15:34 +02:00
luboslenco 410230b65f Remove deprecated nodes 2019-09-06 18:48:21 +02:00
luboslenco fc58db16af Node search works now, remove custom one 2019-05-10 12:43:51 +02:00
luboslenco d7cbc022e8 Replace nodes on project update 2019-05-01 11:04:15 +02:00
Yannik Böttcher 65148dfa67 added property mapping and mapping of unconnected inputs 2019-05-01 00:46:41 +02:00
Yannik Böttcher 6785d457b5 implement property mapping and realize armory uses the bl_idlabel for classnames 2019-05-01 00:25:48 +02:00
Yannik Böttcher 9db102fb5f added deprecated versions of each replaced node, as blender forgets their bl_idname and "NodeUndefined" is not a useful id. Also added the replacement rules for the input nodes. 2019-04-30 17:07:57 +02:00
Yannik Böttcher 1781c99a55 added 1:1 auto replacement code 2019-04-29 13:14:32 +02:00
luboslenco c9ef079452 New cache 2018-12-19 20:10:34 +01:00
luboslenco e79ff975e9 Logic node search 2018-12-19 15:47:58 +01:00
luboslenco a531b52b9f UI style 2018-12-19 13:33:17 +01:00
luboslenco a9d4e9c2ef Begin b28 era 2018-12-18 23:48:38 +01:00
Zicklag bec5dd9308 Sort Logic Node List Alphabetically 2018-10-29 12:14:33 -05:00
Zicklag 6b47edcf84 Allow Arbitrary Category Names for Nodes
Logic node categories are now created dynamically. This allows nodes
be added to any arbitrarily named categories without having to maintain
a global category list. This is useful because it allows custom logic
nodes to be added to custom categories.
2018-10-28 20:50:25 -05:00
luboslenco 050c5e7d8f Watch logic node value in debug console 2018-06-28 22:39:23 +02:00
luboslenco 439b668374 Link logic nodes using IDs 2018-06-15 00:30:40 +02:00
luboslenco 998dc60687 Material parameters support 2018-06-12 00:26:52 +02:00
Lubos Lenco 6c5e6e4809 Canvas Set Text logic node 2018-01-31 00:31:07 +01:00
Lubos Lenco cb19f9d1d9 Array node category 2017-11-02 23:28:21 +01:00
Lubos Lenco 08ea9ab9f4 Proper input system 2017-04-10 21:17:17 +02:00
Lubos Lenco 4cbeb3bbf8 Logic nodes round 4 2017-04-08 20:05:35 +02:00
Lubos Lenco 3478cf22e4 Logic nodes round 3 2017-04-08 00:34:45 +02:00
Lubos Lenco ac7bfb1b8e Logic nodes round 2 2017-04-04 23:11:31 +02:00
Lubos Lenco 1ad5eb0b79 Logic nodes round 1 2017-04-03 22:29:46 +02:00
Lubos Lenco 0fc938911c Move py sources to arm package 2017-03-15 12:30:14 +01:00
Renamed from blender/nodes_logic.py (Browse further)