Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/geometry/geometry_attributes.cc
| Show All 30 Lines | |||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "ED_object.h" | #include "ED_object.h" | ||||
| #include "geometry_intern.hh" | #include "geometry_intern.hh" | ||||
| namespace blender::ed::geometry { | namespace blender::ed::geometry { | ||||
| using fn::CPPType; | |||||
| using fn::GArray; | using fn::GArray; | ||||
| using fn::GVArray; | using fn::GVArray; | ||||
| /*********************** Attribute Operators ************************/ | /*********************** Attribute Operators ************************/ | ||||
| static bool geometry_attributes_poll(bContext *C) | static bool geometry_attributes_poll(bContext *C) | ||||
| { | { | ||||
| Object *ob = ED_object_context(C); | Object *ob = ED_object_context(C); | ||||
| ▲ Show 20 Lines • Show All 324 Lines • Show Last 20 Lines | |||||