diego1996 / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

It would be nice to remove enum gkNodeTypes and all the references... #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since "gkNodeTypes" is not needed anymore to create new nodes and the user 
can use typeid operator to extract "type_info" I suggest to remove this enum 
and all the references (constructors, member,...)

This also allows creation of new nodes without having to maintain this enum 
(at least for consistency with the old nodes....)

Original issue reported on code.google.com by silveira.nestor@gmail.com on 17 Feb 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Yes, your right.

A lot of the node system was built around being integrated from the blender UI, 
so
all this was used in order to link incrementally.
It can safely be removed now & if it ever gets a UI, another solution can be 
used.

Original comment by snailr...@gmail.com on 17 Feb 2010 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by silveira.nestor@gmail.com on 18 Feb 2010 at 10:48