Searched refs:py_scene (Results 1 – 2 of 2) sorted by relevance
216 PyObject *py_scene, *py_view_layer, *py_region, *py_view3d; in bpygpu_offscreen_draw_view3d() local234 &py_scene, in bpygpu_offscreen_draw_view3d()242 (!(scene = PyC_RNA_AsPointer(py_scene, "Scene")) || in bpygpu_offscreen_draw_view3d()
1095 PyObject *py_scene; in scene_enum_items() local1100 if (!parse_args(args, "O", &py_scene)) in scene_enum_items()1102 if (!py_to_libobs(obs_scene_t, py_scene, &scene)) in scene_enum_items()