Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_tissue/
H A Dutils.py134 new_ob = ob.copy()
135 new_ob.data = ob.data.copy()
138 new_ob.select_set(True)
149 return new_ob
163 new_ob.location, new_ob.matrix_world = ob.location, ob.matrix_world
168 new_ob = ob.copy()
171 new_ob = ob.copy()
173 new_ob.modifiers.clear()
176 new_ob.select_set(False)
179 new_ob.select_set(True)
[all …]
H A Dtessellate_numpy.py1663 new_ob.select_set(True)
1696 new_ob.data.update() ###
1706 return new_ob
2269 new_ob = store_parameters(self, new_ob)
2492 new_ob.data.update()
2543 base_ob = new_ob
2546 if new_ob == 0:
2559 if new_ob in errors:
2563 message = errors[new_ob]
2579 new_ob.data.update()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_mask_extract.c218 BKE_mesh_nomain_to_mesh(new_mesh, new_ob->data, new_ob, &CD_MASK_EVERYTHING, true); in geometry_extract_apply()
222 Mesh *new_ob_mesh = new_ob->data; in geometry_extract_apply()
238 new_ob, "mask_extract_solidify"); in geometry_extract_apply()
244 BKE_mesh_calc_normals(new_ob->data); in geometry_extract_apply()
246 WM_event_add_notifier(C, NC_OBJECT | ND_MODIFIER, new_ob); in geometry_extract_apply()
249 DEG_id_tag_update(&new_ob->id, ID_RECALC_GEOMETRY); in geometry_extract_apply()
533 Object *new_ob = ED_object_add_type( in paint_mask_slice_exec() local
564 BKE_mesh_nomain_to_mesh(new_ob_mesh, new_ob->data, new_ob, &CD_MASK_MESH, true); in paint_mask_slice_exec()
565 BKE_mesh_calc_normals(new_ob->data); in paint_mask_slice_exec()
566 BKE_mesh_copy_settings(new_ob->data, mesh); in paint_mask_slice_exec()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/ant_landscape/
H A Dadd_mesh_ant_landscape.py693 new_ob = create_mesh_object(context, verts, [], faces, new_name)
695 new_ob.select_set(True)
711 new_ob = create_mesh_object(context, verts, [], faces, new_name)
713 new_ob.select_set(True)
719 new_ob.location = (0.0, 0.0, 0.0)
773 new_ob.select_set(True)
774 vl.objects.active = new_ob
776 new_ob = store_properties(self, new_ob)
H A Dant_functions.py219 new_ob = create_mesh_object(context, verts, [], faces, new_name)
221 new_ob.select_set(True)
237 new_ob = create_mesh_object(context, verts, [], faces, new_name)
239 new_ob.select_set(True)
299 new_ob.location = obj.location
300 new_ob.rotation_euler = obj.rotation_euler
301 new_ob.scale = obj.scale
304 new_ob = store_properties(ob, new_ob)
307 new_ob.select_set(False)
314 new_ob.select_set(True)
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsimulate.c2213 object_t *ob, *new_ob; in clone_object() local
2299 if (!new_ob) in clone_object()
2308 … , tot_alloc_object, tot_alloc_object_size, new_ob, new_ob->name ? get_txt(new_ob->name) : "<null>" in clone_object()
2318 new_ob->prog = ob->prog; in clone_object()
2320 new_ob->ticks = new_ob->gigaticks = 0; in clone_object()
2325 new_ob->next_all = obj_list; in clone_object()
2326 new_ob->prev_all = NULL; in clone_object()
2328 obj_list->prev_all = new_ob; in clone_object()
2329 obj_list = new_ob; in clone_object()
2331 obj_list_end = new_ob; in clone_object()
[all …]
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/tests/
H A DtestZODB.py80 new_ob = ob._p_jar.importFile(f)
81 self.assertEqual(new_ob, ob)
82 root['dup'] = new_ob
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlib_remap.c274 Object *new_ob) in libblock_remap_data_postprocess_object_update() argument
276 if (new_ob == NULL) { in libblock_remap_data_postprocess_object_update()
/dports/graphics/blender/blender-2.91.0/tests/python/view_layer/
H A Dview_layer_common.py474 new_ob = bpy.data.objects[0]
475 self.assertTrue(new_ob.visible_get(), "Object should be visible")
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Deditprop.c4619 struct objbind *new_ob = NULL; in property_page_selection_func() local
4630 new_ob = test_ob; in property_page_selection_func()
4637 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Deditprop.c4618 struct objbind *new_ob = NULL; in property_page_selection_func() local
4629 new_ob = test_ob; in property_page_selection_func()
4636 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Deditprop.c4545 struct objbind *new_ob = NULL; in property_page_selection_func() local
4556 new_ob = test_ob; in property_page_selection_func()
4563 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Deditprop.c4619 struct objbind *new_ob = NULL; in property_page_selection_func() local
4630 new_ob = test_ob; in property_page_selection_func()
4637 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Deditprop.c4618 struct objbind *new_ob = NULL; in property_page_selection_func() local
4629 new_ob = test_ob; in property_page_selection_func()
4636 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Deditprop.c4545 struct objbind *new_ob = NULL; in property_page_selection_func() local
4556 new_ob = test_ob; in property_page_selection_func()
4563 property_page_set_focused_objbind(pp, new_ob); in property_page_selection_func()