blender-scripts icon indicating copy to clipboard operation
blender-scripts copied to clipboard

Collection of scripts and script snippets for Blender

Results 6 blender-scripts issues
Sort by recently updated
recently updated
newest added

Due to api changes, [text_highlight_occurrences.py](https://github.com/K-410/blender-scripts/blob/master/2.8/text_highlight_occurrences.py) does not work in Blender 4.0 Release Candidate. > ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR'

I have a problem with the AddOn, it doesn't allow bracket/quotation marks matching. I mean, if I type in eg the (, I don't see a matching ), I need...

Nice work, I really enjoy the addons here. I'm using Blender 2.81a on Ubuntu 18.04 I have a strange behavior using text_insert2.py When I want to delete the right side...

Hi this toggle_hide addon you did is something I truly need for my work in Blender and I deeply appreciate you did it. But please, it's work just partially. it...

https://github.com/K-410/blender-scripts/blob/9eb5bec3ab629a7edc4494e99bac4d11fb944440/2.8/run_in_console.py#L98-L112 in that case the while loop is never entered, and the line below it `if not ok` will throw a ``` File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\run_in_console.py", line 107, in scrollback_append if...

Hi. https://github.com/K-410/blender-scripts/blob/9eb5bec3ab629a7edc4494e99bac4d11fb944440/2.8/text_toggle_comment.py#L10 I think that the add-on would be best listed in the **Text Editor** category. This way, selecting this category will display all addons that belong to the Text...