THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/08/2006 at 20:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Is there any way to allow the user to make Polygon selections using the Polygon Tool while there are deformers under the Polygon object?
I notice that disabling the deformer hierarchy makes no difference. It is also noticed that "Select All" works, but of course it is not interactive but more a command. The only way to do this otherwise to my knowledge is to move the deformer hierarchy out from underneath the Polygon object. This is a maneuver that I'd like to avoid forcing my users to make.
Returning FALSE from ModifyObject() just makes the Polygon object not show (which isn't useful for selection). Returning TRUE (with no other actions) from ModifyObject() retains the same problem.
Thanks for any help in this regard,