All Questions
89 questions
0
votes
0
answers
333
views
No module named 'ezdxf'
I'm writing an add-on in vscode to export some geometries as dxf files. When I try to import ezdxf, i get an ModuleNotFoundError: No module named 'ezdxf'.
I have ezdxf installed on my computer and can ...
0
votes
1
answer
186
views
Importing image texture with python
I'm trying to import an image texture (in image texture node on shader editor, not as a plane) after removing the previously existing one using a script in text editor. The file path of image texture ...
0
votes
0
answers
86
views
Export FBX or OBJ one click script As well import FBX or OBJ one click
Looking for simple script as mentioned in title "Blender Export Script FBX or OBJ one click script As well import FBX or OBJ one click"
as via Google I did not receive any positive answers.
...
0
votes
1
answer
172
views
Importing SVG as Grease Pencil Layer with Blender Python API
From what I've gathered, if my objective is to import an SVG file as a Grease Pencil layer in Blender, one viable strategy seems to be importing the SVG as curves first, then making subsequent ...
0
votes
0
answers
355
views
blender how to import fbx operate by csv file
Is there any way to import fbx file using csv.
For example in my folder with fbx files I have those files
1.cube.fbx
2.cone.fbx
3.sphere.fbx
4.plane.fbx
5.cylinder.fbx
I would like to import only ...
0
votes
1
answer
39
views
Missing link_faces on mesh
I have a script that iterates through the polygons and link_faces of a mesh, and it has worked great. I am trying to make a conversion to .usd instead of .fbx in my mesh pipeline for a couple ...
0
votes
1
answer
172
views
Help with importing modules with classes in blender
I'm making a file importer addon (for a 3d model) for blender. Since the file format I'm working on is in binary ,for that I have been using a binaryreader for reading the needed values.
The binary ...
0
votes
0
answers
330
views
Batch converter for lightwave models
Is there some way to batch-convert LWO models to Blender?
I have thousands of interior models that I have to convert to Blender format.
2
votes
1
answer
256
views
Importing arrow positions and directions from a text file
How can I import position and direction data into blender and place 3D arrows on those points?
I have made a custom 3D arrow in blender that I want to be duplicated and re-positioned.
For example, ...
1
vote
1
answer
171
views
import fbx files based on path from txt
Hello I have txt file with saved path to folder with fbx's to import.
How to force blender to reading the path from txt.
And use it to import fbx.
...
1
vote
0
answers
431
views
How to import obj file without material
I have a script that repeatedly imports and deletes different .obj files.
But since the files are imported with standard empty material, a lot of garbage accumulates.
Is there a way to import files ...
1
vote
1
answer
2k
views
How to insert keyframe data with python?
I am looking for help to insert keyframes with python into my blender project. I already know, that it is possible to export keyframes via python. So it should be also possible to insert keyframes via ...
0
votes
1
answer
704
views
Assign imported .obj file to variable Python API
I want to use scripting to import a .obj into an existing scene, then rotate and scale that .obj. Here's what I've been using to do that:
...
0
votes
0
answers
677
views
Why can't I import a specific class from the module?
I'm trying to retrieve a class from the module called draw_op. The problem is in the module, some of classes can be imported normally while some don't.
Error:
<...
0
votes
0
answers
232
views
zipimport.ZipImportError: can't decompress data; zlib not available when running script in Blender 2.43
when I try to execute an export script using Blender -P C:\Code\Code\Testing4Flt\Testing4.py in the cmd on Blender 2.43(Python 2.4), I get an error:
...