Part 8 in an 8 part series on scripting Gimp pug-ins using Python Fu. In this video we modify the last plug-in to accept user input, and learn the fundamentals of conditional programming (IF statements) that are essential to certain methods of creating plug-ins. If you made it this far, you're a champ. Thanks for watching!
Blog: https://jacksonbates.wordpress.com/20...
Code: https://gist.github.com/JacksonBates/...
The series:
Part One, Variables etc: • Gimp Scripting: Python Fu - Variables
Part Two, Functions: • Gimp Scripting: Python Fu, Functions
Part Three, The Procedure Database: • Gimp Scripting: Python Fu, The Procedure D...
Part Four, Hello World, and the error console: • Gimp Scripting: Python Fu, Hello World and...
Part Five, Automating Workflows, coding a complete plug-in: • Gimp Scripting: Python Fu, Automating Work...
Part Six, Taking user input for plug-ins: • Gimp Scripting: Python Fu, How to create a...
Part Seven, More complicated plug-ins, recreating the Lomo Effect: • Gimp Scripting: Python Fu, More complicate...
Part Eight, Conditional statements for modifying plug-ins based on user input, Lomo Deluxe: • Gimp Scripting: Python Fu, Conditional sta...