• 大小: 1.62MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-10
  • 语言: 其他
  • 标签: alshaders  

资源简介

arnold渲染器的材质资源alShaders,这个是最新版的,希望各位喜欢

资源截图

代码片段和文件信息

import pymel.core as pm
from alShaders import *

class AEalBlackbodyTemplate(alShadersTemplate):
controls = {}
params = {}
def setup(self):
self.params.clear()
self.params[“temperature“] = Param(“temperature“ “Temperature“ “The temperature value used to generate the color. From low to high the spectrum goes through red orange yellow white blue.“ “float“ presets=None)
self.params[“strength“] = Param(“strength“ “Strength“ “Multiplier on the brightness of the generated color.“ “float“ presets=None)
self.params[“physicalIntensity“] = Param(“physicalIntensity“ “Physical intensity“ “When set to the default of 1 the full range of physical brightness will be preserved. When set to 0 the generated colors will never be brighter than white.“ “float“ presets=None)
self.params[“physicalExposure“] = Param(“physicalExposure“ “Physical exposure“ “An overall exposure value to apply to the color. This is useful to preserve the physical brightness curve but get low-temperature colors into a sensible range.“ “float“ presets=None)

self.addSwatch()
self.beginScrollLayout()

self.addCustomFlt(“temperature“)
self.addCustomFlt(“strength“)
self.beginLayout(“Advanced“ collapse=True)
self.addCustomFlt(“physicalIntensity“)
self.addCustomFlt(“physicalExposure“)
self.endLayout() # END Advanced

pm.mel.AEdependNodeTemplate(self.nodeName)
self.addExtraControls()

self.endScrollLayout()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2611  2016-06-16 04:15  alsUtil.mel
     文件        4493  2017-02-04 07:04  INSTALL
     文件        1667  2016-06-16 04:15  README
     文件        1462  2017-04-23 04:31  ae\alBlackbodyTemplate.py
     文件         549  2017-04-23 04:31  ae\alCacheTemplate.py
     文件        7830  2017-04-23 04:31  ae\alCellNoiseTemplate.py
     文件         792  2017-04-23 04:31  ae\alColorSpaceTemplate.py
     文件        1030  2017-04-23 04:31  ae\alCombineColorTemplate.py
     文件        1030  2017-04-23 04:31  ae\alCombineFloatTemplate.py
     文件        4422  2017-04-23 04:31  ae\alCurvatureTemplate.py
     文件        1547  2017-04-23 04:31  ae\alFlakeTemplate.py
     文件        5818  2017-04-23 04:31  ae\alFlowNoiseTemplate.py
     文件        6358  2017-04-23 04:31  ae\alFractalTemplate.py
     文件        5366  2017-04-23 04:31  ae\alGaborNoiseTemplate.py
     文件       19271  2017-04-23 04:31  ae\alHairTemplate.py
     文件        3884  2017-04-23 04:31  ae\alInputScalarTemplate.py
     文件        2480  2017-04-23 04:31  ae\alInputVectorTemplate.py
     文件        1904  2017-04-23 04:31  ae\alJitterColorTemplate.py
     文件        9238  2017-04-23 04:31  ae\allayerColorTemplate.py
     文件        6841  2017-04-23 04:31  ae\allayerFloatTemplate.py
     文件       10798  2017-04-23 04:31  ae\allayerTemplate.py
     文件        4542  2017-04-23 04:31  ae\alPatternTemplate.py
     文件        1865  2017-04-23 04:31  ae\alRemapColorTemplate.py
     文件        3569  2017-04-23 04:31  ae\alRemapFloatTemplate.py
     文件        4867  2016-06-16 04:15  ae\alShaders.py
     文件       52770  2017-04-23 04:31  ae\alSurfaceTemplate.py
     文件        2010  2017-04-23 04:31  ae\alSwitchColorTemplate.py
     文件        2018  2017-04-23 04:31  ae\alSwitchFloatTemplate.py
     文件        4080  2017-04-23 04:31  ae\alTriplanarTemplate.py
     文件        1562  2017-04-23 04:31  aexml\AEalBlackbodyTemplate.xml
     文件         627  2017-04-23 04:31  aexml\AEalCacheTemplate.xml
............此处省略248个文件信息

评论

共有 条评论

相关资源