Dev:Py/Scripts/Render/Copy Settings

提供: wiki
< Dev:Py‎ | Scripts‎ | Render
移動先: 案内検索

Copy Settings

Render Copy Settings
Copies some render settings from current scene to others.
UI location Copy Settings panel (Properties window, Render context).
Usage Just set render settings of current scene, select what you want to copy, and click on the Copy Render Settings button.
Version 0.1.3 Author(s) Bastien Montagne (aka mont29)
Blender 2.5.9 License GPL
Category Render Distribution Extern


Executable information
File name ?
External Python Modules or dependencies re (regex module, optional).


Links My talk page


Change Log

0.0.1

Initial release.

0.0.2

Updates to follow Blender API:

  • bl_addon_info renamed in bl_info!
  • adding bpy.utils.(un)register_module calls.

Also, in standard import, using “from . import …” now.

0.1.0

Huge changes:

  • Renamed as “Render Copy Settings”.
  • It is now possible to individually copy each render setting.
  • It is now possible to individually select each affected scene, optionally among a regex-filtered-out subset.
Exclamation mark.png

This addon now needs a Blender patched with the ui_template_list diff, else it won’t be fully functional (see this page)…

0.1.1

Minor changes:

  • PEP8 compliant.
  • Moved to contrib…
Exclamation mark.png

This addon now needs a Blender patched with the ui_template_list diff, else it won’t be fully functional (see this page)…

0.1.2

Minor changes:

  • Updated accordingly to the changes in enhanced ui_template_list proposal.
Exclamation mark.png

This addon now needs a Blender patched with the ui_template_list diff, else it won’t be fully functional (see this page)…

0.1.3

Minor changes:

  • Fixed a small bug that was disabling the whole UI when entering a filtering regex matching no scene.
Exclamation mark.png

This addon now needs a Blender patched with the ui_template_list diff, else it won’t be fully functional (see this page)…

See Also