Re: [realXtend] Tundra 2.3.0, Python work with Element

2012-03-12 Thread Toni Alatalo
On Mar 12, 2012, at 9:06 PM, Vik wrote: > How I can work with Element of Scene in Python? Python support in 2.x series has been lacking after the aggressive cleanups made (2.0 was largely a cleanup), but we've been slowly improving it as needed (we need it for the websocket server module, and t

[realXtend] Tundra 2.3.0, Python work with Element

2012-03-12 Thread Vik
Hi all, How I can work with Element of Scene in Python? I can call for example el=tundra.Scene().MainCameraScene().GetEntityByName(entityName) But I can't use obtained element el at all - no attributes. I understand that el is EntityPtr, not Entity as for example method GetEntityRaw(id) return. Ho