am i going crazy here or is hidding particle groups via maxscript broken???
when you hide an plfow event event via the particle flow view, max selects the particle group
for example $‘pf source 001 -> event 001’ and the listener print the command “max hide selection”
so i tried doing this via script
select $'pf source 001 -> event 001'
max hide selection
doesn’t work…
so then i triend a a bunch of other stuff like
$'pf source 001 -> event 001'.isNodeHidden = True
nothing happens
even tried
hide $'pf source 001 -> event 001'
still nothing…
anyone else run into this same thing???
it seems to be broken in 2012->2015
any ideas???
thanks homies 