Remove unnecessary comment

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Kayla Man 2024-04-19 20:23:36 +08:00 committed by GitHub
parent 7ebdeeae26
commit 0ec9d1e993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,7 +204,6 @@ class SubstanceLoadProjectMesh(load.LoaderPlugin):
# We want store some options for updating to keep consistent behavior
# from the user's original choice. We don't store 'preserve_strokes'
# as we always preserve strokes on updates.
# TODO: update the code
container["options"] = {
"import_cameras": result["import_cameras"],
}