Advertisement
Vultraz

Untitled

Apr 5th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1.         if(layer.is_base_layer()) {
  2.             image["actions"] = "(
  3.                 set_var(base_scale_x, image_width  / image_original_width),
  4.                 set_var(base_scale_y, image_height / image_original_height),
  5.             )";
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement