Skip to content

Commit

Permalink
Change name according RNA rename of r32053 in bf-blender trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterKing committed Sep 22, 2010
1 parent 43b6a49 commit b28d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_renderfarmfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def hasCompositingErrors(use_nodes, nodetree, parts):
rd.use_save_buffers = False
rd.use_free_image_textures = True
if rd.use_compositing:
if hasCompositingErrors(sce.use_nodes, sce.nodetree, ore.parts):
if hasCompositingErrors(sce.use_nodes, sce.node_tree, ore.parts):
print("Found disallowed nodes or problematic setup")
self.report({'WARNING'}, "Found disallowed nodes or problematic setup")
errors = True
Expand Down

0 comments on commit b28d300

Please sign in to comment.