Questions
- Which helper utilities are typical of Blender?
- How can we store and display space coordinates?
- Which attribute of
bpy
gives access to all Blender entities? - Do Python classes of Blender objects have a constructor?
- How do we create new Blender objects?
- What does it mean that an object is active?
- Is the active object a property of the Blender scene?
- Can we affect the selection using
bpy.context
? - Can we affect the selection using
bpy.context.view_layer
?