There is a bug when compiling for Linux which causes a null pointer exception.
The fix for this is to modify the file SnappingHelperCommands.cpp changing line 9 from #if PLATFORM_WINDOWS
to #if PLATFORM_WINDOWS || PLATFORM_LINUX
There is a bug when compiling for Linux which causes a null pointer exception.
The fix for this is to modify the file SnappingHelperCommands.cpp changing line 9 from #if PLATFORM_WINDOWS
to #if PLATFORM_WINDOWS || PLATFORM_LINUX