-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Scene' object has no attribute 'scannerProperties' #19
Comments
Hey @ozge-albayrak, could you please have a look under |
Hi! Thanks for the reply! I am trying to use scripting only rather than GUI. Thus, I have followed the steps given for only "Script Usage". Apparently, you don't need to copy paste the range_scanner folder into Now, when I run the script_usage.blend file, the rendering starts, however, the script fails and I get this error.
Do you have any comments on this? I really appreciate your help in advance! |
Could you please upload a minimal example as .blend file? |
Sorry for extremely late response. I am using the script provided by use called script_usage.blend in the example_scenes folder. And when I run it I get this error. |
In case anyone else is confused by this: ticking the checkbox in the GUI is still necessary even if you are using the script-usage instructions. |
I can reproduce the |
Hi!
I am trying to use your toolbox for my application and I would like to utilize your scripts. In order to do that I have tried to run the script_usage.blend file. However, I am getting the following error.
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons_contrib\range_scanner\ui\user_interface.py", line 1565, in scan_static properties = scene.scannerProperties AttributeError: 'Scene' object has no attribute 'scannerProperties'
Since I am pretty new to Blender scripting I couldn't quite figure out the issue.
I would appreciate if someone can guide me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered: