beeemtee Posted August 9, 2010 Share Posted August 9, 2010 (edited) Hi, I'm developing a SOP asset which has two transform handles, and I would like make the two distinguishable from each other somehow. The best solution would be to disable one handle while the parameter folder corresponding to the other. So my questions are: - is it possible to disable a handle temporarily? - is it possible to tell that which folder is active in the parameter edtior? - if the answer to the above two is negative, is it possible to visually differentiate the two somehow? please feel free to suggest other approaches to the problem. thanks bmt Edited August 10, 2010 by beeemtee Quote Link to comment Share on other sites More sharing options...
beeemtee Posted August 10, 2010 Author Share Posted August 10, 2010 I made a little progress with the above problem. The xform handle has a bindable onoff parameter, which disables the handle when the value it's connected to evaluates to false (0). The handle won't disappear but it'll become dimmed (drawn with dashed lines), and it'll be not possible to move it or otherwise alter it. This raised another problem, because if the disabled handle and the other overlapped, it wasn't possible to alter any of them. It turned out that the disabled handle steals the UI events despite its disabled state. The solution is to change the order of the handles in the handle-list. In my experience the handle with the lower position gets the events first in such a situation. cheers bmt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.