• Joined on 2023-02-24
h4nnes opened issue blender/blender#113118 2023-10-01 15:59:05 +02:00
default value of scale is incorrect in __doc__ for primitive_cube_add
h4nnes commented on pull request blender/blender#104876 2023-06-28 21:01:29 +02:00
Python: Support multiple custom script directories in Preferences

Can this be set up automatically somehow? Like for studios? You know in the user directory set up something to add an additional scripts repository. So that an artist doesn't have to copy…

h4nnes commented on pull request blender/blender#104876 2023-03-30 11:46:56 +02:00
Python: Support multiple custom script directories in Preferences

Why do we only allow extra paths for scripts, but not for Fonts, Textures, Sound files, ...? Seems the same UI could easily be added for those too.

h4nnes commented on issue blender/blender#106254 2023-03-29 15:48:10 +02:00
WIP: Blender Extensions Project

I've made an add-on that does something very similar, that might be an interesting reference.

h4nnes closed issue blender/blender#106144 2023-03-26 16:14:37 +02:00
python modules not importable from addon/module if the folder was created in current blender session
h4nnes commented on issue blender/blender#106144 2023-03-26 16:14:35 +02:00
python modules not importable from addon/module if the folder was created in current blender session

found the solution here

If you are dynamically importing a module that was created since the interpreter began execution (e.g., created a…

h4nnes commented on issue blender/blender#106144 2023-03-26 15:55:50 +02:00
python modules not importable from addon/module if the folder was created in current blender session

during some more investigation i noticed there's a custom finder registered in blender python. sys.meta_path prints `[<_distutils_hack.DistutilsMetaFinder object at 0x0000020A15119DE0>, <class…

h4nnes opened issue blender/blender#106144 2023-03-26 01:47:35 +01:00
python modules not importable from addon/module if the folder was created in current blender session
h4nnes commented on pull request blender/blender#104876 2023-03-16 00:10:03 +01:00
Python: Support multiple custom script directories in Preferences

is it possible to join the extensions convo with Brecht & Francesco?

h4nnes commented on pull request blender/blender#104876 2023-02-24 00:09:26 +01:00
Python: Support multiple custom script directories in Preferences

the toggling sounds usefull, would also be nice to expose enable disable to the python API.