ScriptSpot

Script

DBC Fast SSS v1.0

By Dabai · Credited author: Hanrui · 2008-07-18

Version
1.0
Date updated
2008-07-18
Votes
8
Description

A maxscript to Simulation SSS(SubSurface Scattering). It's build in Self-Illumination map.


Attachments

Tags: sss

Comments (6)

frnkcrnk · 2009-07-31

Is this faster than mray native fast SSS?

Dabai · 2008-07-23

"global sss_lightm = undefined " Should be "global sss_light = undefined "
This is the result I do not care .sorry! I have fix it.

Curtis W. Tooley · 2008-07-22

Solozar,

Be sure to check for the errant "r" floating around in the script. Throws the CP off and generally causes problems.

Clean up the formating in the source and it is easier to read.

And of course put in the 2 missing globals:

global sss_light = undefined
global sss_obj = undefined

CWT

solozar · 2008-07-22

Hi. Sorry for mine English.
Has found your script ( DBC Fast SSS v1.0 ) on http://www.scriptspot.com (http://www.scriptspot.com/3ds-max/dbc-fast-sss-v1-0). The excellent script, but only it at me does not work normally. Itself script run it is normal. I choose a light source and after itself object, but then drop a window of a mistake. Too most on Мах9 - мах2008 - мах2009 32/64bit.
Error: --Unknoun property: "pos" undefined on line in script - p_light=sss_light.pos
It is possible to correct it or such only at me? Lots of thanks

whatwhat · 2008-07-19

good

ricozone · 2008-07-18

Hi,
very nice script to do the trick for fake sss

I had errors when I executed the script, I hade to declare the two following variables:


global sss_light = undefined
global sss_obj = undefined

It works well now.

Thanks for your script

RicoZone