Moo-Ack-Productions / bpy-build

A build sytem to make building Blender addons 10 times easier
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

BpyBuild not installing to folders when addon was not previously installed #17

Closed TheDuckCow closed 4 months ago

TheDuckCow commented 4 months ago

Per separate message I noticed blender 4.0+ not getting installed locally. Curious if you have an idea on the issue source here, or if perhaps I have something local messed up

Screen Shot 2024-06-01 at 8 43 25 AM
StandingPadAnimations commented 4 months ago

Do the folders for 4.0+ contain scripts/addons? I'm not able to reproduce this on ny end

TheDuckCow commented 4 months ago

Yup, though let me try in a minute if it changes on manually installing MCprep

Screen Shot 2024-06-01 at 9 33 04 AM
TheDuckCow commented 4 months ago

Yup, that did the trick - with MCprep there, it now installs via bab. So maybe it's an extra directory that needs creation?

StandingPadAnimations commented 4 months ago

I've found the problem area in question https://github.com/Moo-Ack-Productions/bpy-build/blob/a0741ec2c2e59e80dfd90f56cfa2bc2ec4abdb02/bpy_addon_build/build_context/install.py#L47

This will be fixed in 0.4.1

StandingPadAnimations commented 4 months ago

Resolved in 0dbb26d (#16)