I the last week one new simulator was released and another one was officially announced. In this blog post I want to discuss what the impact on my various tools will be. The new simulator that was released is Flight Sim World from Dovetail. After installing the early access version I have come to the […]
scenProc feature roadmap
The end of 2016 is fast approaching, so it’s the time of the year to look back a bit on the last year and look ahead a bit to 2017 as well. For scenProc the last year has been very exiting, with a lot of ideas I had in my head coming to life. But […]
scenProc filter bug
I have fixed the scenProc filter bug that I wrote about a few weeks ago. Objects without an attribute were sometimes included in the results for double or integer attribute types. That behaviour has been fixed now. While fixing it one new issue appeared though. The filter validation now doesn’t throw an error anymore when […]
GUID selection context menu
In scenProc the code completion will help you to select the right GUIDs for your vegetation or buidlings. But if you are not sure what the name of the class is or if you want to add multiple guids for random placement, that’s not always the easiest way. So I have now added a context […]
Find and replace
I have added find and replace functionality to the scenProc GUI now. That should help you to find a certain text in your configuration file and also to make replacements more quickly. You’ll find those new functionalities in an extra toolbar that is shown right below the normal toolbar.
Filtering features
Better ways to filter out features in scenProc that are overlapping with others or that are close together have been requested for a while already and I have now implemented a new step called FilterFeatures that adds these possibilities. With this new step you can for example remove all point features of trees that are […]
Removed some steps
I last nights build I have deprecated some steps that were marked as to be depcated for a while already. This includes the ExportSHP step. Since alternative steps are available for a while already this should not really give problems anymore. The reason to deprecate them now is that I found out that ExportSHP is […]
ImportAGN and autogen distortion
It’s two years ago already that we figured out that Annotator does not display the orientation of autogen as FS does. There is a distortion in the angle of the objects. So since this was figured out scenProc applies a correction to the orientation to make sure everything aligns correctly with the world. But what […]
Improved validation
With the new filter syntax I introduced about a month ago, I did also see an increase in error reports due to issues with the filter syntax. Most of the time these errors where caused by user input (sorry to say this), for example because in the filter it was tested if a string is […]
New scenProc features
From tomorrow the scenProc 2.0 development release will have some new features included. Here is an overview of the main changes. Polygon autogen library objects The main change is that autogen library objects are now created from polygon instead of point features. This is in line with how Annotator creates these objects as well. The […]