Skip to content

Commit 2d57b74

Browse files
committed
Add names to elements
1 parent 822aad6 commit 2d57b74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pygdtf/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,7 @@ def _check_for_missing_channels(self):
14371437
result = True
14381438
self._dmx_channels.append(
14391439
DmxChannel(
1440+
name="NoFeature",
14401441
offset=[i],
14411442
geometry=self.geometry,
14421443
attribute=NodeLink("Attributes", "NoFeature"),
@@ -1687,6 +1688,7 @@ def __init__(
16871688
# make this invalid GDTF file valid
16881689
self.channel_functions = [
16891690
ChannelFunction(
1691+
name="NoFeature",
16901692
attribute=NodeLink("Attributes", "NoFeature"),
16911693
default=DmxValue("0/1"),
16921694
)

0 commit comments

Comments
 (0)