😅
Thank you for this very useful addon.
There seems to be a small bug in Render Overscan: It installs correctly when installed , but doesn't show up in Properties > Output in my Blender configuration, probably due to a leftover string from previous work, overlooked for deletion in init.py line 27.
Temporary workaround for users experiencing the same issue:
Default path Windows: c:\users\username\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default(install from disk) or blender_org(online installation)\render_overscan\
Default Path Linux: home/username/.config/Blender/4.2/extensions/blender_org (online installation) or user_default (install from disk)/render_overscan
Open the init.py file with a text editor, comment out the line 27 (bl_parent_id = 'RENDER_PT_format') adding a hash (#) at the beginning, so that it looks like: #bl_parent_id = 'RENDER_PT_format'
Save and close the init.py file and restart Blender.
The Panel for the addon "Render Overscan" should then appear in Properties > Output, under the name "Overscan Settings".
Hello there! My apologizes for being silent for a while - I was quite busy. I checked addon with absolutely clean setups of Blender 4.2.0 (when extensions platform appeared for the first time) and Blender 4.3.0 - it works perfectly as intended to. So I believe that there is something wrong with particular blender instalations or may be some kind of obsolete settings, dragged from version to version for years, or may be even some kind of interference with other addons.
Thanks for the addon, but I got the addon to install only after changing some old entries from when the folder of the addon was named "io_coat3D", but the name now is "coat_applink".
My changes are: file: init.py lines: 12, 13, 14 change the entries "io_coat3D" to "." (dot - without the quotation marks)
file: tex.py line: 9 change the entry "io_coat3D" to "." (dot - without the quotation marks)
lines: 384 & 388 change the entries "io_coat3D" to "coat_applink"
file: texVR.py line: 419 change the entries "io_coat3D" to "coat_applink"
Thanks for the addon, but
Bool Tool fails to install because of a bug: file: init.py line: 845 bl_category = "objectmode" must be changed to e.g. "Tool" or whatever you like the addon to appear in the Tool Shelf
Thanks for the review. This is fixed in new release. If you find more bugs in the future report them with link in the details.
Where to find this addon: Video Sequencer > N-key > Tool Shelf - Tool > Sidebar - the Panels 'Array Duplicate' and 'Strips Offset' belong to the addon 'Strip Array'.