Skip to content

Commit

Permalink
Windows compile,fix maya AE templet
Browse files Browse the repository at this point in the history
  • Loading branch information
iceprincefounder committed Nov 14, 2017
1 parent 74200d2 commit 45e3c9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ae/syToonsTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def setup(self):

self.params["casting_light"] = Param("casting_light", "Casting Light ", "", "bool", presets=None)
self.params["casting_occlusion"] = Param("casting_occlusion", "Casting Occlusion", "", "bool", presets=None)
self.params["use_ramp_color"] = Param("use_ramp_color", "Use Ramp Color", "", "bool", presets=None)

self.params["sy_aov_sytoons_beauty"] = Param("sy_aov_sytoons_beauty", "Aov syToons Beauty", "", "rgb", presets=None)
self.params["sy_aov_color_major"] = Param("sy_aov_color_major", "Aov Color Major", "", "rgb", presets=None)
Expand Down Expand Up @@ -57,6 +58,7 @@ def setup(self):
self.beginLayout("Optimization", collapse=False)
self.addControl("casting_light", label="Casting Light", annotation="")
self.addControl("casting_occlusion", label="Casting Occlusion", annotation="")
self.addControl("use_ramp_color", label="Use Ramp Color", annotation="")
self.endLayout()

self.beginLayout("AOVs", collapse=True)
Expand Down
5 changes: 5 additions & 0 deletions aexml/AEsyToonsTemplate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<label>Casting Occlusion</label>
<description></description>
</attribute>
<attribute name="use_ramp_color" type="maya.bool">
<label>Use Ramp Color</label>
<description></description>
</attribute>
<attribute name="sy_aov_sytoons_beauty" type="maya.float3">
<label>Aov syToons Beauty</label>
<description></description>
Expand Down Expand Up @@ -116,6 +120,7 @@
<label>Light Shading</label>
<property name="casting_light"/>
<property name="casting_occlusion"/>
<property name="use_ramp_color"/>
</group>
<group name="AOVs">
<label>AOVs</label>
Expand Down
Binary file modified bin/sytoons.dll
Binary file not shown.

0 comments on commit 45e3c9c

Please sign in to comment.