Skip to main content

All Questions

1 vote
0 answers
34 views

Created Bezier Curve doesn't link to scene

I would like to start by expressing my gratitude to this community for providing solutions to programming problems related to BPY. I usually find answers here without submitting my question, but this ...
kakts's user avatar
  • 11
3 votes
1 answer
1k views

Select end points of a curve using blender scripting

I want to develop a code which can be used to select endpoints of the curves.
NamanDeep's user avatar
  • 481
0 votes
0 answers
35 views

Custom data segments update

I am developing an addon where I need store segments curve data. I store that info in a curve propertie as a dictionary where the keys are the segments and the value are the data that I need to ...
Marc Cruz's user avatar
1 vote
0 answers
4k views

How to fix this traceback error with this addon? [duplicate]

I'm trying to use this addon: https://github.com/ucupumar/bevel-curve-tools/blob/master/init.py in blender 2.82 but when I'm creating a new beveled curve I get this error: ...
Saynom's user avatar
  • 11
2 votes
1 answer
754 views

blender python: evaluate extruded curve points

I need to find coordinates of points extruded from blender's bezier curve with python. All I know right now is how to evaluate each point on the curve(mathutils.geometry.interpolate_bezier) but I don'...
Weasel On a Stick's user avatar
1 vote
0 answers
151 views

How can I write a Python script to turn all normals on a curve to face outward…!

I’ve completed a few professional projects in C#/Unity, have worked through 90% of Microsoft’s Beginners Guide to Python, just started Python the Hard Way and have done a bunch of beginner Blender ...
Reverend Speed's user avatar
0 votes
1 answer
66 views

Keeping track of splines in curve -> splines.get(), but what is the key?

I have a curve and want to check whether a spline already exists. As other data types, there is a get() method. But what is the key? Since splines.new() takes only one argument (the type), there ...
Gottfried Hofmann's user avatar
2 votes
1 answer
366 views

Determine if object is bezier circle curve?

I'm trying to modify my local copy of dynamic spacebar to include a "Snap to Curve Intersection" option on the "Snap Cursor Menu" starting with circle-circle intersections and circle-path ...
CoryG's user avatar
  • 389
2 votes
1 answer
1k views

Add new parametric curve object/type using Python

I'm thinking of implementing an add-on (using Python) for Lagrange curves. In short (after an instance has been added), in Object Mode there should just be a curve (...
Ailurus's user avatar
  • 207
1 vote
2 answers
1k views

How to pass a property from popup to execute

I'm writing a Curve Outline Addon which works quite nice as a script, but I'm getting confused with the UI integration: I would like a simple popup asking for the Outline amount which interactively ...
jimflim's user avatar
  • 99