MegaBag/assets-library/index.py

48 lines
2.2 KiB
Python

#!/usr/bin/env python -------------------------------- -*- coding: utf-8 -*-#
# 2023 3DMish <Mish7913@gmail.com> #
# ----- ##### BEGIN GPL LICENSE BLOCK ##### ----- #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
# as published by the Free Software Foundation; either version 2 #
# of the License, or (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program; if not, write to the Free Software Foundation, #
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #
# #
# ----- ##### END GPL LICENSE BLOCK ##### ----- #
assets_list = {
"food": "",
"cakes": {
"pancakes": {
"name": "Pancakes",
"author": "3DMish (Mish7913)",
"description": "Pancakes with raspberries and blueberries",
"video": "https://www.youtube.com/watch?v=hCwJMYNmWn0",
"license": "CC Attribution",
"type": "mesh",
"blender": (3,0,0),
"size": "910,7 KB",
},
"cupcake": {
"name": "Cupcake",
"author": "3DMish (Mish7913)",
"description": "Cupcake with sprinkles",
"video": "https://www.youtube.com/watch?v=PNlQs3A8qPg",
"license": "CC Attribution",
"type": "mesh",
"blender": (3,0,0),
"size": "943,1 KB",
},
},
"nature": "",
};