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
[#25155] Glare node > Simple star > Rotate 45 is always applied
Date:
2010-12-09 23:11
Priority:
3
State:
Closed
Submitted by:
Jacob F (
raccoon
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Interface
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Glare node > Simple star > Rotate 45 is always applied
Detailed description
r33576 on Linux
There seems to be a bug in boolean properties because doing this makes it changeable again:
In: source/blender/makesrna/intern/rna_nodetree.c
- RNA_def_property_boolean_sdna(prop, NULL, "angle", 1);
+ RNA_def_property_boolean_sdna(prop, NULL, "angle", 0);
Followup
Message
Date
: 2010-12-10 05:35
Sender
:
Davis Sorenson
Confirmed, Ubuntu 10.10 32 bit.
Date
: 2010-12-10 05:40
Sender
:
Campbell Barton
applied fix, r33584.
thanks!
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2010-12-10 05:40
campbellbarton
close_date
None
2010-12-10 05:40
campbellbarton
assigned_to
none
2010-12-10 05:40
campbellbarton
Status
New
2010-12-10 05:40
campbellbarton