码迷,mamicode.com
首页 > 其他好文 > 详细

控制节点连接删除后节点是否存在

时间:2015-02-12 01:53:49      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

当连接某个节点的其他节点都被删除时,MPxNode根据情况决定是否删除
控制此种删除行为的是以下几个函数:
MStatus setExistWithoutInConnections (bool flag)
 This method specifies whether or not the node can exist without input connections. 
bool existWithoutInConnections (MStatus *ReturnStatus=NULL) const
 Determines whether or not this node can exist without input connections. 
MStatus setExistWithoutOutConnections (bool flag)
 This method specifies whether or not the node can exist without output connections. 
bool existWithoutOutConnections (MStatus *ReturnStatus=NULL) const
 Determines whether or not this node can exist without output connections. 

按照maya的规定,set函数应该在postConstructor调用,而不是在构造函数被调用。详细见postConstructor解释。





控制节点连接删除后节点是否存在

标签:

原文地址:http://www.cnblogs.com/dydx/p/4287231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!