Drizzel
Jun 06, 2018 - 11:27
I am trying to have a scene animation inside a ui scrollview, but it doesn't work for some reason. I have a custom view (named sceneView) with the custom view class SceneView. This is in the sub view of a scrollview (named scrollView). I cannot set a scene animation to the sceneView, this is my code:
v = ui.load_view('ui.pyui')
v['sceneView'].scene= MyScene()
v.present('fullscreen', hide_title_bar=False)
Any idea why this isnt working?