Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System;
// TODO / WARNING: This script has some jenky behavior that needs ironing out.
// You probably want to use somebody else's back-button-in-unity implementation.
// TRY HERE: https://forum.unity.com/threads/feature-request-back-button-in-the-editor.653332/#post-4457944
bl_info = {
"name": "Melsov EZ Custom Data Editor",
"author": "Melsov",
"version": (1, 0),
"blender": (2, 80, 0),
"location": "View3D > Sidebar > MelCustomDataUtil",
"description": "Convenient buttons for addding custom properties",
"warning": "",
"wiki_url": "",
"category": "3D View"}
# ##### 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