BlenderAddons icon indicating copy to clipboard operation
BlenderAddons copied to clipboard

Blender-27-Scripts

Results 4 BlenderAddons issues
Sort by recently updated
recently updated
newest added

The issue is in the selector "bpy.selection_osc". The script will work if you modify distrubute.py in "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\oscurart_tools\object". ``` def ObjectDistributeOscurart(self, X, Y, Z): if len(bpy.context.selected_objects[:]) > 1:...

Render Tokens do not appear to work if File Output node in Compositor is inside a node group. I'm on Blender 3.0

Hi, I really like your add-on and use it for a while but I was wondering if I could import my own fixtures models directly into your extension when creating...

Some of the files are missing the `bl_info` dictionary at the top and as a result fail to install even after manually compiling to bytecode. I would add them myself...