Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#24762] Bezier Point Radius Cannot be Set When Curve is Created
Date:
2010-11-17 01:36
Priority:
3
State:
Closed
Submitted by:
Andrew Hale (
trumanblending
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Bezier Point Radius Cannot be Set When Curve is Created
Detailed description
A Bezier curve can be created by defining each point individually by location and its handle coordinates. However, the radius of the point is read only and thus cannot be set when the point is created.
It seems odd that other attributes can be set at creation time, but not the radius. It would be nice to be able to do this as you won't have to re-access the data at some later stage to set the radius.
Attached is the system-info.txt and a script demonstrating this issue.
Windows XP, ATI 3850, Blender 2.5.0 r33078
Thanks,
Truman
Followup
Message
Date
: 2010-11-17 04:15
Sender
:
Sergey Sharybin
Assigning to self for investigation.
Date
: 2010-11-17 14:00
Sender
:
Campbell Barton
this was writeable in 2.4x, enable writing, just clamp from 0.0 to FLT_MAX
Attached Files:
Name
Date
Download
system-info.txt
2010-11-17 01:36
Download
noRadiusSet.txt
2010-11-17 01:36
Download
Changes:
Field
Old Value
Date
By
Resolution
None
2010-11-17 14:00
campbellbarton
close_date
2010-11-17 14:00
2010-11-17 14:00
campbellbarton
assigned_to
nazgul
2010-11-17 14:00
campbellbarton
status_id
Open
2010-11-17 14:00
campbellbarton
assigned_to
none
2010-11-17 04:15
nazgul
File Added
13637: noRadiusSet.txt
2010-11-17 01:36
trumanblending
File Added
13636: system-info.txt
2010-11-17 01:36
trumanblending