LuggLD / EasyVectorFields

Python script that generates vector fields in .fga format, which can be imported directly into Unreal Engine 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TkInter version mismatch

HeffU opened this issue · comments

commented

Super small typo that caused problems on an older configuration of mine:

VectorFieldTool_GUI.py
from Tkinter import *
Upper case T imports TkInter versions below 3.0

tooltip.py
from tkinter import *
Lower case t imports TkInter versions above 3.0

(Great tool by the way, was browsing for something just like this)

commented

Nevermind, if I'd looked harder I would have seen that this was fixed on the dev branch (786bc1a)