Skip to main content

All Questions

Tagged with
0 votes
1 answer
226 views

'Scene' object has no attribute my_tool after changing import method from classes to modules in __init__.py

Everything worked until I reworked my import methods to import modules instead of every single class. Now, however, my my_tool call does not work anymore because I can't simply use type=...
caddev20's user avatar
3 votes
1 answer
31 views

How do I select projector in UVProject modifer via Python?

I can access and add the UV Map attribute using this code: bpy.context.object.modifiers["UVProject"].uv_layer = "projectionunwrap" But when I ...
Gaurav Ghodinde's user avatar
1 vote
1 answer
424 views

"context is incorrect" while using handler

This simple script rotates a monkey: ...
Petr's user avatar
  • 21
1 vote
1 answer
238 views

Type Error: self.text

After learned about new changes in blender API, I had to update script from 2.8 into 3.0 using : instead of =. So following the ...
sirrus's user avatar
  • 169