Home
last modified time | relevance | path

Searched refs:get_addon_file (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/blenderkit/
H A Dcategories.py83 source_path = paths.get_addon_file(subpath='data' + os.sep + 'categories.json')
143 source_path = paths.get_addon_file(subpath='data' + os.sep + 'categories.json')
H A Dpaths.py254 def get_addon_file(subpath=''): function