Обращение к другим объектам V-Ray из MaxScript |
Обзор
Эта часть описания НЕ является переводом докуметации V-Ray. Нижеприведенная информация отсутствует в документации, взятой с сайта http://www.spot3d.com/. Эта глава написана Black Sphinx, исходя из практических потребностей и на основании собственных изысканий и экспериментов с демо-версией V-Ray 2.00.02 под пробной версией 3ds Max 2009.
Как и все другие объекты 3ds Max, объекты V-Ray являются потомками других классов 3ds Max и наследуют свойства и методы, определенные для этих классов. Подробности см. в соответствующих разделах MaxScript Reference. Здесь перечислены только свойства, уникальные для данных классов V-Ray.
Визуализатор VRay
Класс визуализатора V-Ray не имеет конструктора. Объект визуализатора V-Ray существует в единственном экземпляре. Как получить доступ к визуализатору V-Ray описано в разделе MaxScript.
VRay renderer
Описание: VRay renderer
Properties: .imageSampler_type : integer .filter_on : boolean .filter_kernel : maxObject .filter_size : float .filter_paramA : float .filter_paramB : float .filter_paramC : float .fixedRate_subdivs : integer .fixedRate_rand : boolean .twoLevel_baseSubdivs : integer .twoLevel_fineSubdivs : integer .twoLevel_showSamples : boolean .twoLevel_useDMCSamplerThresh (twoLevel_useMCSamplerThresh) : boolean .twoLevel_threshold : float .adaptiveSubdivision_minRate : integer .adaptiveSubdivision_maxRate : integer .adaptiveSubdivision_threshold : float .adaptiveSubdivision_rand : boolean .adaptiveSubdivision_showSamples : boolean .imageSampler_outline : boolean .imageSampler_mtlID : boolean .imageSampler_normal : boolean .imageSamper_normal_threshold : float .imageSampler_zvalue : boolean .imageSampler_zvalue_threshold : float .gi_on : boolean .gi_refractCaustics : boolean .gi_reflectCaustics : boolean .gi_primary_type : integer .gi_primary_multiplier : float .gi_secondary_type : integer .gi_secondary_multiplier : float .gi_saturation : float .gi_contrast : float .gi_contrast_base : float .gi_saveMapsPerFrame : boolean .gi_ao_on : boolean .gi_ao_amount : float .gi_ao_radius : worldUnits .gi_ao_subdivs : integer .gi_rayDistanceOn : boolean .gi_rayDistance : float .gi_irradmap_minRate : integer .gi_irradmap_maxRate : integer .gi_irradmap_subdivs : integer .gi_irradmap_interpSamples : integer .gi_irradmap_colorThreshold : float .gi_irradmap_normalThreshold : float .gi_irradmap_distThreshold : float .gi_irradmap_showSamples : boolean .gi_irradmap_showCalcPhase : boolean .gi_irradmap_showDirectLight : boolean .gi_irradmap_preset : integer .adv_irradmap_interpolationType : integer .adv_irradmap_mode : integer .adv_irradmap_dontDelete : boolean .adv_irradmap_loadFileName : filename .adv_irradmap_saveFileName : filename .adv_irradmap_calcInterpSamples : integer .adv_irradmap_useCurrentPassSamples : boolean .adv_irradmap_autoSave : boolean .adv_irradmap_autoSaveFileName : filename .adv_irradmap_switchToSavedMap : boolean .adv_irradmap_randomize : boolean .adv_irradmap_lookupType : integer .adv_irradmap_checkSampleVisibility : boolean .adv_irradmap_limitSearchRange : boolean .gi_irradmap_multipleViews : boolean .gi_irradmap_blurGI : float .gi_irradmap_detail_on (irradmap_detail_on) : boolean .gi_irradmap_detail_radius (irradmap_detail_radius) : float .gi_irradmap_detail_subdivsMult (irradmap_detail_subdivsMult) : float .gi_irradmap_detail_scale (irradmap_detail_scale) : integer .gi_irradmap_previewMode (irradmap_previewMode) : integer .gi_irradmap_interpFrames : integer .caustics_on : boolean .caustics_searchDist : worldUnits .caustics_maxPhotons : integer .caustics_multiplier : float .caustics_mode : integer .caustics_dontDelete : boolean .caustics_loadFileName : filename .caustics_saveFileName : filename .casutics_autoSave : boolean .caustics_autoSaveFileName : filename .caustics_switchToSavedMap : boolean .caustics_maxDensity (caustics_maxDens) : worldUnits .caustics_showCalcPhase : boolean .environment_gi_on : boolean .environment_gi_color : RGB color .environment_gi_color_multiplier : float .environment_gi_map : texturemap .environment_gi_map_on : boolean .environment_rr_on : boolean .environment_rr_color : RGB color .environment_rr_color_multiplier : float .environment_rr_map : texturemap .environment_rr_map_on : boolean .environment_refract_on : boolean .environment_refract_color : RGB color .environment_refract_color_multiplier : float .environment_refract_map : texturemap .environment_refract_map_on : boolean .gbuffer_channelMask : integer .colorMapping_type : integer .colorMapping_darkMult : float .colorMapping_brightMult : float .colorMapping_gamma : float .colorMapping_affectBackground : boolean .colorMapping_clampOutput : boolean .colorMapping_clampLevel : float .colorMapping_subpixel : boolean .colorMapping_adaptationOnly : boolean .colorMapping_linearWorkflow : boolean .camera_type : integer .camera_overrideFOV : boolean .camera_fov : float .camera_cyl_height : float .camera_fish_autoDistance : boolean .camera_fish_distance : float .camera_fish_curve : float .dof_on : boolean .dof_distance : worldUnits .dof_getFromCamera : boolean .dof_shutter : worldUnits .dof_subdivs : integer .dof_bias : float .dof_sides_on : boolean .dof_sides_num : integer .dof_sides_rotation : angle .dof_anisotropy : float .moblur_on : boolean .camera_motion_blur : boolean .moblur_duration : float .moblur_intervalCenter : float .moblur_geomSamples : integer .moblur_prepassSamples : integer .moblur_dmc_minSamples (moblur_minSamples) : integer .moblur_geometryParticles : boolean .moblur_bias : float .system_distributedRender : boolean .system_raycaster_maxLevels : integer .system_raycaster_minLeafSize : worldUnits .system_raycaster_faceLevelCoeff : float .system_raycaster_memLimit : integer .system_instancedObjects : integer .system_raycaster_optLevel : integer .system_region_x : integer .system_region_y : integer .system_region_meaning : integer .system_region_sequence : integer .system_region_sequence_reverse : integer .system_previousRender : integer .system_region_lockSize : boolean .system_frameStamp_on : boolean .system_frameStamp_string : string .system_frameStamp_fullWidth : boolean .system_frameStamp_justify : integer .system_workInCameraSpace : boolean .system_checkForMissingFiles : boolean .system_optimizedAtmospherics : boolean .system_lowThreadPriority : boolean .system_vrayLog_show : boolean .system_vrayLog_level : integer .system_vrayLog_file : filename .system_vrayLog_ccToDebugger : boolean .system_numThreads : integer .dmc_timeDependent (mc_lockToPixels) : boolean .dmc_importanceSampling (mc_importanceSampling) : float .dmc_earlyTermination_amount (mc_earlyTermination_amount) : float .dmc_earlyTermination_threshold (mc_earlyTermination_threshold) : float .dmc_earlyTermination_minSamples (mc_earlyTermination_minSamples) : integer .dmc_subdivs_mult (mc_subdivs_mult) : float .dmc_pathSampler_type (mc_pathSampler_type) : integer .photonMap_bounces : integer .photonMap_searchDist : worldUnits .photonMap_autoDist : boolean .photonMap_maxPhotons : integer .photonMap_convert : boolean .photonMap_interpSamples : integer .photonMap_multiplier : float .photonMap_convexHullEstimate : boolean .photonMap_storeDirectLight : boolean .photonMap_retraceCorners : float .photonMap_retraceBounces : integer .photonMap_maxDensity : worldUnits .photonMap_mode : integer .photonMap_loadFileName : filename .photonMap_saveFileName : filename .photonMap_dontDelete : boolean .photonMap_autoSave : boolean .photonMap_autoSaveFileName : filename .photonMap_switchToSavedMap : boolean .photonMap_showCalcPhase : boolean .options_displacement : boolean .options_lights : boolean .options_hiddenLights : boolean .options_shadows : boolean .options_defaultLights : integer .options_reflectionRefraction : boolean .options_limitDepth : boolean .options_maxDepth : integer .options_maps : boolean .options_filterMaps : boolean .options_transpMaxLevels : integer .options_transpCutoff : float .options_dontRenderImage : boolean .options_overrideMtl_on : boolean .options_overrideMtl_mtl : material .options_showGIOnly : boolean .options_ray_bias : float .options_glossyEffects : boolean .options_geom_backfaceCull : boolean .options_mtl_filterMaps_indirect : boolean .options_useLegacyModels : boolean .options_use3dsMaxPhotometricUnits : boolean .output_on : boolean .output_aspectlock (Lock_aspect) : boolean .output_imageaspect (Image_aspect) : float .output_width : integer .output_height : integer .output_aspect : float .output_fileOnly : boolean .output_saveFile : boolean .output_fileName : string .output_saveRawFile : boolean .output_rawFileName : filename .output_useram : boolean .output_genpreview (output_genrpeview) : boolean .output_splitgbuffer : boolean .output_splitfilename : filename .output_splitbitmap : bitmap .output_getsetsfrommax : boolean .output_splitRGB : boolean .output_splitAlpha : boolean .output_renderType : integer .output_regxmin : integer .output_regxmax : integer .output_regymin : integer .output_regymax : integer .output_force32bit_3dsmax_vfb : boolean .output_rawExrUseHalf : boolean .displacement_overrideMax : boolean .displacement_edgeLength : float .displacement_viewDependent : boolean .displacement_maxSubdivs : integer .displacement_tightBounds : boolean .displacement_amount : float .displacement_relative : boolean .dmcgi_subdivs (mcgi_subdivs) : integer .dmcgi_depth (mcgi_depth) : integer .lightcache_subdivs : integer .lightcache_sampleSize : float .lightcache_filter_type : integer .lightcache_filter_size : float .lightcache_bounces : integer .lightcache_showCalcPhase : integer .lightcache_storeDirectLight : integer .lightcache_multipleViews : boolean .lightcache_scale : integer .lightcache_mode : integer .lightcache_retrace_on : boolean .lightcache_retrace_threshold : float .lightcache_loadFileName : filename .lightcache_saveFileName : filename .lightcache_interpSamples : integer .lightcache_prefilter_on : boolean .lightcache_prefilter_samples : integer .lightcache_dontDelete : boolean .lightcache_autoSave : boolean .lightcache_autoSaveFileName : filename .lightcache_switchToSavedMap : boolean .lightcache_useForGlossyRays : boolean .lightcache_numPasses : integer .lightcache_adaptiveTracing : boolean .lightcache_adaptiveTracing_dirsOnly (lightcahe_adaptiveTracing_dirsOnly) : boolean .lightcache_minPathsPerSample : integer .notUsed .notUsed Class: V_Ray_Adv_2_00_02 Class hierarchy: V_Ray_Adv_2_00_02 RendererClass MAXWrapper ValueМатериалы
VRay2SidedMtl
Описание: VRay2SidedMtl
Properties: .frontMtl : material .backMtl : material .translucency : RGB color .backMtlOn : boolean .texmap_translucency : texturemap .texmap_translucency_multiplier : float .texmap_translucency_on : boolean .force1SidedSubMtls : boolean Class: VRay2SidedMtl Class hierarchy: VRay2SidedMtl material MAXWrapper ValueVRayBlendMtl
Описание: VRayBlendMtl
Properties: .baseMtl : material .coatMtl : material array .blend : RGB color array .texmap_blend : texturemap array .texmap_blend_multiplier (texmap_blend_mult) : float array .additiveMode : boolean Class: VRayBlendMtl Class hierarchy: VRayBlendMtl material MAXWrapper ValueVRayCarPaintMtl
Описание: VRayCarPaintMtl
Properties: .base_color : RGB color .base_reflection : float .base_glossiness : float .flake_color : RGB color .flake_glossiness : float .flake_orientation : float .flake_density : float .flake_scale : float .flake_size : float .flake_seed : integer .flake_filtering : integer .flake_map_size : integer .flake_mapping_type : integer .flake_map_channel : integer .coat_color : RGB color .coat_strength : float .coat_glossiness : float .trace_reflections : boolean .double_sided : boolean .subdivs : integer .cutoff_threshold : float .texmap_base_color : texturemap .texmap_base_color_on : boolean .texmap_base_color_multiplier : float .texmap_base_reflection : texturemap .texmap_base_reflection_on : boolean .texmap_base_reflection_multiplier : float .texmap_base_glossiness : texturemap .texmap_base_glossiness_on : boolean .texmap_base_glossiness_multiplier : float .texmap_flake_color : texturemap .texmap_flake_color_on : boolean .texmap_flake_color_multiplier : float .texmap_flake_glossiness : texturemap .texmap_flake_glossiness_on : boolean .texmap_flake_glossiness_multiplier : float .texmap_flake_orientation : texturemap .texmap_flake_orientation_on : boolean .texmap_flake_orientation_multiplier : float .texmap_coat_color : texturemap .texmap_coat_color_on : boolean .texmap_coat_color_multiplier : float .texmap_coat_strength : texturemap .texmap_coat_strength_on : boolean .texmap_coat_strength_multiplier : float .texmap_coat_glossiness : texturemap .texmap_coat_glossiness_on : boolean .texmap_coat_glossiness_multiplier : float .texmap_coat_bump : texturemap .texmap_coat_bump_on : boolean .texmap_coat_bump_multiplier : float Class: VRayCarPaintMtl Class hierarchy: VRayCarPaintMtl material MAXWrapper ValueVRayFastSSS
Описание: VRayFastSSS
Properties: .prepass_rate : integer .interpolation_samples : integer .diffuse_roughness : float .shallow_radius : worldUnits .shallow_color : RGB color .deep_radius : worldUnits .deep_color : RGB color .backscatter_depth : worldUnits .back_radius : worldUnits .back_color : RGB color .color_multiplier : float .deep_filter_multiplier : float .subdivs : integer .bias : float .trace_depth : float .shallow_texmap : texturemap .shallow_texmap_on : boolean .shallow_texmap_multiplier : float .deep_texmap : texturemap .deep_texmap_on : boolean .deep_texmap_multiplier : float .back_texmap : texturemap .back_texmap_on : boolean .back_texmap_multiplier : float .bump : texturemap .bump_on : boolean .bump_multiplier : float .algorithm : integer Class: VRayFastSSS Class hierarchy: VRayFastSSS material MAXWrapper ValueVRayFastSSS2
Описание: VRayFastSSS2
Properties: .preset : integer .prepass_rate : integer .prepass_id : integer .scale : float .IOR : float .overall_color : RGB color .diffuse_color : RGB color .diffuse_amount : float .sub_surface_color : RGB color .scatter_color : RGB color .scatter_radius : float .phase_function : float .specular_color : RGB color .specular_amount : float .specular_glossiness : float .specular_subdivs : integer .trace_reflections : boolean .reflection_depth : integer .single_scatter : integer .single_scatter_subdivs : integer .refraction_depth : integer .front_lighting : boolean .back_lighting : boolean .scatter_gi : boolean .prepass_LOD_threshold : float .interpolation_accuracy : float .prepass_blur : float .cutoff_threshold : float .texmap_bump : texturemap .texmap_bump_on : boolean .texmap_bump_multiplier : float .texmap_overall_color : texturemap .texmap_overall_color_on : boolean .texmap_overall_color_multiplier : float .texmap_diffuse_color : texturemap .texmap_diffuse_color_on : boolean .texmap_diffuse_color_multiplier : float .texmap_diffuse_amount : texturemap .texmap_diffuse_amount_on : boolean .texmap_diffuse_amount_multiplier : float .texmap_specular_color : texturemap .texmap_specular_color_on : boolean .texmap_specular_color_multiplier : float .texmap_specular_amount : texturemap .texmap_specular_amount_on : boolean .texmap_specular_amount_multiplier : float .texmap_specular_glossiness : texturemap .texmap_specular_glossiness_on : boolean .texmap_specular_glossiness_multiplier : float .texmap_sss_color : texturemap .texmap_sss_color_on : boolean .texmap_sss_color_multiplier : float .texmap_scatter_color : texturemap .texmap_scatter_color_on : boolean .texmap_scatter_color_multiplier : float .texmap_scatter_radius : texturemap .texmap_scatter_radius_on : boolean .texmap_scatter_radius_multiplier : float .texmap_displacement : texturemap .texmap_displacement_on : boolean .texmap_displacement_multiplier : float Class: VRayFastSSS2 Class hierarchy: VRayFastSSS2 material MAXWrapper ValueVRayLightMtl
Описание: VRayLightMtl
Properties: .color : RGB color .multiplier : float .texmap : texturemap .texmap_on : boolean .twoSided (lightMtl_twoSided) : boolean .compensate_exposure : boolean .opacity_multiplyColor : boolean .opacity_texmap (lightmtl_opacity_texmap) : texturemap .opacity_texmap_on (lightmtl_opacity_texmap_on) : boolean .directLight_on : boolean .directLight_subdivs : integer .directLight_cutoffThreshold : float .displacement_multiplier : float .displacement_texmap : texturemap .displacement_texmap_on : boolean Class: VRayLightMtl Class hierarchy: VRayLightMtl material MAXWrapper ValueVRayMtl
Описание: VRayMtl
Properties: .diffuse : RGB color .diffuse_roughness : float .reflection : RGB color .reflection_glossiness : float .hilight_glossiness : float .reflection_subdivs : integer .reflection_fresnel : boolean .reflection_maxDepth : integer .reflection_exitColor (reflect_exitColor) : RGB color .reflection_useInterpolation (useInterpolation) : boolean .reflection_ior : float .reflection_lockGlossiness : boolean .reflection_lockIOR : boolean .reflection_dimDistance : worldUnits .reflection_dimDistance_on : boolean .reflection_dimDistance_falloff : float .refraction : RGB color .refraction_glossiness : float .refraction_subdivs : integer .refraction_ior : float .refraction_fogColor : RGB color .refraction_fogMult (refraction_fogMultiplier) : float .refraction_fogBias : float .refraction_affectShadows : boolean .refraction_affectAlpha : integer .refraction_maxDepth : integer .refraction_exitColor (refract_exitColor) : RGB color .refraction_useExitColor (refract_useExitColor) : boolean .refraction_useInterpolation : boolean .refraction_dispersion (refract_dispersion) : float .refraction_dispersion_on (refract_dispersion_on) : boolean .translucency_on (translucency_type) : integer .translucency_thickness : worldUnits .translucency_scatterCoeff : float .translucency_fbCoeff : float .translucency_multiplier : float .translucency_color (translucent_color) : RGB color .brdf_type : integer .anisotropy (brdf_anisotropy) : float .anisotropy_rotation (brdf_anisotropy_rotation) : float .anisotropy_derivation (brdf_anisotropy_derivation) : integer .anisotropy_axis (brdf_anisotropy_axis) : integer .anisotropy_channel (brdf_anisotropy_channel) : integer .soften (brdf_soften) : float .brdf_fixDarkEdges : boolean .option_traceDiffuse : boolean .option_traceReflection : boolean .option_traceRefraction : boolean .option_doubleSided : boolean .option_reflectOnBack : boolean .option_useIrradMap : boolean .refraction_fogUnitsScale_on (refraction_fogUnitScale_on) : boolean .option_traceDiffuseAndGlossy : integer .option_cutOff : float .preservationMode : integer .option_environment_priority : integer .effect_id : integer .override_effect_id : boolean .option_clampTextures : boolean .texmap_diffuse : texturemap .texmap_diffuse_on : boolean .texmap_diffuse_multiplier : float .texmap_reflection : texturemap .texmap_reflection_on : boolean .texmap_reflection_multiplier : float .texmap_refraction : texturemap .texmap_refraction_on : boolean .texmap_refraction_multiplier : float .texmap_bump : texturemap .texmap_bump_on : boolean .texmap_bump_multiplier : float .texmap_reflectionGlossiness : texturemap .texmap_reflectionGlossiness_on : boolean .texmap_reflectionGlossiness_multiplier : float .texmap_refractionGlossiness : texturemap .texmap_refractionGlossiness_on : boolean .texmap_refractionGlossiness_multiplier : float .texmap_refractionIOR (texmap_ior) : texturemap .texmap_refractionIOR_on (texmap_ior_on) : boolean .texmap_refractionIOR_multiplier (texmap_ior_multiplier) : float .texmap_displacement : texturemap .texmap_displacement_on : boolean .texmap_displacement_multiplier : float .texmap_translucent : texturemap .texmap_translucent_on : boolean .texmap_translucent_multiplier : float .texmap_environment : texturemap .texmap_environment_on : boolean .texmap_hilightGlossiness : texturemap .texmap_hilightGlossiness_on : boolean .texmap_hilightGlossiness_multiplier : float .texmap_reflectionIOR : texturemap .texmap_reflectionIOR_on : boolean .texmap_reflectionIOR_multiplier : float .texmap_opacity : texturemap .texmap_opacity_on : boolean .texmap_opacity_multiplier : float .texmap_roughness : texturemap .texmap_roughness_on : boolean .texmap_roughness_multiplier : float .texmap_anisotropy : texturemap .texmap_anisotropy_on : boolean .texmap_anisotropy_multiplier : float .texmap_anisotropy_rotation : texturemap .texmap_anisotropy_rotation_on : boolean .texmap_anisotropy_rotation_multiplier : float .reflect_minRate : integer .reflect_maxRate : integer .reflect_interpSamples : integer .reflect_colorThreshold (reflect_clrThresh) : float .reflect_normalThreshold (reflect_nrmThresh) : float .refract_minRate : integer .refract_maxRate : integer .refract_interpSamples : integer .refract_colorThreshold (refract_clrThresh) : float .refract_normalThreshold (refract_nrmThresh) : float Class: VRayMtl Class hierarchy: VRayMtl material MAXWrapper ValueVRayMtlWrapper
Описание: VRayMtlWrapper
Properties: .baseMtl : material .generateGI : boolean .generateGIMult : float .receiveGI : boolean .receiveGIMult : float .generateCaustics : boolean .receiveCaustics : boolean .causticsMult : float .matteSurface : boolean .alphaContribution : float .matte_shadows (matteShadows) : boolean .matte_shadowsAffectAlpha : boolean .matte_shadowColor : RGB color .matte_shadowBrightness : float .matte_reflectionMultiplier : float .matte_refractionMultiplier : float .matte_giMultiplier : float .matte_noGIOnOtherMattes : boolean .matte_giSurfaceID : integer Class: VRayMtlWrapper Class hierarchy: VRayMtlWrapper material MAXWrapper ValueVRayOverrideMtl
Описание: VRayOverrideMtl
Properties: .baseMtl : material .baseMtl_on : boolean .giMtl : material .giMtl_on : boolean .reflectMtl : material .reflectMtl_on : boolean .refractMtl : material .refractMtl_on : boolean .shadowMtl : material .shadowMtl_on : boolean Class: VRayOverrideMtl Class hierarchy: VRayOverrideMtl material MAXWrapper ValueVRaySimbiontMtl
Описание: VRaySimbiontMtl
Properties: .DarkTree_shader : filename .preserve_tweaks_on_load : boolean .double_sided : boolean .glossy_reflections : boolean .glossy_subdivs : integer .use_luminosity : boolean .use_texture_scale : boolean .bump_scale : float .camera_near : float .camera_far : float .mapping_type : integer .mapping_channel : integer .mapping_smooth_derivatives : boolean .mapping_offset : point3 .mapping_tiling : point3 .mapping_angle : point3 .tweak_int_0 : integer .tweak_float_0 : float .tweak_color_0 : RGB color .tweak_texmap_0 : texturemap .tweak_texmap_mult_0 : float .tweak_int_1 : integer .tweak_float_1 : float .tweak_color_1 : RGB color .tweak_texmap_1 : texturemap .tweak_texmap_mult_1 : float .tweak_int_2 : integer .tweak_float_2 : float .tweak_color_2 : RGB color .tweak_texmap_2 : texturemap .tweak_texmap_mult_2 : float .tweak_int_3 : integer .tweak_float_3 : float .tweak_color_3 : RGB color .tweak_texmap_3 : texturemap .tweak_texmap_mult_3 : float .tweak_int_4 : integer .tweak_float_4 : float .tweak_color_4 : RGB color .tweak_texmap_4 : texturemap .tweak_texmap_mult_4 : float .tweak_int_5 : integer .tweak_float_5 : float .tweak_color_5 : RGB color .tweak_texmap_5 : texturemap .tweak_texmap_mult_5 : float .tweak_int_6 : integer .tweak_float_6 : float .tweak_color_6 : RGB color .tweak_texmap_6 : texturemap .tweak_texmap_mult_6 : float .tweak_int_7 : integer .tweak_float_7 : float .tweak_color_7 : RGB color .tweak_texmap_7 : texturemap .tweak_texmap_mult_7 : float .tweak_int_8 : integer .tweak_float_8 : float .tweak_color_8 : RGB color .tweak_texmap_8 : texturemap .tweak_texmap_mult_8 : float .tweak_int_9 : integer .tweak_float_9 : float .tweak_color_9 : RGB color .tweak_texmap_9 : texturemap .tweak_texmap_mult_9 : float .tweak_int_10 : integer .tweak_float_10 : float .tweak_color_10 : RGB color .tweak_texmap_10 : texturemap .tweak_texmap_mult_10 : float .tweak_int_11 : integer .tweak_float_11 : float .tweak_color_11 : RGB color .tweak_texmap_11 : texturemap .tweak_texmap_mult_11 : float Class: VRaySimbiontMtl Class hierarchy: VRaySimbiontMtl material MAXWrapper ValueVRayVectorDisplBake
Описание: отсутствует
Properties: .target_geometry : node .map_channel : integer .displacement_amount : worldUnits .displacement_shift : worldUnits Class: VRayVectorDisplBake Class hierarchy: VRayVectorDisplBake material MAXWrapper ValueТекстурные карты
VRayBmpFilter
Описание: VRayBmpFilter
Properties: .bitmap (Spin) : bitmap .u_offset (Spin) : float .v_offset (Spin) : float .u_flip (Spin) : boolean .v_flip (Spin) : boolean .channel (Spin) : integer .u_tile (Spin) : boolean .v_tile (Spin) : boolean .bitmapname : string Class: VRayBmpFilter Class hierarchy: VRayBmpFilter textureMap material MAXWrapper ValueVRayColor
Описание: VRayColor
Properties: .red : float .green : float .blue : float .rgb_multiplier : float .alpha : float .color : RGB color .gamma_correction : integer .gamma_value : float Class: VRayColor Class hierarchy: VRayColor textureMap material MAXWrapper ValueVRayCompTex
Описание: VRayCompTex
Properties: .sourceA : texturemap .sourceB : texturemap .operator : integer Class: VRayCompTex Class hierarchy: VRayCompTex textureMap material MAXWrapper ValueVRayDirt
Описание: VRayDirt
Properties: .radius : worldUnits .occluded_color : RGB color .unoccluded_color : RGB color .distribution : float .falloff : float .subdivs : integer .bias : point3 .affect_alpha : boolean .ignore_for_gi : boolean .consider_same_object_only : boolean .invert_normal : boolean .work_with_transparency : boolean .environment_occlusion : boolean .mode : integer .reflection_glossiness : float .affect_reflection_elements : boolean .texmap_radius : texturemap .texmap_radius_on : boolean .texmap_radius_multiplier : float .texmap_occluded_color : texturemap .texmap_occluded_color_on : boolean .texmap_occluded_color_multiplier : float .texmap_unoccluded_color : texturemap .texmap_unoccluded_color_on : boolean .texmap_unoccluded_color_multiplier : float .texmap_reflection_glossiness : texturemap .texmap_reflection_glossiness_on : boolean .texmap_reflection_glossiness_mult : float .excludeList : node array .includeList : node array .resultAffectExcludeList : node array .resultAffectIncludeList : node array Class: VRayDirt Class hierarchy: VRayDirt textureMap material MAXWrapper ValueVRayDistanceTex
Описание: VRayDistanceTex
Properties: .distance : worldUnits .far_color : RGB color .texmap_far (Far_area_texture) : texturemap .texmap_far_on (ids_far_texture_on) : boolean .texmap_far_multiplier (ids_far_texture_multiplier) : float .near_color : RGB color .texmap_near (Near_area_texture) : texturemap .texmap_near_on (ids_near_texture_on) : boolean .texmap_near_multiplier (ids_near_texture_multiplier) : float .inside_color : RGB color .texmap_inside (Inside_area_texture) : texturemap .texmap_inside_on (ids_inside_texture_on) : boolean .texmap_inside_multiplier (ids_inside_texture_multiplier) : float .objects : node array Class: VRayDistanceTex Class hierarchy: VRayDistanceTex textureMap material MAXWrapper ValueVRayEdgesTex
Описание: VRayEdgesTex
Properties: .Thickness (Spin) : float .coords (Spin) : maxObject .HiddenEdges (Spin) : boolean .pixelWidth : float .edgesColor (color) : RGB color .widthType : integer Class: VRayEdgesTex Class hierarchy: VRayEdgesTex textureMap material MAXWrapper ValueVRayHDRI
Описание: VRayHDRI
Properties: .HDRIMapName : filename .multiplier : float .renderMultiplier : float .mapType : integer .horizontalRotation : angle .verticalRotation : angle .horizontalFlip : boolean .verticalFlip : boolean .mapChannel : integer .gamma : float .interpType : integer .hdri_memLimit (memory_limit) : integer .clear_memory (Clear_memory_on_render_end) : boolean .UVGen Class: VRayHDRI Class hierarchy: VRayHDRI textureMap material MAXWrapper ValueVRayMap
Описание: VRayMap
Properties: .spin : float .Type : integer .reflect_backSide : boolean .notUsed : boolean .fog_color : RGB color .reflect_glossy : boolean .notUsed (Spin) : boolean .reflect_glossiness : float .reflect_subdivs : integer .notUsed : integer .notUsed (Spin) : integer .reflect_color : RGB color .reflect_maxDepth : integer .notUsed : boolean .notUsed : float .fogMultiplier (fog_multiplier) : float .refract_glossy : boolean .refract_glossiness : float .refract_subdivs : integer .notUsed : integer .refract_color : RGB color .refract_maxDepth : integer .notUsed : integer .notUsed : float .notUsed : float .reflect_exitColor : RGB color .refract_exitColor : RGB color .reflect_cutOff : float .refract_cutOff : float .reflect_filterMap : texturemap .reflect_filterMapOn : boolean .refract_filterMap : texturemap .refract_filterMapOn : boolean .notUsed : RGB color .ReflectDegrade : integer .RefractDegrade : integer .environmentMap : texturemap .environmentMapOn : boolean .notUsed : float Class: VRayMap Class hierarchy: VRayMap textureMap material MAXWrapper ValueVRayMultiSubTex
Описание: отсутствует
Properties: .from_id : integer .default_color : RGB color .default_texmap : texturemap .default_texmap_on : boolean .default_texmap_mult : float .id_1 : integer .color_1 (color1) : RGB color .texmap_1 : texturemap .texmap_on_1 : boolean .texmap_mult_1 : float .id_2 : integer .color_2 (color2) : RGB color .texmap_2 : texturemap .texmap_on_2 : boolean .texmap_mult_2 : float .id_3 : integer .color_3 (color3) : RGB color .texmap_3 : texturemap .texmap_on_3 : boolean .texmap_mult_3 : float .id_4 : integer .color_4 (color4) : RGB color .texmap_4 : texturemap .texmap_on_4 : boolean .texmap_mult_4 : float .id_5 : integer .color_5 (color5) : RGB color .texmap_5 : texturemap .texmap_on_5 : boolean .texmap_mult_5 : float .id_6 : integer .color_6 (color6) : RGB color .texmap_6 : texturemap .texmap_on_6 : boolean .texmap_mult_6 : float .id_7 : integer .color_7 (color7) : RGB color .texmap_7 : texturemap .texmap_on_7 : boolean .texmap_mult_7 : float .id_8 : integer .color_8 (color8) : RGB color .texmap_8 : texturemap .texmap_on_8 : boolean .texmap_mult_8 : float .id_9 : integer .color_9 (color9) : RGB color .texmap_9 : texturemap .texmap_on_9 : boolean .texmap_mult_9 : float .id_10 : integer .color_10 (color10) : RGB color .texmap_10 : texturemap .texmap_on_10 : boolean .texmap_mult_10 : float .id_11 : integer .color_11 (color11) : RGB color .texmap_11 : texturemap .texmap_on_11 : boolean .texmap_mult_11 : float .id_12 : integer .color_12 (color12) : RGB color .texmap_12 : texturemap .texmap_on_12 : boolean .texmap_mult_12 : float .id_13 : integer .color_13 (color13) : RGB color .texmap_13 : texturemap .texmap_on_13 : boolean .texmap_mult_13 : float .id_14 : integer .color_14 (color14) : RGB color .texmap_14 : texturemap .texmap_on_14 : boolean .texmap_mult_14 : float .id_15 : integer .color_15 (color15) : RGB color .texmap_15 : texturemap .texmap_on_15 : boolean .texmap_mult_15 : float .id_16 : integer .color_16 (color16) : RGB color .texmap_16 : texturemap .texmap_on_16 : boolean .texmap_mult_16 : float .id_17 : integer .color_17 (color17) : RGB color .texmap_17 : texturemap .texmap_on_17 : boolean .texmap_mult_17 : float .id_18 : integer .color_18 (color18) : RGB color .texmap_18 : texturemap .texmap_on_18 : boolean .texmap_mult_18 : float .id_19 : integer .color_19 (color19) : RGB color .texmap_19 : texturemap .texmap_on_19 : boolean .texmap_mult_19 : float .id_20 : integer .color_20 (color20) : RGB color .texmap_20 : texturemap .texmap_on_20 : boolean .texmap_mult_20 : float Class: VRayMultiSubTex Class hierarchy: VRayMultiSubTex textureMap material MAXWrapper ValueVRayNormalMap
Описание: отсутствует
Properties: .normal_map : texturemap .map_channel : integer Class: VRayNormalMap Class hierarchy: VRayNormalMap textureMap material MAXWrapper ValueVRaySamplerInfoTex
Описание: отсутствует
Properties: .type : integer .point_multiplier : float .refract_ior : float .uvw_channel : integer .coord_system : integer .relative_node : node .output : integer Class: VRaySamplerInfoTex Class hierarchy: VRaySamplerInfoTex textureMap material MAXWrapper ValueVRaySky
Описание: VRaySky
Properties: .manual_sun_node (specify_sun_node) : boolean .sun_node (sun_light) : node .sun_turbidity : float .sun_ozone : float .sun_water : float .sun_intensity_multiplier : float .sun_size_multiplier : float .sun_invisible : boolean .sky_model : integer .indirect_horiz_illum : float Class: VRaySky Class hierarchy: VRaySky textureMap material MAXWrapper ValueИсточники света
VRayLight
Описание: VRayLight
Properties: .on : boolean .type : integer .castShadows : boolean .size0 : worldUnits .size1 : worldUnits .size2 : worldUnits .subdivs : integer .color_mode : integer .color_temperature : float .color : RGB color .multiplier : float .doubleSided : boolean .invisible : boolean .affect_diffuse : boolean .affect_specualr (affect_specular) : boolean .affect_reflections : boolean .ignoreNormals : boolean .normalizeColor : integer .noDecay : boolean .storeWithIrradMap : boolean .notUsed : integer .notUsed : integer .skylightPortal : boolean .simplePortal : boolean .smoothSurfaceShadows : boolean .texmap : texturemap .texmap_on : boolean .texmap_resolution : integer .texmap_adaptiveness : float .dome_emitRadius : worldUnits .dome_targetRadius : worldUnits .dome_spherical : boolean .dome_rayDistanceMode : integer .dome_rayDistance : worldUnits .shadowBias : worldUnits .dome_visibleOriginal : boolean .cutoffThreshold : float .mesh_source : node .mesh_replaceOnPick : boolean .mesh_flip : boolean .lightDistribution : float .enable_viewport_shading : boolean .excludeList : node array .includeList : node array .inclExclType : integer Class: VRayLight Class hierarchy: VRayLight light node MAXWrapper ValueVRaySun
Описание: VRaySun
Properties: .enabled : boolean .invisible : boolean .affect_diffuse : boolean .affect_specualr : boolean .cast_atmospheric_shadows : boolean .turbidity : float .ozone : float .water_vapour : float .intensity_multiplier : float .lighting_units : boolean .size_multiplier : float .shadow_subdivs : integer .shadow_bias : float .photon_emit_radius : worldUnits .sky_model : integer .indirect_horiz_illum : float .excludeList : node array .includeList : node array .inclExclType : integer Class: VRaySun Class hierarchy: VRaySun light node MAXWrapper ValueVRayIES
Описание: VRayIES
Properties: .enabled : boolean .targeted : boolean .target_distance : worldUnits .ies_file : filename .rotation_X : float .rotation_Y : float .rotation_Z : float .cutoff : float .shadow_bias : worldUnits .cast_shadows : boolean .affect_diffuse : boolean .affect_specular : boolean .use_light_shape : boolean .shape_subdivs : integer .color_mode : integer .color : RGB color .color_temperature : float .power : float .area_speculars : boolean .excludeList : node array .includeList : node array .inclExclType : integer Class: VRayIES Class hierarchy: VRayIES light node MAXWrapper ValueVRayAmbientLight
Описание: VRayAmbientLight
Properties: .enabled : boolean .mode : integer .gi_min_distance : worldUnits .color : RGB color .intensity : float .light_map : texturemap .light_map_on : boolean .light_map_multiplier : float .compensate_exposure : boolean .excludeList : node array .includeList : node array .inclExclType : integer Class: VRayAmbientLight Class hierarchy: VRayAmbientLight light node MAXWrapper ValueГеометрические объекты
VRayFur
Описание: VRayFur
Properties: .sourceNode : node .numSides : integer .numKnots : integer .thickness (radius) : worldUnits .gravity : worldUnits .bend : float .length : worldUnits .taper : float .flatNormals : boolean .distribution : integer .perFace : integer .perArea : float .lengthVar : float .thicknessVar : float .gravityVar : float .directionVar : float .placement : integer .materialID : integer .referenceFrame : integer .generateWcoord : boolean .wChannel : integer .map_length_on : boolean .map_length : texturemap .map_base_chan : integer .map_direction_on : boolean .map_direction : texturemap .map_initialDirection_on : boolean .map_initialDirection : texturemap .map_bend_on : boolean .map_bend : texturemap .map_gravity_on : boolean .map_gravity : texturemap .map_density_on : boolean .map_density : texturemap .map_thickness_on : boolean .map_thickness : texturemap .viewport_preview : boolean .viewport_maxHairs (iewport_maxHairs) : integer .iconText_on (Icon_Text) : boolean .viewport_autoUpdate : boolean Class: VRayFur Class hierarchy: VRayFur GeometryClass node MAXWrapper ValueVRayProxy
Описание: VRayProxy
Properties: .fileName : filename .display : integer .proxy_scale : worldUnits .anim_type : integer .anim_offset : float .anim_speed : float .import_useExplicitNormals : boolean .import_weldVertices : boolean .expand_frameNumber (Expand___to_frame_number) : boolean .pc_level_multiplier (Biquadratic) : float Class: VRayProxy Class hierarchy: VRayProxy GeometryClass node MAXWrapper ValueVRayPlane
Описание: VRayPlane
Properties: .IconText_on (Icon_text) : boolean Class: VRayPlane Class hierarchy: VRayPlane GeometryClass node MAXWrapper ValueVRaySphere
Описание: отсутствует
Properties: .radius : worldUnits .flip_normals : boolean Class: VRaySphere Class hierarchy: VRaySphere GeometryClass node MAXWrapper ValueКамеры
VRayPhysicalCamera
Описание: VRayPhysicalCamera
Properties: .targeted : boolean .film_width : worldUnits .focal_length : worldUnits .specify_fov : boolean .fov : float .zoom_factor : float .horizontal_offset : float .vertical_offset : float .distortion : float .distortion_type : integer .lens_file : filename .distortion_map : texturemap .f_number : float .target_distance : worldUnits .lens_shift : float .lens_shift_auto : boolean .lens_horShift : float .specify_focus : boolean .focus_distance : worldUnits .dof_display_thresh : float .exposure : boolean .vignetting : boolean .vignetting_amount : float .type : integer .shutter_speed : float .shutter_angle : float .shutter_offset : float .latency : float .ISO : float .systemLightingUnits : boolean .whiteBalance : RGB color .whiteBalance_preset : integer .temperature : float .use_blades : boolean .blades_number : integer .blades_rotation : float .center_bias : float .anisotropy : float .use_dof : boolean .use_moblur : boolean .subdivs : integer .clip_on : boolean .clip_near : worldUnits .clip_far : worldUnits .environment_near : worldUnits .environment_far : worldUnits .horizon_on : boolean .legacy_ISO : boolean .show_camera_cone : integer Class: VRayPhysicalCamera Class hierarchy: VRayPhysicalCamera camera node MAXWrapper ValueVRayDomeCamera
Описание: отсутствует
Properties: .flip_x : boolean .flip_y : boolean .fov : angle Class: VRayDomeCamera Class hierarchy: VRayDomeCamera camera node MAXWrapper ValueТени
VRayShadow
Описание: VRayShadow
Properties: .spin : float .areaShadow (Spin) : boolean .areaShadowType (Spin) : integer .usize (Spin) : worldUnits .vsize (Spin) : worldUnits .wsize (Spin) : worldUnits .notUsed : integer .subdivs (Spin) : integer .transparentShadows (Spin) : boolean .bias (Spin) : float .notUsed : integer .smoothShadows (Spin) : boolean Class: VRayShadow Class hierarchy: VRayShadow Shadow MAXWrapper ValueVRayShadowMap
Описание: VRayShadowMap
Properties: .mode : integer .resolution : integer .min_subdivs : integer .max_subdivs : integer .threshold : float .method : integer .bias : worldUnits .filter : float .filter_method : integer .filter_subdivs : integer Class: VRayShadowMap Class hierarchy: VRayShadowMap Shadow MAXWrapper ValueМодификаторы
VRayDisplacementMod
Описание: VRayDisplacementMod
Properties: .amount : worldUnits .resolution : integer .texmap : texturemap .precision : integer .tightBounds : boolean .shift : worldUnits .useAverage : boolean .texmapChannel (texmap_channel) : integer .waterLevelOn (waterLevel_on) : boolean .waterLevelValue (waterLevel_value) : worldUnits .filterMap : boolean .maxSubdivs : integer .useObjectMtl : boolean .acceleration (notUsed) : integer .cacheSize (notUsed) : integer .precalcLevel (notUsed) : integer .type : integer .keepContinuity : boolean .edgeThresh : float .minSubdivs : integer .edgeLength : float .tightBounds3d : boolean .viewDependent : boolean .relativeToBBox : boolean .filterBlur : float .vectorDisplacement : boolean .splitMethod : integer .texmap_min : float .texmap_max : float Class: VRayDisplacementMod Class hierarchy: VRayDisplacementMod modifier MAXWrapper ValueАтмосферные эффекты
VRayEnvironmentFog
Описание: VRayEnvironmentFog
Properties: .fog_color : RGB color .fog_distance : worldUnits .fog_emission : RGB color .scatter_gi : boolean .scatter_bounces : integer .fog_height : worldUnits .subdivs : integer .step_size : worldUnits .texture_samples : integer .simplify_textures_for_gi : boolean .cutoff_threshold : float .max_steps : integer .texmap_fog_color : texturemap .texmap_fog_color_on : boolean .texmap_fog_color_multiplier : float .texmap_fog_density : texturemap .texmap_fog_density_on : boolean .texmap_fog_density_multiplier : float .texmap_fog_emission : texturemap .texmap_fog_emission_on : boolean .texmap_fog_emission_multiplier : float .affect_background : boolean .gizmo_falloff_radius : float .gizmo_falloff_mode : integer .gizmo_merge_mode : integer .affect_reflections : boolean .affect_refractions : boolean .affect_shadows : boolean .affect_GI : boolean .affect_camera (Affect_Camera_rays) : boolean .gizmos : node array .use_all_lights : boolean .lights : node array .per_gizmo_fadeout_enable : boolean array .per_gizmo_fadeout : float array Class: VRayEnvironmentFog Class hierarchy: VRayEnvironmentFog atmospheric MAXWrapper ValueVRayToon
Описание: VRayToon
Properties: .color (ToBeDone) : RGB color .normalThreshold (ToBeDone) : float .linePixels (ToBeDone) : float .lineWorld (ToBeDone) : float .overlapThreshold (ToBeDone) : float .doSecondaryRays (ToBeDone) : boolean .traceBias (ToBeDone) : float .widthType (ToBeDone) : integer .opacity (ToBeDone) : float .excludeList : node array .excludeType : integer .hideInnerEdges (hide_inner_edges) : boolean .texmap_color : texturemap .texmap_color_on : boolean .texmap_color_multiplier : float .texmap_width : texturemap .texmap_width_on : boolean .texmap_width_multiplier : float .texmap_distortion : texturemap .texmap_distortion_on : boolean .texmap_distortion_multiplier : float .texmap_opacity : texturemap .texmap_opacity_on : boolean .texmap_opacity_multiplier : float Class: VRayToon Class hierarchy: VRayToon atmospheric MAXWrapper ValueVRaySphereFade
Описание: VRaySphereFade
Properties: .gizmos : node array .falloff : float .color : RGB color .affect_alpha : boolean Class: VRaySphereFade Class hierarchy: VRaySphereFade atmospheric MAXWrapper ValueЭффекты
VRayLensEffects
Описание: VRayLensEffects
Properties: .bloomWeight (Bloom_Weight) : float .bloomSize (Bloom_Size) : float .bloomShape (Bloom_Shape) : float .bloomFillEdges (Fill_Edges__Bloom) : boolean .bloomBuffer : integer .glareWeight (Glare_Weight) : float .glareSize (Glare_Size) : float .glareOn (Glare_On) : boolean .bloomOn (Bloom_On) : boolean .glareBitmap (Glare_Bitmap) : bitmap .glareObstacleImage (Glare_Obstacle_Image) : bitmap .glareType (Glare_Type) : integer .glareDiffractionOn (Turn_On_Diffraction) : boolean .glareUseObstImage (Glare_Use_Obstacle_Image) : boolean .glareFillEdges (Fill_Edges__Glare) : boolean .glareCamSidesOn : boolean .glareCamNumSides : integer .glareCamRotation : float .glareCamFNumber : float .glareBuffer : integer Class: VRay_Lens_Effects Class hierarchy: VRay_Lens_Effects renderEffect MAXWrapper ValueВспомогательные объекты
VRayBPTracer
Описание: отсутствует
Properties: .enabled : boolean .algorithm : integer .num_passes : integer .bounces : integer .refl_caustics : boolean .indirect_refl_caustics : boolean .refr_caustics : boolean .indirect_refr_caustics : boolean .environment_contribution : boolean .show_specific_paths_only : boolean .light_path_length : integer .eye_path_length : integer .total_path_length : integer .contrib_threshold : float .include_weight : integer Class: VRayBPTracer Class hierarchy: VRayBPTracer helper node MAXWrapper ValueVRayLightMeter
Описание: VRayLightMeter
Properties: .active : boolean .width : float .length : float .wsegs : integer .lsegs : integer .orient : boolean .colors : boolean .text : boolean .log : boolean .min : float .max : float .dispvalue : integer .total : float array .direct : float array .indirect : float array .daylight : float array .total_dir : point3 array .direct_dir : point3 array .indirect_dir : point3 array Class: VRayLightMeter Class hierarchy: VRayLightMeter helper node MAXWrapper ValueVRayStereoscopic
Описание: VRayStereoscopic
Properties: .enabled : boolean .eye_distance : worldUnits .specify_focus : boolean .focus_distance : worldUnits .focus_method : integer .interocular_method : integer .view : integer .adjust_resolution : boolean .shademap_mode : integer .shademap_file : filename .depth_sensitivity : float .show_camera_cones : integer Class: VRayStereoscopic Class hierarchy: VRayStereoscopic helper node MAXWrapper ValueКонтроллеры
VRayStereoRigSlaveControl
Описание: VRayStereoRig
Properties: .left_camera_in_use : node .right_camera_in_use : node .new_left_camera : node .new_right_camera : node .delete_cameras : integer .move_cameras : integer Class: VRayStereoRigSlaveControl Class hierarchy: VRayStereoRigSlaveControl Matrix3Controller MAXWrapper ValueЭлементы визуализации
VRayAlpha
Описание: VRayAlpha
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap Class: VRayAlpha Class hierarchy: VRayAlpha RenderElement MAXWrapper ValueVRayAtmosphere
Описание: VRayAtmosphere
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayAtmosphere Class hierarchy: VRayAtmosphere RenderElement MAXWrapper ValueVRayBackground
Описание: VRayBackground
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayBackground Class hierarchy: VRayBackground RenderElement MAXWrapper ValueVRayBumpNormals
Описание: VRayBumpNormals
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayBumpNormals Class hierarchy: VRayBumpNormals RenderElement MAXWrapper ValueVRayCaustics
Описание: VRayCaustics
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayCaustics Class hierarchy: VRayCaustics RenderElement MAXWrapper ValueVRayDiffuseFilter
Описание: VRayDiffuseFilter
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayDiffuseFilter Class hierarchy: VRayDiffuseFilter RenderElement MAXWrapper ValueVRayDRBucket
Описание: VRayDRBucket
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float .text_alignment : integer Class: VRayDRBucket Class hierarchy: VRayDRBucket RenderElement MAXWrapper ValueVRayExtraTex
Описание: VRayExtraTex
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .texture : texturemap .consider_for_antialiasing : boolean .affect_matte_objects : boolean Class: VRayExtraTex Class hierarchy: VRayExtraTex RenderElement MAXWrapper ValueVRayGlobalIllumination
Описание: VRayGlobalIllumination
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayGlobalIllumination Class hierarchy: VRayGlobalIllumination RenderElement MAXWrapper ValueVRayIlluminance
Описание: VRayIlluminance
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .mode : integer .display_scale : integer .lux_min : float .lux_max : float Class: VRayIlluminance Class hierarchy: VRayIlluminance RenderElement MAXWrapper ValueVRayLighting
Описание: VRayLighting
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayLighting Class hierarchy: VRayLighting RenderElement MAXWrapper ValueVRayLightSelect
Описание: VRayLightSelect
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float .lights : node array .lights_exclude_type : integer Class: VRayLightSelect Class hierarchy: VRayLightSelect RenderElement MAXWrapper ValueVRayMatteShadow
Описание: VRayMatteShadow
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayMatteShadow Class hierarchy: VRayMatteShadow RenderElement MAXWrapper ValueVRayMtlID
Описание: VRayMtlID
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayMtlID Class hierarchy: VRayMtlID RenderElement MAXWrapper ValueVRayMtlSelect
Описание: VRayMtlSelect
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float .material : material Class: VRayMtlSelect Class hierarchy: VRayMtlSelect RenderElement MAXWrapper ValueVRayNormals
Описание: VRayNormals
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayNormals Class hierarchy: VRayNormals RenderElement MAXWrapper ValueVRayObjectID
Описание: VRayObjectID
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayObjectID Class hierarchy: VRayObjectID RenderElement MAXWrapper ValueVRayObjectSelect
Описание: VRayObjectSelect
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier (MultiChannelMatte) : float .mode : integer .object_id (GBuf_ID) : integer .use_material_id (isMATID) : boolean .invert_selection : boolean .consider_for_antialiasing : boolean .affect_matte_objects : boolean Class: VRayObjectSelect Class hierarchy: VRayObjectSelect RenderElement MAXWrapper ValueVRayRawGlobalIllumination
Описание: VRayRawGlobalIllumination
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawGlobalIllumination Class hierarchy: VRayRawGlobalIllumination RenderElement MAXWrapper ValueVRayRawLighting
Описание: VRayRawLighting
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawLighting Class hierarchy: VRayRawLighting RenderElement MAXWrapper ValueVRayRawReflection
Описание: VRayRawReflection
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawReflection Class hierarchy: VRayRawReflection RenderElement MAXWrapper ValueVRayRawRefraction
Описание: VRayRawRefraction
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawRefraction Class hierarchy: VRayRawRefraction RenderElement MAXWrapper ValueVRayRawShadow
Описание: VRayRawShadow
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawShadow Class hierarchy: VRayRawShadow RenderElement MAXWrapper ValueVRayRawTotalLighting
Описание: VRayRawTotalLighting
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRawTotalLighting Class hierarchy: VRayRawTotalLighting RenderElement MAXWrapper ValueVRayReflection
Описание: VRayReflection
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayReflection Class hierarchy: VRayReflection RenderElement MAXWrapper ValueVRayReflectionFilter
Описание: VRayReflectionFilter
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayReflectionFilter Class hierarchy: VRayReflectionFilter RenderElement MAXWrapper ValueVRayRefraction
Описание: VRayRefraction
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRefraction Class hierarchy: VRayRefraction RenderElement MAXWrapper ValueVRayRefractionFilter
Описание: VRayRefractionFilter
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayRefractionFilter Class hierarchy: VRayRefractionFilter RenderElement MAXWrapper ValueVRayRenderID
Описание: VRayRenderID
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayRenderID Class hierarchy: VRayRenderID RenderElement MAXWrapper ValueVRaySampleRate
Описание: VRaySampleRate
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRaySampleRate Class hierarchy: VRaySampleRate RenderElement MAXWrapper ValueVRaySamplerInfo
Описание: VRaySamplerInfo
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .type : integer .point_multiplier : float .refract_ior : float .uvw_channel : integer .coord_system : integer .relative_node : node .output : integer Class: VRaySamplerInfo Class hierarchy: VRaySamplerInfo RenderElement MAXWrapper ValueVRaySelfillumination
Описание: VRaySelfillumination
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRaySelfIllumination Class hierarchy: VRaySelfIllumination RenderElement MAXWrapper ValueVRayShadows
Описание: VRayShadows
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayShadows Class hierarchy: VRayShadows RenderElement MAXWrapper ValueVRaySpecular
Описание: VRaySpecular
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRaySpecular Class hierarchy: VRaySpecular RenderElement MAXWrapper ValueVRaySSS2
Описание: VRaySSS2
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier (None) : float Class: VRaySSS2 Class hierarchy: VRaySSS2 RenderElement MAXWrapper ValueVRayTotalLighting
Описание: VRayTotalLighting
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float Class: VRayTotalLighting Class hierarchy: VRayTotalLighting RenderElement MAXWrapper ValueVRayUnclampedColor
Описание: VRayUnclampedColor
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .color_mapping : boolean .multiplier : float .add_background : boolean Class: VRayUnclampedColor Class hierarchy: VRayUnclampedColor RenderElement MAXWrapper ValueVRayVelocity
Описание: VRayVelocity
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .clamp_velocity : boolean .max_velocity : float .max_velocity_in_last_frame : float .ignore_z_direction : boolean Class: VRayVelocity Class hierarchy: VRayVelocity RenderElement MAXWrapper ValueVRayWireColor
Описание: VRayWireColor
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean Class: VRayWireColor Class hierarchy: VRayWireColor RenderElement MAXWrapper ValueVRayZDepth
Описание: VRayZDepth
Properties: .enabled : boolean .filterOn : boolean .atmosphereOn : boolean .shadowOn : boolean .elementName : string .bitmap : bitmap .vrayVFB : boolean .zdepth_use_camera_clip_boudaries : boolean .zdepth_min : worldUnits .zdepth_max : worldUnits .clamp_zdepth : boolean .invert_zdepth : boolean Class: VRayZDepth Class hierarchy: VRayZDepth RenderElement MAXWrapper Value
© Black Sphinx, 2008-2010. All rights reserved.