Blender V5.0
OSLRenderServices Class Reference

#include <services.h>

Inherits OSL::RendererServices.

Public Member Functions

 OSLRenderServices (OSL::TextureSystem *texture_system, const int device_type)
 ~OSLRenderServices () override
int supports (string_view feature) const override
bool get_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSL::TransformationPtr xform, float time) override
bool get_inverse_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSL::TransformationPtr xform, float time) override
bool get_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSLUStringHash from, float time) override
bool get_inverse_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSLUStringHash to, float time) override
bool get_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSL::TransformationPtr xform) override
bool get_inverse_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSL::TransformationPtr xform) override
bool get_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSLUStringHash from) override
bool get_inverse_matrix (OSL::ShaderGlobals *sg, OSL::Matrix44 &result, OSLUStringHash to) override
bool get_array_attribute (OSL::ShaderGlobals *sg, bool derivatives, OSLUStringHash object, const TypeDesc type, OSLUStringHash name, const int index, void *val) override
bool get_attribute (OSL::ShaderGlobals *sg, bool derivatives, OSLUStringHash object, const TypeDesc type, OSLUStringHash name, void *val) override
bool get_userdata (bool derivatives, OSLUStringHash name, const TypeDesc type, OSL::ShaderGlobals *sg, void *val) override
int pointcloud_search (OSL::ShaderGlobals *sg, OSLUStringHash filename, const OSL::Vec3 &center, const float radius, const int max_points, bool sort, size_t *out_indices, float *out_distances, int derivs_offset) override
int pointcloud_get (OSL::ShaderGlobals *sg, OSLUStringHash filename, size_t *indices, const int count, OSLUStringHash attr_name, const TypeDesc attr_type, void *out_data) override
bool pointcloud_write (OSL::ShaderGlobals *sg, OSLUStringHash filename, const OSL::Vec3 &pos, const int nattribs, const OSLUStringRep *names, const TypeDesc *types, const void **data) override
bool trace (TraceOpt &options, OSL::ShaderGlobals *sg, const OSL::Vec3 &P, const OSL::Vec3 &dPdx, const OSL::Vec3 &dPdy, const OSL::Vec3 &R, const OSL::Vec3 &dRdx, const OSL::Vec3 &dRdy) override
bool getmessage (OSL::ShaderGlobals *sg, OSLUStringHash source, OSLUStringHash name, const TypeDesc type, void *val, bool derivatives) override
OSL::TextureSystem::TextureHandle * get_texture_handle (OSL::ustring filename, OSL::ShadingContext *context, const OSL::TextureOpt *options) override
OSL::TextureSystem::TextureHandle * get_texture_handle (OSLUStringHash filename, OSL::ShadingContext *context, const OSL::TextureOpt *options) override
bool good (OSL::TextureSystem::TextureHandle *texture_handle) override
bool texture (OSLUStringHash filename, OSL::TextureSystem::TextureHandle *texture_handle, TexturePerthread *texture_thread_info, OSL::TextureOpt &options, OSL::ShaderGlobals *sg, const float s, const float t, const float dsdx, const float dtdx, const float dsdy, const float dtdy, const int nchannels, float *result, float *dresultds, float *dresultdt, OSLUStringHash *errormessage) override
bool texture3d (OSLUStringHash filename, TextureHandle *texture_handle, TexturePerthread *texture_thread_info, OSL::TextureOpt &options, OSL::ShaderGlobals *sg, const OSL::Vec3 &P, const OSL::Vec3 &dPdx, const OSL::Vec3 &dPdy, const OSL::Vec3 &dPdz, const int nchannels, float *result, float *dresultds, float *dresultdt, float *dresultdr, OSLUStringHash *errormessage) override
bool environment (OSLUStringHash filename, TextureHandle *texture_handle, TexturePerthread *texture_thread_info, OSL::TextureOpt &options, OSL::ShaderGlobals *sg, const OSL::Vec3 &R, const OSL::Vec3 &dRdx, const OSL::Vec3 &dRdy, const int nchannels, float *result, float *dresultds, float *dresultdt, OSLUStringHash *errormessage) override
bool get_texture_info (OSLUStringHash filename, TextureHandle *texture_handle, TexturePerthread *texture_thread_info, OSL::ShaderGlobals *sg, const int subimage, OSLUStringHash dataname, const TypeDesc datatype, void *data, OSLUStringHash *errormessage) override

Static Public Member Functions

static void register_closures (OSL::ShadingSystem *ss)
static bool get_background_attribute (ShaderGlobals *globals, OSLUStringHash name, const TypeDesc type, bool derivatives, void *val)
static bool get_camera_attribute (ShaderGlobals *globals, OSLUStringHash name, TypeDesc type, bool derivatives, void *val)
static bool get_object_standard_attribute (ShaderGlobals *globals, OSLUStringHash name, const TypeDesc type, bool derivatives, void *val)

Public Attributes

OSLTextureHandleMap textures

Static Public Attributes

static ustring u_distance
static ustring u_index
static ustring u_world
static ustring u_camera
static ustring u_screen
static ustring u_raster
static ustring u_ndc
static ustring u_object_location
static ustring u_object_color
static ustring u_object_alpha
static ustring u_object_index
static ustring u_object_is_light
static ustring u_bump_map_normal
static ustring u_geom_dupli_generated
static ustring u_geom_dupli_uv
static ustring u_material_index
static ustring u_object_random
static ustring u_particle_index
static ustring u_particle_random
static ustring u_particle_age
static ustring u_particle_lifetime
static ustring u_particle_location
static ustring u_particle_rotation
static ustring u_particle_size
static ustring u_particle_velocity
static ustring u_particle_angular_velocity
static ustring u_geom_numpolyvertices
static ustring u_geom_trianglevertices
static ustring u_geom_polyvertices
static ustring u_geom_name
static ustring u_geom_undisplaced
static ustring u_is_smooth
static ustring u_is_curve
static ustring u_curve_thickness
static ustring u_curve_length
static ustring u_curve_tangent_normal
static ustring u_curve_random
static ustring u_is_point
static ustring u_point_position
static ustring u_point_radius
static ustring u_point_random
static ustring u_normal_map_normal
static ustring u_path_ray_length
static ustring u_path_ray_depth
static ustring u_path_diffuse_depth
static ustring u_path_glossy_depth
static ustring u_path_transparent_depth
static ustring u_path_transmission_depth
static ustring u_path_portal_depth
static ustring u_trace
static ustring u_hit
static ustring u_hitdist
static ustring u_N
static ustring u_Ng
static ustring u_P
static ustring u_I
static ustring u_u
static ustring u_v
static ustring u_empty
static ustring u_at_bevel
static ustring u_at_ao
static ustring u_sensor_size
static ustring u_image_resolution
static ustring u_aperture_aspect_ratio
static ustring u_aperture_size
static ustring u_aperture_position
static ustring u_focal_distance
static ImageManagerimage_manager = nullptr

Detailed Description

Definition at line 75 of file services.h.

Constructor & Destructor Documentation

◆ OSLRenderServices()

OSLRenderServices::OSLRenderServices ( OSL::TextureSystem * texture_system,
const int device_type )

Definition at line 131 of file services.cpp.

◆ ~OSLRenderServices()

OSLRenderServices::~OSLRenderServices ( )
override

Definition at line 136 of file services.cpp.

References LOG_INFO.

Member Function Documentation

◆ environment()

bool OSLRenderServices::environment ( OSLUStringHash filename,
TextureHandle * texture_handle,
TexturePerthread * texture_thread_info,
OSL::TextureOpt & options,
OSL::ShaderGlobals * sg,
const OSL::Vec3 & R,
const OSL::Vec3 & dRdx,
const OSL::Vec3 & dRdy,
const int nchannels,
float * result,
float * dresultds,
float * dresultdt,
OSLUStringHash * errormessage )
override

◆ get_array_attribute()

bool OSLRenderServices::get_array_attribute ( OSL::ShaderGlobals * sg,
bool derivatives,
OSLUStringHash object,
const TypeDesc type,
OSLUStringHash name,
const int index,
void * val )
override

Definition at line 402 of file services.cpp.

◆ get_attribute()

bool OSLRenderServices::get_attribute ( OSL::ShaderGlobals * sg,
bool derivatives,
OSLUStringHash object,
const TypeDesc type,
OSLUStringHash name,
void * val )
override

◆ get_background_attribute()

◆ get_camera_attribute()

bool OSLRenderServices::get_camera_attribute ( ShaderGlobals * globals,
OSLUStringHash name,
TypeDesc type,
bool derivatives,
void * val )
static

◆ get_inverse_matrix() [1/4]

bool OSLRenderServices::get_inverse_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSL::TransformationPtr xform )
override

◆ get_inverse_matrix() [2/4]

bool OSLRenderServices::get_inverse_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSL::TransformationPtr xform,
float time )
override

◆ get_inverse_matrix() [3/4]

bool OSLRenderServices::get_inverse_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSLUStringHash to )
override

Definition at line 375 of file services.cpp.

References copy_matrix(), kernel_data, ShaderGlobals::kg, result, u_camera, u_ndc, u_raster, and u_screen.

◆ get_inverse_matrix() [4/4]

bool OSLRenderServices::get_inverse_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSLUStringHash to,
float time )
override

◆ get_matrix() [1/4]

bool OSLRenderServices::get_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSL::TransformationPtr xform )
override

◆ get_matrix() [2/4]

bool OSLRenderServices::get_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSL::TransformationPtr xform,
float time )
override

◆ get_matrix() [3/4]

bool OSLRenderServices::get_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSLUStringHash from )
override

Definition at line 348 of file services.cpp.

References copy_matrix(), kernel_data, ShaderGlobals::kg, result, u_camera, u_ndc, u_raster, and u_screen.

◆ get_matrix() [4/4]

bool OSLRenderServices::get_matrix ( OSL::ShaderGlobals * sg,
OSL::Matrix44 & result,
OSLUStringHash from,
float time )
override

◆ get_object_standard_attribute()

bool OSLRenderServices::get_object_standard_attribute ( ShaderGlobals * globals,
OSLUStringHash name,
const TypeDesc type,
bool derivatives,
void * val )
static

Definition at line 631 of file services.cpp.

References ATTR_STD_NORMAL_UNDISPLACED, ATTR_STD_NOT_FOUND, attribute_bump_map_normal(), find_attribute(), get_background_attribute(), get_object_attribute(), hash_uint2_to_float(), ShaderGlobals::kg, motion_triangle_vertices(), name, object_alpha(), object_color(), object_dupli_generated(), object_dupli_uv(), object_location(), object_particle_id(), object_pass_id(), object_position_transform(), object_random_number(), AttributeDescriptor::offset, P, particle_age(), particle_angular_velocity(), particle_index(), particle_lifetime(), particle_location(), particle_rotation(), particle_size(), particle_velocity(), PRIMITIVE_CURVE, PRIMITIVE_LAMP, PRIMITIVE_MOTION, PRIMITIVE_POINT, PRIMITIVE_TRIANGLE, ShaderGlobals::sd, SD_OBJECT_TRANSFORM_APPLIED, set_attribute(), set_attribute_float3_3(), shader_pass_id(), SHADER_SMOOTH_NORMAL, triangle_smooth_normal_unnormalized(), triangle_vertices(), u_bump_map_normal, u_curve_random, u_curve_tangent_normal, u_curve_thickness, u_geom_dupli_generated, u_geom_dupli_uv, u_geom_name, u_geom_numpolyvertices, u_geom_polyvertices, u_geom_trianglevertices, u_is_curve, u_is_point, u_is_smooth, u_material_index, u_normal_map_normal, u_object_alpha, u_object_color, u_object_index, u_object_is_light, u_object_location, u_object_random, u_particle_age, u_particle_angular_velocity, u_particle_index, u_particle_lifetime, u_particle_location, u_particle_random, u_particle_rotation, u_particle_size, u_particle_velocity, u_point_position, u_point_radius, and u_point_random.

Referenced by get_attribute().

◆ get_texture_handle() [1/2]

OSL::TextureSystem::TextureHandle * OSLRenderServices::get_texture_handle ( OSL::ustring filename,
OSL::ShadingContext * context,
const OSL::TextureOpt * options )
override

◆ get_texture_handle() [2/2]

OSL::TextureSystem::TextureHandle * OSLRenderServices::get_texture_handle ( OSLUStringHash filename,
OSL::ShadingContext * context,
const OSL::TextureOpt * options )
override

Definition at line 984 of file services.cpp.

References get_texture_handle(), and to_ustring().

◆ get_texture_info()

bool OSLRenderServices::get_texture_info ( OSLUStringHash filename,
TextureHandle * texture_handle,
TexturePerthread * texture_thread_info,
OSL::ShaderGlobals * sg,
const int subimage,
OSLUStringHash dataname,
const TypeDesc datatype,
void * data,
OSLUStringHash * errormessage )
override

◆ get_userdata()

bool OSLRenderServices::get_userdata ( bool derivatives,
OSLUStringHash name,
const TypeDesc type,
OSL::ShaderGlobals * sg,
void * val )
override

Definition at line 975 of file services.cpp.

◆ getmessage()

bool OSLRenderServices::getmessage ( OSL::ShaderGlobals * sg,
OSLUStringHash source,
OSLUStringHash name,
const TypeDesc type,
void * val,
bool derivatives )
override

◆ good()

bool OSLRenderServices::good ( OSL::TextureSystem::TextureHandle * texture_handle)
override

Definition at line 1069 of file services.cpp.

References OSLTextureHandle::oiio_handle.

◆ pointcloud_get()

int OSLRenderServices::pointcloud_get ( OSL::ShaderGlobals * sg,
OSLUStringHash filename,
size_t * indices,
const int count,
OSLUStringHash attr_name,
const TypeDesc attr_type,
void * out_data )
override

Definition at line 1484 of file services.cpp.

◆ pointcloud_search()

int OSLRenderServices::pointcloud_search ( OSL::ShaderGlobals * sg,
OSLUStringHash filename,
const OSL::Vec3 & center,
const float radius,
const int max_points,
bool sort,
size_t * out_indices,
float * out_distances,
int derivs_offset )
override

Definition at line 1467 of file services.cpp.

◆ pointcloud_write()

bool OSLRenderServices::pointcloud_write ( OSL::ShaderGlobals * sg,
OSLUStringHash filename,
const OSL::Vec3 & pos,
const int nattribs,
const OSLUStringRep * names,
const TypeDesc * types,
const void ** data )
override

Definition at line 1500 of file services.cpp.

◆ register_closures()

void OSLRenderServices::register_closures ( OSL::ShadingSystem * ss)
static

Definition at line 68 of file closures.cpp.

References osl_closure_layer_params().

◆ supports()

int OSLRenderServices::supports ( string_view feature) const
override

Definition at line 143 of file services.cpp.

References DEVICE_OPTIX.

◆ texture()

bool OSLRenderServices::texture ( OSLUStringHash filename,
OSL::TextureSystem::TextureHandle * texture_handle,
TexturePerthread * texture_thread_info,
OSL::TextureOpt & options,
OSL::ShaderGlobals * sg,
const float s,
const float t,
const float dsdx,
const float dtdx,
const float dsdy,
const float dtdy,
const int nchannels,
float * result,
float * dresultds,
float * dresultdt,
OSLUStringHash * errormessage )
override

◆ texture3d()

bool OSLRenderServices::texture3d ( OSLUStringHash filename,
TextureHandle * texture_handle,
TexturePerthread * texture_thread_info,
OSL::TextureOpt & options,
OSL::ShaderGlobals * sg,
const OSL::Vec3 & P,
const OSL::Vec3 & dPdx,
const OSL::Vec3 & dPdy,
const OSL::Vec3 & dPdz,
const int nchannels,
float * result,
float * dresultds,
float * dresultdt,
float * dresultdr,
OSLUStringHash * errormessage )
override

◆ trace()

bool OSLRenderServices::trace ( TraceOpt & options,
OSL::ShaderGlobals * sg,
const OSL::Vec3 & P,
const OSL::Vec3 & dPdx,
const OSL::Vec3 & dPdy,
const OSL::Vec3 & R,
const OSL::Vec3 & dRdx,
const OSL::Vec3 & dRdy )
override

Member Data Documentation

◆ image_manager

ImageManager * OSLRenderServices::image_manager = nullptr
static

Definition at line 340 of file services.h.

Referenced by get_texture_handle().

◆ textures

OSLTextureHandleMap OSLRenderServices::textures

Definition at line 338 of file services.h.

Referenced by get_texture_handle().

◆ u_aperture_aspect_ratio

ustring OSLRenderServices::u_aperture_aspect_ratio
static

Definition at line 329 of file services.h.

Referenced by get_camera_attribute().

◆ u_aperture_position

ustring OSLRenderServices::u_aperture_position
static

Definition at line 331 of file services.h.

Referenced by get_camera_attribute().

◆ u_aperture_size

ustring OSLRenderServices::u_aperture_size
static

Definition at line 330 of file services.h.

Referenced by get_camera_attribute().

◆ u_at_ao

ustring OSLRenderServices::u_at_ao
static

Definition at line 324 of file services.h.

◆ u_at_bevel

ustring OSLRenderServices::u_at_bevel
static

Definition at line 323 of file services.h.

◆ u_bump_map_normal

ustring OSLRenderServices::u_bump_map_normal
static

Definition at line 276 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_camera

ustring OSLRenderServices::u_camera
static

Definition at line 267 of file services.h.

Referenced by get_inverse_matrix(), get_inverse_matrix(), get_matrix(), and get_matrix().

◆ u_curve_length

ustring OSLRenderServices::u_curve_length
static

Definition at line 298 of file services.h.

◆ u_curve_random

ustring OSLRenderServices::u_curve_random
static

Definition at line 300 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_curve_tangent_normal

ustring OSLRenderServices::u_curve_tangent_normal
static

Definition at line 299 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_curve_thickness

ustring OSLRenderServices::u_curve_thickness
static

Definition at line 297 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_distance

ustring OSLRenderServices::u_distance
static

Definition at line 264 of file services.h.

◆ u_empty

ustring OSLRenderServices::u_empty
static

Definition at line 322 of file services.h.

Referenced by get_attribute(), and getmessage().

◆ u_focal_distance

ustring OSLRenderServices::u_focal_distance
static

Definition at line 332 of file services.h.

Referenced by get_camera_attribute().

◆ u_geom_dupli_generated

ustring OSLRenderServices::u_geom_dupli_generated
static

Definition at line 277 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_dupli_uv

ustring OSLRenderServices::u_geom_dupli_uv
static

Definition at line 278 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_name

ustring OSLRenderServices::u_geom_name
static

Definition at line 293 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_numpolyvertices

ustring OSLRenderServices::u_geom_numpolyvertices
static

Definition at line 290 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_polyvertices

ustring OSLRenderServices::u_geom_polyvertices
static

Definition at line 292 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_trianglevertices

ustring OSLRenderServices::u_geom_trianglevertices
static

Definition at line 291 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_geom_undisplaced

ustring OSLRenderServices::u_geom_undisplaced
static

Definition at line 294 of file services.h.

◆ u_hit

ustring OSLRenderServices::u_hit
static

Definition at line 314 of file services.h.

Referenced by getmessage().

◆ u_hitdist

ustring OSLRenderServices::u_hitdist
static

Definition at line 315 of file services.h.

Referenced by getmessage().

◆ u_I

ustring OSLRenderServices::u_I
static

Definition at line 319 of file services.h.

Referenced by getmessage().

◆ u_image_resolution

ustring OSLRenderServices::u_image_resolution
static

Definition at line 328 of file services.h.

Referenced by get_camera_attribute().

◆ u_index

ustring OSLRenderServices::u_index
static

Definition at line 265 of file services.h.

◆ u_is_curve

ustring OSLRenderServices::u_is_curve
static

Definition at line 296 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_is_point

ustring OSLRenderServices::u_is_point
static

Definition at line 301 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_is_smooth

ustring OSLRenderServices::u_is_smooth
static

Definition at line 295 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_material_index

ustring OSLRenderServices::u_material_index
static

Definition at line 279 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_N

ustring OSLRenderServices::u_N
static

Definition at line 316 of file services.h.

Referenced by getmessage().

◆ u_ndc

ustring OSLRenderServices::u_ndc
static

◆ u_Ng

ustring OSLRenderServices::u_Ng
static

Definition at line 317 of file services.h.

Referenced by getmessage().

◆ u_normal_map_normal

ustring OSLRenderServices::u_normal_map_normal
static

Definition at line 305 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_alpha

ustring OSLRenderServices::u_object_alpha
static

Definition at line 273 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_color

ustring OSLRenderServices::u_object_color
static

Definition at line 272 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_index

ustring OSLRenderServices::u_object_index
static

Definition at line 274 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_is_light

ustring OSLRenderServices::u_object_is_light
static

Definition at line 275 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_location

ustring OSLRenderServices::u_object_location
static

Definition at line 271 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_object_random

ustring OSLRenderServices::u_object_random
static

Definition at line 280 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_P

ustring OSLRenderServices::u_P
static

Definition at line 318 of file services.h.

Referenced by getmessage().

◆ u_particle_age

ustring OSLRenderServices::u_particle_age
static

Definition at line 283 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_angular_velocity

ustring OSLRenderServices::u_particle_angular_velocity
static

Definition at line 289 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_index

ustring OSLRenderServices::u_particle_index
static

Definition at line 281 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_lifetime

ustring OSLRenderServices::u_particle_lifetime
static

Definition at line 284 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_location

ustring OSLRenderServices::u_particle_location
static

Definition at line 285 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_random

ustring OSLRenderServices::u_particle_random
static

Definition at line 282 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_rotation

ustring OSLRenderServices::u_particle_rotation
static

Definition at line 286 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_size

ustring OSLRenderServices::u_particle_size
static

Definition at line 287 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_particle_velocity

ustring OSLRenderServices::u_particle_velocity
static

Definition at line 288 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_path_diffuse_depth

ustring OSLRenderServices::u_path_diffuse_depth
static

Definition at line 308 of file services.h.

Referenced by get_background_attribute().

◆ u_path_glossy_depth

ustring OSLRenderServices::u_path_glossy_depth
static

Definition at line 309 of file services.h.

Referenced by get_background_attribute().

◆ u_path_portal_depth

ustring OSLRenderServices::u_path_portal_depth
static

Definition at line 312 of file services.h.

Referenced by get_background_attribute().

◆ u_path_ray_depth

ustring OSLRenderServices::u_path_ray_depth
static

Definition at line 307 of file services.h.

Referenced by get_background_attribute().

◆ u_path_ray_length

ustring OSLRenderServices::u_path_ray_length
static

Definition at line 306 of file services.h.

Referenced by get_background_attribute().

◆ u_path_transmission_depth

ustring OSLRenderServices::u_path_transmission_depth
static

Definition at line 311 of file services.h.

Referenced by get_background_attribute().

◆ u_path_transparent_depth

ustring OSLRenderServices::u_path_transparent_depth
static

Definition at line 310 of file services.h.

Referenced by get_background_attribute().

◆ u_point_position

ustring OSLRenderServices::u_point_position
static

Definition at line 302 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_point_radius

ustring OSLRenderServices::u_point_radius
static

Definition at line 303 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_point_random

ustring OSLRenderServices::u_point_random
static

Definition at line 304 of file services.h.

Referenced by get_object_standard_attribute().

◆ u_raster

ustring OSLRenderServices::u_raster
static

Definition at line 269 of file services.h.

Referenced by get_inverse_matrix(), get_inverse_matrix(), get_matrix(), and get_matrix().

◆ u_screen

ustring OSLRenderServices::u_screen
static

Definition at line 268 of file services.h.

Referenced by get_inverse_matrix(), get_inverse_matrix(), get_matrix(), and get_matrix().

◆ u_sensor_size

ustring OSLRenderServices::u_sensor_size
static

Definition at line 327 of file services.h.

Referenced by get_camera_attribute().

◆ u_trace

ustring OSLRenderServices::u_trace
static

Definition at line 313 of file services.h.

Referenced by getmessage().

◆ u_u

ustring OSLRenderServices::u_u
static

Definition at line 320 of file services.h.

Referenced by getmessage().

◆ u_v

ustring OSLRenderServices::u_v
static

Definition at line 321 of file services.h.

Referenced by getmessage().

◆ u_world

ustring OSLRenderServices::u_world
static

Definition at line 266 of file services.h.

Referenced by get_inverse_matrix(), and get_matrix().


The documentation for this class was generated from the following files: