Skip to content

Commit

Permalink
Fix T102351: blender_theme_as_c.py theme updating fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ideasman42 committed Nov 9, 2022
1 parent 2954c5f commit 8b5abe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/blendfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,9 @@ def field_get(self, header, handle, path,
dna_type.dna_type_id,
dna_size,
dna_name.array_size,
use_str=use_str)
use_str=use_str,
use_str_nil=use_nil,
)
except NotImplementedError as e:
raise NotImplementedError("%r exists, but can't resolve field %r" %
(path, dna_name.name_only), dna_name, dna_type)
Expand Down

0 comments on commit 8b5abe2

Please sign in to comment.