Commit graph

3184 commits

Author SHA1 Message Date
Lubos Lenco 646ff75669
Merge pull request #1917 from knowledgenude/master
Fix LN_on_tap_screen.py
2020-10-08 12:24:48 +02:00
knowledgenude e35c85de49
Update LN_on_tap_screen.py 2020-10-08 07:20:54 -03:00
Lubos Lenco de0f625c34
Merge pull request #1913 from knowledgenude/master
Improve LN descriptions
2020-10-08 09:59:28 +02:00
knowledgenude 72b1b12c21
Collision Group 1 as default in Ray Cast node 2020-10-07 16:01:05 -03:00
knowledgenude 83ad817832
Update LN_play_tilesheet.py 2020-10-05 19:09:00 -03:00
knowledgenude 31793011c9
Update LN_play_action_from.py 2020-10-05 19:08:43 -03:00
knowledgenude 6cd52a4d26
Delete LN_animation_state.py 2020-10-05 19:07:10 -03:00
Moritz Brückner f8b3315c2d Move node parsing into subpackages part 3 2020-10-05 23:37:48 +02:00
Moritz Brückner 0d2740daa8 Move node parsing into subpackages part 2 2020-10-05 20:51:58 +02:00
Moritz Brückner cd63597fad Add ParserState class for better handling of cycles.py state 2020-10-05 20:42:59 +02:00
knowledgenude 7dee6d97b4
Update GetGravityNode.hx 2020-10-05 15:09:15 -03:00
knowledgenude a90490a8f4
Update LN_trait.py 2020-10-05 15:06:10 -03:00
Henrique 9f9aa2cb81 delete-wrong-pick-rigid-body 2020-10-05 14:57:27 -03:00
Henrique 1436f9a5a4 improve-ln-descriptions 2020-10-05 14:55:56 -03:00
Lubos Lenco 49b35cbd25
Merge pull request #1910 from MoritzBrueckner/call-function-node
Fix CallFunctionNode
2020-10-05 09:44:55 +02:00
Moritz Brückner 4c917c59e9 cycles.py: more cleanup and add some comments 2020-10-05 01:59:49 +02:00
Moritz Brückner 2412a9b4cf cycles.py: further cleanup 2020-10-05 01:39:36 +02:00
Moritz Brückner 00e8952640 Fix parser function lookup 2020-10-05 01:39:23 +02:00
Moritz Brückner da8fca1b3b Move node parsing into subpackages part 1 2020-10-05 01:36:33 +02:00
Moritz Brückner a4cd48ec28 Add some typehints and docstrings 2020-10-05 01:27:36 +02:00
Moritz Brückner f27c885361 Fix CallFunctionNode 2020-10-04 21:33:32 +02:00
Lubos Lenco cc9add8790
Merge pull request #1905 from knowledgenude/master
Logic nodes cleanups
2020-10-03 10:55:46 +02:00
Lubos Lenco 7e6968b7a0
Merge pull request #1906 from E1e5en/on-swipe
Update logic node On Swipe
2020-10-03 10:54:36 +02:00
Lubos Lenco 00883c5133
Merge pull request #1907 from Lykdraft/patch-1
Bullet: Collision margin was inverted.
2020-10-03 10:53:51 +02:00
Lykdraft 3ce253c51a
Bullet: Collision margin was inverted. issue #1707
This should work now as expected.
2020-10-02 15:23:23 +02:00
Henrique 77e93724ba getlenstexture-update 2020-10-01 19:24:21 -03:00
Henrique 737c623a12 ssr-ssao-update 2020-10-01 19:22:46 -03:00
Henrique dd655aa8e1 more-adjustments 2020-10-01 19:18:58 -03:00
Henrique c8b828a6e9 adjustments 2020-10-01 19:16:22 -03:00
E1e5en 937c7eb86b Update logic node On Swipe
Change the data type for the Direction output parameter from Vec3 to Vec4.
2020-10-01 22:11:52 +03:00
knowledgenude b44170720b
Update ColorgradingGetGlobalNode.hx 2020-10-01 16:11:31 -03:00
Henrique a47dafe9ed ln-cleanups 2020-10-01 16:05:47 -03:00
luboslenco da1cf33930 Bump version 2020-10-01 11:35:55 +02:00
Lubos Lenco 4038a67385
Merge pull request #1903 from N8n5h/nodes-context-menu
Add 3 new context menu options for nodes to inspect source and wiki
2020-10-01 11:32:45 +02:00
Lubos Lenco a27bb06788
Merge pull request #1902 from MoritzBrueckner/fix-node-tooltips
Prevent exception when node has no bl_description attr and docstring
2020-10-01 11:32:02 +02:00
Lubos Lenco 871885eefb
Merge pull request #1901 from knowledgenude/master
More renames
2020-10-01 11:31:38 +02:00
N8n5h 63666ed731 Added a new operator and context menu option to open the wiki entry of a node 2020-09-30 17:42:35 -03:00
N8n5h 0dadfad886 remove remaining active_node's in implementation 2020-09-30 17:42:35 -03:00
N8n5h ee2764b877 Add two context menu options for logic nodes
The two new context menu options will let the user inspect the source code
of the node. For the haxe source the existing operator was used (ArmOpenNodeSource),
but it was modified because I thought it made more sense to guess the version the user has based on their last commit instead of master.
for python __module__ was used to obtain the relative path.

The options were appended to the existing menu instead of being its own class because I couldn't find how to implement it that way without redrawing.

- Added a way to obtain the last commit in utils without git cli
2020-09-30 17:42:35 -03:00
Moritz Brückner 4fed9da646 Prevent exception when node has no bl_description attribute and no docstring 2020-09-30 21:04:06 +02:00
Henrique 8d7c3a0910 replace-inverse-by-invert 2020-09-30 12:00:18 -03:00
Henrique 95c537a934 undo-input-renames 2020-09-29 13:42:38 -03:00
Henrique 0ba0884b35 rename-ln-labels 2020-09-29 13:38:17 -03:00
Lubos Lenco 3bc39d82cc
Merge pull request #1897 from MoritzBrueckner/node-docs
Update node docstrings
2020-09-28 20:51:39 +02:00
Lubos Lenco 30088df19c
Merge pull request #1892 from MoritzBrueckner/get-object-node
Get Object node: allow getting objects from other scenes
2020-09-28 20:49:26 +02:00
Moritz Brückner bb139d96f9 Fix SubString node socket labels 2020-09-28 16:21:18 +02:00
Moritz Brückner 431630d42e Update node docstrings 2020-09-28 15:58:41 +02:00
Lubos Lenco dc515c97d0
Merge pull request #1891 from niacdoial/master
Further handling of node depreciation
2020-09-28 10:14:34 +02:00
niacdoial 580902e8df and one more typo for the road 2020-09-28 10:07:03 +02:00
Lubos Lenco 95cc79339a
Merge pull request #1893 from MoritzBrueckner/on-application-state
Add "On Application State" node
2020-09-27 20:36:54 +02:00