Fix #107265: Compositor: output node remove note that z-depth can be saved #104457
@ -33,6 +33,7 @@ def text_remove_preprocess(text):
|
|||||||
non_comment_lines = [line for line in lines if not line.strip().startswith("#")]
|
non_comment_lines = [line for line in lines if not line.strip().startswith("#")]
|
||||||
return "\n".join(non_comment_lines)
|
return "\n".join(non_comment_lines)
|
||||||
|
|
||||||
|
|
||||||
def text_join_lines(text):
|
def text_join_lines(text):
|
||||||
lines = text.split("\n")
|
lines = text.split("\n")
|
||||||
lines_out = [[]]
|
lines_out = [[]]
|
||||||
|
Loading…
Reference in New Issue
Block a user