class REB_NullFilter(dmj5.ulb:DMJ_ConvolutionFilter) {
public:
import "common.ulb"
import "dmj5.ulb"
; contructor
func REB_NullFilter(Generic pparent)
DMJ_ConvolutionFilter.DMJ_ConvolutionFilter(pparent)
int elements = 1
setLength(m_Offsets, elements)
setLength(m_Weights, elements)
m_offsets[0] = 0
m_weights[0] = 1
m_multiplier = 1
endfunc
default:
title = "Null Filter"
int param v_nullfilter
caption = "Version (Null Filter)"
default = 100
hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used."
visible = @v_nullfilter < 100
endparam
}