Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_nodes.cc
| Show First 20 Lines • Show All 992 Lines • ▼ Show 20 Lines | |||||
| UI_UNIT_Y, | UI_UNIT_Y, | ||||
| md_ptr, | md_ptr, | ||||
| rna_path_attribute_name.c_str(), | rna_path_attribute_name.c_str(), | ||||
| 0, | 0, | ||||
| 0.0f, | 0.0f, | ||||
| 0.0f, | 0.0f, | ||||
| 0.0f, | 0.0f, | ||||
| 0.0f, | 0.0f, | ||||
| ""); | socket.description); | ||||
| const Object *object = ED_object_context(&C); | const Object *object = ED_object_context(&C); | ||||
| BLI_assert(object != nullptr); | BLI_assert(object != nullptr); | ||||
| if (object == nullptr) { | if (object == nullptr) { | ||||
| return; | return; | ||||
| } | } | ||||
| AttributeSearchData *data = MEM_new<AttributeSearchData>(__func__); | AttributeSearchData *data = MEM_new<AttributeSearchData>(__func__); | ||||
| ▲ Show 20 Lines • Show All 336 Lines • Show Last 20 Lines | |||||