Skip to main content

All Questions

0 votes
1 answer
161 views

How to make custom hotkeys? [duplicate]

Is there a way to make a custom hotkey for specific functions? Like to solve my problem here: I’m working on a piece, its a replica and I have many references setup in some collections and I need to ...
Bada Bing's user avatar
1 vote
1 answer
965 views

AddObjectHelper, PointerProperty and Draw Method

I am writing an Add Mesh Operator by sub-classing the bpy.types.Operator and bpy_extras.object_utils.AddObjectHelper. As my ...
Carel's user avatar
  • 247
5 votes
1 answer
2k views

How to make my prop search show the objects in my scene?

I have a simple object selector using a prop search. At the moment it runs but doesn't show any of the objects in my scene. This is what it looks like: How can I get that to show all of my objects? ...
mr-matt's user avatar
  • 1,200