__init__.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:sfx 作者: theodox 项目源码 文件源码
def create(cls, name):
        """
        Create a new shader and return the ShaderNetwork that wraps it.
        """
        sfx_shader = cmds.shadingNode('ShaderfxShader', asShader=True, name=name)
        cmds.shaderfx(sfxnode=sfx_shader, initShaderAttributes=True)
        network = cls(sfx_shader)
        return network
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号