VDM brush baker #104580

Merged
Joseph Eagar merged 10 commits from robin.hohni/blender-addons:vdm-brush-baker into main 2023-05-12 15:42:12 +02:00
2 changed files with 7 additions and 16 deletions
Showing only changes of commit 3cfa0d0623 - Show all commits

View File

@ -1,19 +1,6 @@
''' # SPDX-License-Identifier: GPL-3.0-or-later
Copyright (C) 2023 Robin Hohnsbeen #
# Copyright (C) 2023 Robin Hohnsbeen
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 3 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
MERCHANTIBILITY 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, see <http://www.gnu.org/licenses/>.
'''
from mathutils import Vector from mathutils import Vector
from datetime import datetime from datetime import datetime

View File

@ -1,3 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Copyright (C) 2023 Robin Hohnsbeen
import bpy import bpy