Okay, so I tested a bit more today, I now know what I did wrong. When using the wizard – and it asked to point to sdk root dir – I pointed it to: C:\…
I did not think about removing the build-step itself – since it does not report anything wrong, But removing it actually solved the issue. I removed t…
There is no setting for enabling\disabling that in the wizard when you create your project, so the project is generated with mui generation in the pos…
Klvnk , thank you so much, that finally worked!
So, I’ve been poking around some more tonight. Now I have also created a new modifier from scratch with the wizard, but this time I made it inherit fr…
all TSTR must be MSTR that’s why your plugin is not visible it is visible in the stack, visible in the modifier list, but when I loop through objects…
edit: removed code, the modifier was not the issue, it was the way I looped through nodes\modifiers, see below for answer.
Thanks Klvnk, that was my next thing to fix. I’ll get that done tomorrow I hope.
Edit: wrapped the code now… missed a / on my initial reply. Here’s what I did and it works for what I needed. Save the result of a ‘browse’ button to…
Thanks! I will look into this. I’ll post my solution when I’m done so that others can learn this too.
Ah yes, that is correct, I did not think about my reply well enough before I posted it.
Do you have ‘unmanaged code debugging ’ enabled?