Error converting from .3ds to .stl using import3DS: "Unknownchunk object"

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
umardastgir
Posts: 32
Joined: Mon Apr 22, 2019 9:29 pm

Re: Error converting from .3ds to .stl using import3DS: "Unknownchunk object"

Post by umardastgir »

Either method doesn't work. Already tried it out. Reason is the same mentioned by NormadC
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Error converting from .3ds to .stl using import3DS: "Unknownchunk object"

Post by openBrain »

And the 'FreeCADCmd -v' command definitively lacks some verbosity...
I wonder if it's possible to use PySide to call the About box slot that copies the FC info to the clipboard.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Error converting from .3ds to .stl using import3DS: "Unknownchunk object"

Post by sgrogan »

umardastgir wrote: Tue Apr 30, 2019 4:09 am Either method doesn't work. Already tried it out. Reason is the same mentioned by NormadC
How about running this from the FreeCAD/bin directory

Code: Select all

python -c "import FreeCAD;print(';'+' '.join(FreeCAD.Version()[:3]))"
or

Code: Select all

freecadcmd -v
"fight the good fight"
Post Reply