3D object viewer and objects setter #282
leer-ursina
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
update file, october 31 2021
fixed 3D view darkened by UI by setting all panelwindows "popup" values to False
urs_object.zip
saving attributes is working now
!!! for now, user must save all object manually !!!
if not, error
hello,
here a 3D viewer and attributes setter
this is a work in progress
how it works:
users can view / set 3d objects attributes (model, texture, speed, ...)
attributes are saved in a file in dict form
users load attributes in object class with setattr() in their code:
`class class_name(Entity):
def init(self):
Entity().init()
test buttons are not working yet
if entering "no_value" in setting 's input, corresponding attributes is not loaded from dict, but still saved
3d objects .obj must be in same folder than "urs_object_2.py"
please, launch, modify "urs_object_2.py"
Beta Was this translation helpful? Give feedback.
All reactions