On 6/29/15, 2:27 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote:
>Alex I know it's late(I am doing major renovations this week so I am slow) >but; > >I ended up keeping a model in Randori for this type of stuff and knew I >was >in expressions so I could test right side and left appropriately etc. > >It's just there is a lot of code underneath these changes that might now >be >tested and I know from experience changing stuff quick at the expression >level can almost 90% of the time have unintended side effects elsewhere. > >I also know that there are going to be issues that come up as more people >use this with not so much edge cases but dusty parts of the emitter and AS >language usage, like weird static to instance access among others. > >We just really need to be careful about how we change stuff like this and >I >agree coming back to the point, accessing parents is not a good idea. > >Why? Because there are so many parent combinations that you end up getting >spaghetti code. :) 100% agree, but I think we have to do it soon because I keep adding in these parent walks and I think it slows things down. I’d like to know more about the model. -Alex