Author Topic: vlr-miscellaneous-reactor and :vlr-pickfirstmodified  (Read 1277 times)

0 Members and 1 Guest are viewing this topic.

jtoverka

  • Newt
  • Posts: 127
vlr-miscellaneous-reactor and :vlr-pickfirstmodified
« on: February 24, 2020, 10:41:30 AM »
Hello all,

How do I use sssetfirst within the callback function for :vlr-pickfirstmodified within the vlr-miscellaneous-reactor in a way that doesn't wipeout my selection set. This function will call trigger the reactor again, which I am able to bypass by checking a global variable I set before using sssetfirst. However when sssetfirst is complete and when the routine ends, it calls itself back but with an empty ssgetfirst and wipes everything out.

Everytime I select something, it wipes out the selection set and I am unable to select objects.  :x

jtoverka

  • Newt
  • Posts: 127
Re: vlr-miscellaneous-reactor and :vlr-pickfirstmodified
« Reply #1 on: February 24, 2020, 10:59:32 AM »
Turns out I was using sssetfirst incorrectly

(sssetfirst gripset [pickset])

I have it working now.