Skip to content

Commit

Permalink
Add sverchok reference
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumCoderQC committed Feb 24, 2023
1 parent cd3a7f0 commit a8d5cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blender/arm/logicnode/arm_node_group.py
@@ -1,3 +1,9 @@
# Some parts of this code is reused from project Sverchok.
# https://https://github.com/nortikin/sverchok/blob/master/core/node_group.py
#
# SPDX-License-Identifier: GPL3
# License-Filename: LICENSE

import bpy
from bpy.props import BoolProperty, EnumProperty
from itertools import zip_longest, chain, cycle, islice
Expand Down

0 comments on commit a8d5cfe

Please sign in to comment.