File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
# You should have received a copy of the GNU General Public License
12
12
# along with this program. If not, see <http://www.gnu.org/licenses/>.
13
13
14
+ # Set the `geometry_script` module to the current module in case the folder is named differently.
15
+ import sys
16
+ sys .modules ['geometry_script' ] = sys .modules [__name__ ]
17
+
14
18
import bpy
15
19
import os
16
20
import webbrowser
19
23
from .preferences import GeometryScriptPreferences
20
24
from .absolute_path import absolute_path
21
25
22
- # Set the `geometry_script` module to the current module in case the folder is named differently.
23
- import sys
24
- sys .modules ['geometry_script' ] = sys .modules [__name__ ]
25
-
26
26
bl_info = {
27
27
"name" : "Geometry Script" ,
28
28
"author" : "Carson Katri" ,
You can’t perform that action at this time.
0 commit comments