Creating a Custom Python Effector, Part 04: Fixing Bugs

Photo of Andy H Runyon

Instructor Andy H Runyon

Share this video
  • Duration: 06:16
  • Views: 1690
  • Made with Release: 14
  • Works with Release: 14 and greater

Fixing Bugs and Introducing IF Statements

In this video you will learn how to debug issues that may arise when working with your own code. In this case a difference in the clone count between cloners can cause this effector to break, so a method for handling this error must be created. You will see how the Console is an indispensable tool, and how you can use simple if statements to control the flow of your code to handle varying clone counts.

show less