My first blender script

Hello guys, i tried to do a simple programm which should make some wireframes from 3D Models.

But dont really know why it isnt working…

i got some errors when i try to check the checkbox “Edge Mark” from Freestyle Addon.

my Command:
bpy.context.scene.select_edge_mark = True

my Feedback
Traceback (most recent call last):
File “\Text”, line 10, in
AttributeError: ‘Scene’ object has no attribute ‘select_edge_mark’
Error: Python script fail, look in the console for now…

PLS Help me :frowning:

1 Like