I have an l-system that uses
$(`vtorigin(“”,“/obj/null1”)` )
in one of the rules
this works really well…but I've found something that I don't know how to solve
I have a chain of two bones that were drawn in the right view and they are offset verly slightly from true…
I have parented null1 under one of the bones and I get : vtorigin(“”,“/obj/null1”) =
which is anoying as hell, but thats for a different post….
the problem comes in the $(`vtorigin(“”,“/obj/null1”)` ) it is evaluating to
it took me a few minutes to realize the -5 is coming from the 2.02841e-05, and Houdini is just using the -05.
is there a way around this?
thanks