Joel B
Joel B
FWIW, there's a workaround for this. TB will let you run any generic shell command as a tool in the compile sequence, so for example you could use "rm" on...
Yeah this is puzzling. I ran into this launching Cloud Gardens on an Ubuntu-variant OS (elementary OS 5). I submitted the log through the error report mechanism... haven't tried any...
It does seem to work if an object is selected. But if you only have the 3D View active and no object selected, no worky. In the latter case (according...
Curiously, if I change its action definition to say AnyView instead of View3D it seems to behave just like you'd want it to, i.e. if you have the 3D view...
OK I think I more or less see what is going on. When I temporarily changed the action definition to use AnyView as a test, that made the overall action...
FWIW here's a way to work around that limitation, but it does feel more like a hack rather than a generalized solution for modelling than an action applies when nothing...
will do
I think it was always the case that "Any"-context actions could be fired with no selection. (Which my hack/workaround for issue #4089 at https://github.com/TrenchBroom/TrenchBroom/issues/4089#issuecomment-1250383987 relied on.)
Looking at the changes here, let me see if I understand... the actionContextName and mouseScroll changes are fine, the interesting part is of course the change to actionContextMatches. As before,...
Looks plausible! I see you also changed the selection-*or*-tool match to selection-*and*-tool match, which gets rid of a big question I was typing up. I wouldn't be averse to checking...