blender
Blender, Python Scripting Tutorials [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-20 06:43 分类:问答PV3D DAE Import - Random normals flipped, random scale?
I am developing a PV3D application that imports DAE models exported by Blender\'s Collada Exporter plugin (1.4). When I build them in Blender, I use exact dimensions (the end-game is to have scale mod[详细]
2023-01-15 20:32 分类:问答How to create a simple mesh in Blender 2.50 via the Python API
I would like to create a simple mesh in Blender (2.50) via the Python API but the examples from the API documentation don\'t work yet.[详细]
2023-01-15 16:17 分类:问答Static variable inheritance in Python
I\'m writing Python scripts for Blender for a project, 开发者_运维技巧but I\'m pretty new to the language. Something I am confused about is the usage of static variables. Here is the piece of code I a[详细]
2023-01-11 04:33 分类:问答Hot swapping python code (duck type functions?)
I\'ve been thinking about this far too long and haven\'t gotten any idea, maybe some of you can help.[详细]
2023-01-10 11:49 分类:问答How do I set a world background texture in Blender 2.49 using Python?
I\'m trying to set a background World Texture in Blender 2.49. I\'ve made a texture: import Blender from Blender import *[详细]
2023-01-08 11:34 分类:问答Blender, UV Layer, Image and Python
I\'m trying to access UV Layer in Blender from Python and basically API returns UV Layer only as a string. Thing is I want to assign new Image object to current UV Layer ( I use TexFace on the side of[详细]
2023-01-07 21:08 分类:问答How to create logic bricks programmatically in Blender?
I would like to let my initializing script to create additional sensors/controller/actuators necessary for an interactive Blender application (not necessarily a game). This is preferable for two reaso[详细]
2023-01-07 06:33 分类:问答How to draw a spherical triangle on a sphere in 3D?
Suppose you know the three vertices for a spherical triangle. Then how do you draw the sides on a sphere in 3D?[详细]
2023-01-06 09:50 分类:问答How do I get the index of the largest list inside a list of lists using Python?
I am storing animation key frames from Cinema4D(using the awesome py4D) into a lists of lists: props = [lx,ly,lz,sx,sy,sz,rx,ry,rz][详细]
2023-01-05 10:01 分类:问答