These are pretty important for comfortable use of vis_contents, unless i missed them being already implemented i request these to be added.
Overreliance on planes to apply transform or filters to vis_contents is quite tiresome and doesn't breed healthy enviroment to work in, so alternatives such as these would be nice.
ID:2576736
Jun 2 2020, 7:35 pm
|
|||||||
| |||||||
Jun 2 2020, 7:46 pm
|
|
If you apply the KEEP_TOGETHER appearance_flag to things don't they inherit the filters and whatnot? Last I used them I believe it did.
|
Nadrew forgot to mention that KEEP_TOGETHER applies to the parent, not the children.
Color, alpha, and transform however should be inherited by any objects in visual contents regardless, unless they use one of the RESET flags and of course the parent does not use KT (or they use KEEP_APART themselves). Filters on the other hand will absolutely require you to use KEEP_TOGETHER if you want them to affect multiple icons in one go. You could apply filters separately but it will perform worse and never look as good. |