FreeCAD: master c7440ef9

Author Committer Branch Timestamp Parent
yorik yorik master 2015-06-28 01:01:35 master eaa5b152
Changeset Added fcinfo utility

This utility prints information about a given FreeCAD file (*.FCStd)
on screen, including document properties, number of included objects
and object sizes.

It can be used as a textconv tool for git diff by adding this utility to
your exec path andadding this entry to .gitattributes: *.fcstd diff=fcinfo

Usage: fcinfo myfile.FCStd
add - src/Tools/fcinfo Diff File