bonjorno7

Results 32 comments of bonjorno7

I thought you wanted vertex painting but by the looks of it you want automatic image -> vertex color conversion. Not a bad idea, and could be used to overcome...

bpy.ops.just_plonk(it)

Oh awesome, thanks!

Your PR looks great, I've only requested a few small changes.

Oh, turns out this issue doesn't happen when using [$collisionjoints](https://developer.valvesoftware.com/wiki/$collisionjoints).

I need to come up with a UI for custom commands yeah, or at least allow you to include a blender text object.

It helps a lot with maintaining readability if everyone formats their code the same way. I use YAPF for formatting, which can be setup in most popular text editors. Here...

> Another topic to consider is structuring the repository differently, if blender allows. Usually for normal python packages the top level should not include any python source files, instead they...

> > Blender addons only work with relative imports; we can't follow pep8 in this regard. > > im curious about this: how does blender load addons? how can blender...

Do you have a list of tools which automatically add constraints? So far it seems all active tools (toolbar on the left) can do it under the right circumstances, except...