Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_handlers.c488 static CurveProfile but_copypaste_profile = {0}; variable
2556 BKE_curveprofile_free_data(&but_copypaste_profile); in ui_but_copy_CurveProfile()
2557 BKE_curveprofile_copy_data(&but_copypaste_profile, (CurveProfile *)but->poin); in ui_but_copy_CurveProfile()
2570 BKE_curveprofile_copy_data((CurveProfile *)but->poin, &but_copypaste_profile); in ui_but_paste_CurveProfile()
2769 BKE_curveprofile_free_data(&but_copypaste_profile); in ui_but_clipboard_free()