Patrick W. Crawford
Patrick W. Crawford
Let me know @zNightlord if symbolic links still pose an issue, as it should not be a problem (and if it is, it should be fixed in MCprep)
Just replied to (and approved) your pull request, and linked it here.
Thanks for sharing this - as mentioned on discord, I'll have to think of a good logical way to implement this while still making spawners work generically (so people can...
Hey @agajdosi apologies for the delayed reply, can you share your repo where you have this configured? Will be easiest to look at specific; you could also just pasted in...
Hi @agajdosi I believe this would be the issue, set [this line](https://github.com/BlenderKit/blenderkit/blob/master/addon_updater_ops.py#L1456) to `True` and [this line](https://github.com/BlenderKit/blenderkit/blob/master/addon_updater_ops.py#L1473) needs to list the branches if you want to show anything other than...
Hey @StandingPadAnimations since we were chatting. Before diving into any code here, I think it's worthwhile to do som UI mockups and play with different options we could execute. I'm...
 This is by no means final, but here's a stab at the design mockup. @StandingPadAnimations curious to hear what you think of this layout, and whether we feel there...
Ah yes, importing new obj's is just using blenders OBJ importer which indeed itself will generate new materials. It's actually an interesting idea that we could specifically look at only...
Thanks for outlining this! What I need to do on my end now is follow the steps to install the colorspace, and then see what python api indicator I can...
I just happened to come across this, I'm an addon developer and have needed to write code workarounds to the bug caused by this issue in multiple different repositories (true...