Skip to content

Commit

Permalink
fixed sequence handler
Browse files Browse the repository at this point in the history
  • Loading branch information
uhlik committed Jan 20, 2020
1 parent f636c16 commit 6c010e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space_view3d_point_cloud_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4490,7 +4490,7 @@ class PCVSequence():
initialized = False

@classmethod
def handler(cls, scene, ):
def handler(cls, scene, depsgraph, ):
cf = scene.frame_current
for k, v in cls.cache.items():
pcv = v['pcv']
Expand Down

0 comments on commit 6c010e0

Please sign in to comment.