This is a bug that the setting is not saved when you do it through the Edit Bookmarks window. Instead, please go to Edit -> Preferences -> General -> Viewport, and this should work.
My CityEngine version is 2018.0. I can change the animation timefrom Edit>Preferences>General>Viewport, there is an Animation Time but if you look animation time from sceneview (pull star and edit bookmarks) time is again 500ms. If you export your data to webscene the flying is still fast.
Hello,
I try to adjust Animation Time 500ms to 50ms. The Viewport don`t save my settings. When I open the Viewport again, there is again 500ms. I want to slow down my web scene flying so this is important. Can someone help me?
Kirsi
There is another option to use a 3D mouse to navigate smoothly in the CityEngine viewport and take a screen capture video. But, really, Thomas's suggestion to export your scene and do the animation in another software is the recommended workflow.
You can use "restoreBookmark" with Python, no need to delete bookmarks or limit the number. It's not exactly hard to code either.
from scripting import * ce = CE() if __name__ == '__main__': vp = ce.getObjectsFrom(ce.get3DViews(), ce.isViewport)[0] #get viewport vp.restoreBookmark("b1", True) #navigate to bookmark titled "b1" ce.waitForUIIdle() #wait for animation to finish vp.restoreBookmark("b99", True) #navigate to bookmark titled "b99"
Hello Renato,
Thank you for your reply.
This threat provides a way of doing a simple flyover animation with CityEngine.
But CityEngine is not intended to be a standalone solution for animation.
I am sorry, if you got the impression this would be the case.
Instead, the development team is working closely with key customers in the VFX industry to meet their production needs.
Today CityEngine provides a wide range of 3D model export formats, and there are continuous efforts to support the latest standards. This includes support for animation software workflows like:
It remindes me TK8000 doing animation on wireframe. So weak recurse that worthwhile not being difused. Shame. When I just wonder about documentation, this sort of solution appears. Considering the price of the software should be better doing something better or reducing - the price.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.