parent
a64eea3cea
commit
563fdb693d
@ -64,7 +64,6 @@ def get_node_group_properties_identifiers(node_group):
|
||||
continue
|
||||
else:
|
||||
props_ids.append((inpt.identifier, inpt.type))
|
||||
logging.info(inpt.type)
|
||||
|
||||
if inpt.type in ['INT', 'VALUE', 'BOOLEAN', 'RGBA', 'VECTOR']:
|
||||
props_ids.append((f"{inpt.identifier}_attribute_name",'STR'))
|
||||
|
@ -440,7 +440,7 @@ class BlScene(ReplicatedDatablock):
|
||||
if seq.name not in sequences:
|
||||
vse.sequences.remove(seq)
|
||||
# Load existing sequences
|
||||
for seq_data in sequences.value():
|
||||
for seq_data in sequences.values():
|
||||
load_sequence(seq_data, vse)
|
||||
# If the sequence is no longer used, clear it
|
||||
elif datablock.sequence_editor and not sequences:
|
||||
|
Loading…
Reference in New Issue
Block a user