Displace modifier along global axes
The aim of this patch is to provide an option for applying the Displace modifier along global XYZ axes.
This has been asked for by a user.
I am not sure if it is a good idea to rename the already existing X/Y/Z axes to LOCAL_X/LOCAL_Y/LOCAL_Z. It could particularly break existing scripts. Alternatively, we could:
- simply name the new ones GLOBAL_[X/Y/Z] without touching the old ones
- add a toggle LOCAL/GLOBAL instead, which would be shown only if direction is set to X/Y/Z.
Note that it only works with the new Depsgraph activated.