Skip to content

Instantly share code, notes, and snippets.

@dt192
dt192 / blender-blend-file-uiist_2_9_3.py
Last active July 5, 2021 13:30 — forked from p2or/blender-blend-file-uilist.py
blender-blend-file-uiist example updated for Blender 2.9.3
import bpy
from bpy.props import IntProperty, CollectionProperty, StringProperty
from bpy.types import Panel, UIList
from bpy_extras.io_utils import ImportHelper
import os
# ui list item actions
class Uilist_actions(bpy.types.Operator):
bl_idname = "custom.list_action"
bl_label = "List Action"