easyw / Manipulator

FreeCAD Manipulator WorkBench
61 stars 14 forks source link

oDraft.py future? #12

Open luzpaz opened 6 years ago

luzpaz commented 6 years ago

Are you going to officially port this to Manipulator ? ref: #11

luzpaz commented 6 years ago

@easyw This issue was blocking #11 because to execute

pylupdate `find ./ -name "*.py"` -ts Resources/translations/Manipulator.ts

it includes oDraft.py. But then I remembered to just exclude oDraft.py using:

pylupdate `find ./ -name "*.py" \( ! -name "oDraft.py" \)` -ts Resources/translations/Manipulator.ts

so that's the workaround for now