blondimage / keyvis-dev

Automatically exported from code.google.com/p/keyvis-dev
0 stars 0 forks source link

ICE Nodes and Render Nodes added to wrong objet when created through QMenu #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using QMenu to create ICE or Shading Nodes in floating ICE or Render Tree 
Views,
the created node might be added to a different ICE Tree or Render Tree when 
more than one floating ICE or Render Tree View is currently opened.

This is due to a limitation in the Softimage that does not allow to retrieve 
the view under the mouse with precision. We use a workaround that becomes 
unreliable once more than one of these views is floating at the same time.

Workaround: Only have one of each type of floating View (ICE Tree or Render 
Tree) open
at the same time. Minimizing the other views also prevents the error from 
happening, as does using docked ICE and Render Trees. 

Original issue reported on code.google.com by stefan@keyvis.at on 4 Aug 2011 at 10:32