armory/blender
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
..
arm Add two context menu options for logic nodes 2020-09-30 17:42:35 -03:00
data Cleanup 2018-11-19 14:28:04 +01:00
__init__.py Begin refactoring 2015-10-30 13:23:09 +01:00
start.py Add ShaderData node 2020-08-19 17:20:41 +02:00