Skip to content

Commit

Permalink
Disable reference matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel authored Mar 24, 2020
1 parent 4d8fe5a commit 0a1ff27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blender/MapsModelsImporter/google_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,12 @@ def filesToBlender(context, prefix, max_blocks=200):
drawcallId += 1

# Save reference matrix
"""
if refMatrix:
values = sum([list(v) for v in refMatrix], [])
context.scene.maps_models_importer_ref_matrix = values
context.scene.maps_models_importer_is_ref_matrix_valid = True
"""

# -----------------------------------------------------------------------------

Expand Down

0 comments on commit 0a1ff27

Please sign in to comment.