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
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2011-01-25 13:58campbellbarton
close_dateNone2011-01-25 13:58campbellbarton
StatusInvestigate2011-01-25 13:58campbellbarton
assigned_tonone2011-01-21 13:55ton
StatusNew2011-01-21 13:55ton