-
Hi
When I try to publish my 3ds file with textures in http://a3dplayer.com/ Iget error
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at alternativa.engin…
-
Just needs a quick fix as below to temporarily set the context to VIEW_3D in order to use snap_cursor_to_active()
line 8813
# snap, cursor to active
original_type = bpy.context.area.type
bpy.contex…
-
Everything works fine on Windows. However, when I take my code to Android, the Z ordering of objects is all wrong. The following code produces these outputs:
Windows 7 64 Home Premium, Adobe AIR 3.…
-
I've been creating some data structures like in Ash within Haxe ( i intend to put it up later), to support strictly typed Generic lists. I intend for Families to be able to support their own data str…
-
At the moment CanvasRendeer, in conjunction with Projector, uses an implementation of the painters algorithm, or depth sorting, to ensure foregrounded objects are rendered on top of backgrounded objec…