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 1111# You should have received a copy of the GNU General Public License
1212# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313
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+
1418import bpy
1519import os
1620import webbrowser
1923from .preferences import GeometryScriptPreferences
2024from .absolute_path import absolute_path
2125
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-
2626bl_info = {
2727 "name" : "Geometry Script" ,
2828 "author" : "Carson Katri" ,
You can’t perform that action at this time.
0 commit comments