|
Hi,
How does particle flow displays the operators parameter blocks in his floating dialog (particle view) ?
From what I understand when users adds an operator Particle Flow creates an instance of that operator class, but what happens when user selects that operator?
As I saw in samples code, the operators use like all plugins MakeAutoParam(this) and the usual BeginEditParam end EndEditParam, no hacks or other things.
I think it has something to do with the “IObject *ip” param, because flags as stated in documentation can contain only the command panel IDs (Create, Modify, Hierarchy, Motion, ...)
Thanks
P.S. I know I’ve asked the same question in a previous topic but as I see it didn’t got anywhere, maybe because I didn’t ask the question correctly.
If moderators want to delete one of topics please don’t delete this.
|
|
|
|
FINALY Found it!!… After 2 Months..
CreateRWParamMap2()
its even not documented… just sits there in iparamm2.h
|
|
|