Changelog for developers
-
Yes! That was the problem, I didn't realize there was also a 0.8.1 version of SAMSON. I got my plugin working now. Is there a way we can recover docking Editors? My app has quite a few and it is a bit annoying to have to select them from the drop-down list everytime.
Thanks!
-
Hi Elisa, yes we're releasing a new version every two weeks now (the changelog will be published). Minor version updates are backward compatible, so you don't necessarily have any code changes to do, but just to recompile since the ABI might change.
I didn't get your question about recovering docking editors and drop-down lists. If you want you can favorite editors by looking for them in the top-right searchbox.
-
The question about docking editors is that before we could have a bar with all the editors. Now I have to click a menu and select them from a drop down list, I would like to have them again on a bar, as we have quite a few and need to switch between them often. I will test the favorite editors option, to see if it can replace the bar.
Thanks!
-
@elisa The favorites allows for up to 6 actions be available in one click. If there are more than 6 editors you add into the favorites then only the first 5 will be accessible in one click, the rest will be arranged together in a menu of the 'More' button. If you want we can increase the number of favorites accessible on one click to 9.
The other way is to create a widget (e.g. through an App) with buttons for all your editors, certain widgets are now dockable in SAMSON.
-
@DmitriyMarin Thanks for the suggestions! We need to test first the new UI a bit more, maybe 5 favorites is enough, and we can also implement shortcuts. The widget option might be the simplest way, though, in case we add one or two more editors.
-
@elisa You can also specify an appropriate category for your editors such that they could be found not only in the All category.
-
We have published the changelog for SAMSON SDK. If you have any questions, feel free to ask them!
-
Thanks, that is very helpful!
Something I don't see, perhaps I am missing it, did you expose the translation/rotation editors so we could customize them? (https://forum.samson-connect.net/topic/107/applying-rotations-to-my-custom-model)
-
Hi Elisa, this is coming to 0.8.5 hopefully (or 0.8.6 at most), so in about two weeks or one month (we're doing a release every two weeks now). Precisely, we are now exposing a SBGControllerMove class (the one visible in the Move editor), so that developers can use this 3D widget for other applications. (0.8.4 should be released today).
-
That is great!! Looking forward to it!