I saw the same thing, I thought it was working and then it didn't. I think it has something to do with some times not taking into account that both Grid and Increment are set and only one of them…
Oh right, Increment is relative to whatever you're moving, it's not a grid at all but it's really easy to forget that. With Increment + Grid it just gets weird when things get misaligned with…
You can solve this to some extent with a square brush curve(absolute pain to setup by hand) and having your zoom match your brush size such that the brush covers a single pixel. It is still not…
I think most of the confusion could be eliminated if the displayed grid was aligned with the Object's origin if the Snap Target is set to Increment mode instead of the global zero.
@ideasman42 Could you please revisit this decision? I'd like to set up a Blender scene to match the Field of View of a camera from Godot but I can't because a driver can't be added to Field of…
@brecht Why don't "portable" zip downloads include this folder automatically? Has always been a source of confusion in my experience when people think they're setting up a portable version but…
But another idea that might make users happier would be: have a "global bottom modifier" stack that is applied below every object (or every Mesh object?).
I like this idea but what about a…
Something like this is exactly what I need for an Edit WorkSpaceTool that I'm developing so I can determine when someone activates or deactivates the tool. Right now, Blender's tool system…
This doesn't perfectly match the handler behavior I'd like to see for switching to/from a WorkSpaceTool but it's better than a timer that I currently have to use. I hope this is merged.