High Definition Standard Definition Theater
Video id : t8dbLGsmPDU
ImmersiveAmbientModecolor: #e1e2e3 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeTubeEncryptID: 6c31b2aad38e5460bc38757254dd35191ac73b42a79cae7984add8a7ff459af169d00aa9950808e854f05777b0758b03
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1727916927501 - unknown on Apple WebKit
Mystery text : dDhkYkxHc21QRFUgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
create cube in blender using python codes
Jump to Connections
80 Views β€’ Apr 4, 2023 β€’ Click to toggle off description
create cube in blender using python codes
#shorts

Python Code

import bpy

Define cube vertices
verts = [(1, 1, -1), (1, -1, -1), (-1, -1, -1), (-1, 1, -1), (1, 1, 1), (1, -1, 1), (-1, -1, 1), (-1, 1, 1)]

Define cube edges
edges = [(0, 1), (1, 2), (2, 3), (3, 0), (4, 5), (5, 6), (6, 7), (7, 4), (0, 4), (1, 5), (2, 6), (3, 7)]

Define cube faces
faces = [(0, 1, 2, 3), (4, 5, 6, 7), (0, 4, 7, 3), (1, 5, 4, 0), (2, 6, 5, 1), (3, 7, 6, 2)]

Create mesh and object
mesh = bpy.data.meshes.new("Cube")
object = bpy.data.objects.new("Cube", mesh)

Set location and add to scene
object.location = bpy.context.scene.cursor.location
bpy.context.scene.collection.objects.link(object)

Create mesh from data
mesh.from_pydata(verts, edges, faces)
mesh.update()
Metadata And Engagement

Views : 80
Genre:
Uploaded At Apr 4, 2023 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 5 (0/4 LTDR)

100.00% of the users lieked the video!!
0.00% of the users dislieked the video!!
User score: 100.00- Masterpiece Video

RYD date created : 2023-11-02T02:35:24.834433Z
See in json
Tags
Connections
Nyo connections found on the description ;_; report an issue lol

YouTube Comments - 0 Comments

Top Comments of this video!! :3

Go To Top