Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maybites committed Oct 29, 2020
2 parents a42ca7b + 139e914 commit 4296360
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

import bpy
from bpy.types import Panel
from rna_prop_ui import PropertyPanel
from bl_operators.presets import PresetMenu

import SpoutSDK
import bgl
Expand All @@ -49,7 +47,7 @@ def texshare_capture(self, context, camera, object, offscreen, spoutSender):
view_matrix = object.matrix_world.inverted()

projection_matrix = object.calc_matrix_camera(
context.depsgraph, x=dWIDTH, y=dHEIGHT)
context.evaluated_depsgraph_get(), x=dWIDTH, y=dHEIGHT)

offscreen.draw_view3d(
scene,
Expand Down

0 comments on commit 4296360

Please sign in to comment.