#I have a grid overlay in the post process tab. how can i bind it to a toggle?

1 messages · Page 1 of 1 (latest)

brisk halo
brisk halo
#

I extracted the addon and found the lua file for it if that helps

maiden creek
#
alias grid_on "pp_mat_overlay 16x9_Vertical_helper;alias toggle_grid grid_off";alias grid_off "pp_mat_overlay n;alias toggle_grid grid_on";alias toggle_grid grid_on;bind f10 "toggle_grid"

Replace 16x9_Vertical_helper with the material name.

brisk halo
#

alias grid_on "pp_mat_overlay Rule_of_third_with_dots; alias toggle_grid grid_off"; alias grid_off "pp_mat_overlay n; alias toggle_grid grid_on"; alias toggle_grid grid_on; bind b "toggle_grid"