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
[#25748] Addons register parameters/functions more than once
Date:
2011-01-21 13:02
Priority:
3
State:
Closed
Submitted by:
Constantin Rahn (
conz
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Addons register parameters/functions more than once
Detailed description
The POV-Ray exporter will be registered twice.
I'm not sure that this is a problem from Blender registration or inside the pov exporter. But I can't find a problem in the exporter.
- Open Blender with the default scene.
- Activate POV-Ray Add-On (User Prefs-Add-Ons)
- Switch to POV-Ray as the render engine.
- Go to the Blender Python Console and type:
print (dir(bpy.data.materials[0]))
- or type in the console:
print(dir(bpy.data.scenes[0]))
->
Some (all?) functions/parameters for POV-Ray are doubled. All "pov_...".
I have tested it with the LuxRender Add-On also, and there the problem seems to be the same.
Followup
Message
Date
: 2011-01-25 13:58
Sender
:
Campbell Barton
fixed r34483
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2011-01-25 13:58
campbellbarton
close_date
None
2011-01-25 13:58
campbellbarton
Status
Investigate
2011-01-25 13:58
campbellbarton
assigned_to
none
2011-01-21 13:55
ton
Status
New
2011-01-21 13:55
ton