90/45 degrees + texture fit doesn't work
It doesn't work with all degrees(minus 180/-180) http://imgur.com/a/AxmAl
any updates?
The corresponding code for it is: https://github.com/TTimo/GtkRadiant/blob/master/radiant/surfaceplugin.cpp#L240 https://github.com/TTimo/GtkRadiant/blob/master/radiant/brush.cpp#L3615
Does it work if you set all values to zero?
From my experience, rotating a texture + fitting works completely randomly, sometimes. Horizontal or vertical stretch might be correct, but other is always messed up, no matter the angle. Only 0/180/-180 degree rotation + fit works consistently. Workaround is to use patches when angled surfaces need texture fitting, though sometimes that's not an option. Models also work fine for some stuff.
Does it work if you set all values to zero?
What values? Fitting works only with "Rotate 0". It also works with "Rotate 180" but then texture is mirrored and it looks like after "Rotate 0" which is not good either. All other fitting is broken.