kopia lustrzana https://github.com/carson-katri/geometry-script
Reorder model renaming
rodzic
86023a2bb5
commit
ccac8b4fab
|
@ -11,6 +11,10 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# Set the `geometry_script` module to the current module in case the folder is named differently.
|
||||||
|
import sys
|
||||||
|
sys.modules['geometry_script'] = sys.modules[__name__]
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
import os
|
import os
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
@ -19,10 +23,6 @@ from .api.tree import *
|
||||||
from .preferences import GeometryScriptPreferences
|
from .preferences import GeometryScriptPreferences
|
||||||
from .absolute_path import absolute_path
|
from .absolute_path import absolute_path
|
||||||
|
|
||||||
# Set the `geometry_script` module to the current module in case the folder is named differently.
|
|
||||||
import sys
|
|
||||||
sys.modules['geometry_script'] = sys.modules[__name__]
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name" : "Geometry Script",
|
"name" : "Geometry Script",
|
||||||
"author" : "Carson Katri",
|
"author" : "Carson Katri",
|
||||||
|
|
Ładowanie…
Reference in New Issue