Home
last modified time | relevance | path

Searched refs:ATTR_STD_GENERATED (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_mesh.cpp58 Attribute *attr_orco = attributes.find(ATTR_STD_GENERATED); in MikkUserData()
443 if (!mesh->need_attribute(scene, ATTR_STD_GENERATED)) { in attr_create_uv_map()
444 mesh->attributes.remove(ATTR_STD_GENERATED); in attr_create_uv_map()
510 if (!mesh->need_attribute(scene, ATTR_STD_GENERATED)) { in attr_create_subd_uv_map()
511 mesh->subd_attributes.remove(ATTR_STD_GENERATED); in attr_create_subd_uv_map()
785 if (mesh->need_attribute(scene, ATTR_STD_GENERATED) || need_default_tangent) { in create_mesh()
786 Attribute *attr = attributes.add(ATTR_STD_GENERATED); in create_mesh()
1052 bool need_undeformed = mesh->need_attribute(scene, ATTR_STD_GENERATED); in sync_mesh()
H A Dblender_curves.cpp555 if (hair->need_attribute(scene, ATTR_STD_GENERATED)) { in sync_particle_hair()
559 Attribute *attr_generated = hair->attributes.add(ATTR_STD_GENERATED); in sync_particle_hair()
842 bool need_undeformed = hair->need_attribute(scene, ATTR_STD_GENERATED); in sync_hair()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dattribute.cpp290 case ATTR_STD_GENERATED: in standard_name()
468 case ATTR_STD_GENERATED: in add()
529 case ATTR_STD_GENERATED: in add()
H A Dnodes.cpp2320 attributes->add(ATTR_STD_GENERATED); in attributes()
2847 attributes->add(ATTR_STD_GENERATED); in attributes()
3690 attributes->add(ATTR_STD_GENERATED); in attributes()
3837 attributes->add(ATTR_STD_GENERATED); in attributes()
3885 int attr = compiler.attribute(ATTR_STD_GENERATED); in compile()
6841 attributes->add(ATTR_STD_GENERATED); in attributes()
6859 attr = compiler.attribute(ATTR_STD_GENERATED); in compile()
H A Dgraph.cpp162 attributes->add(ATTR_STD_GENERATED); in attributes()
/dports/graphics/blender/blender-2.91.0/intern/cycles/app/
H A Dcycles_xml.cpp530 if (mesh->need_attribute(state.scene, ATTR_STD_GENERATED)) { in xml_read_mesh()
531 Attribute *attr = mesh->attributes.add(ATTR_STD_GENERATED); in xml_read_mesh()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/geom/
H A Dgeom_primitive.h304 const AttributeDescriptor desc = find_attribute(kg, sd, ATTR_STD_GENERATED); in primitive_tangent()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_types.h758 ATTR_STD_GENERATED, enumerator