Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for your patch, can you do the following changes:
- Remove the RNA_boolean function from the for loop.
- Use space and not tab for indentation when breaking a function call.
- Continue the for loop when no face is selected for the object you are iterating.
Comment Actions
- const bool now outside loop (shame on me…)
- Sorry, can not understand you. I have my editor set to spaces, what lines is the issue? (This is Clion's automatic formatting)
- Now facecount is checked
Comment Actions
I fixed the indentation myself. But you can read further about it here: https://wiki.blender.org/index.php/Dev:Doc/Code_Style#Indentation
You can also find some tips to setup some common IDEs here: https://wiki.blender.org/index.php/Dev:Doc/Code_Style/Configuration (Clion is not there).