System Information
Operating system: n/a
Graphics card: n/a
Blender Version
Broken: 3.0.0 Python API Documentation
Worked:
Short description of error
bpy.types.MaterialTextureSlot <== what is this?
Exact steps for others to reproduce the error
- Buttons Context
- bpy.context.texture_slot
- bpy.types.MaterialTextureSlot <== this links to nowhere
should this be pointing to bpy.types.MaterialSlot ?
or possibly to bpy.types.Material.texture_paint_slots ?
thanks for blender!!