「Dev:Py/Scripts/Render/Copy Settings」の版間の差分
細 (moved Dev:2.5/Py/Scripts/Render/Copy Settings to Dev:Py/Scripts/Render/Copy Settings: remove version namespace) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 04:41時点における最新版
Copy Settings
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 |
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.
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…
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.
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.
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
- The Manual page.