Skip to content

Commit

Permalink
Blender: initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli2 committed Jul 24, 2016
1 parent 562ae00 commit 1153990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/blender/arx_addon/lib.py
Expand Up @@ -35,6 +35,7 @@ def __init__(self):
"libArxIO.so.0"
]

self.lib = None
for libPath in libPaths:
try:
self.lib = ctypes.cdll.LoadLibrary(libPath)
Expand Down

0 comments on commit 1153990

Please sign in to comment.