Page MenuHome

Multi object editing - face dissolve support
ClosedPublic

Authored by Mateusz (brezdo) on May 7 2018, 9:26 PM.

Diff Detail

Event Timeline

Dalai Felinto (dfelinto) requested changes to this revision.May 7 2018, 10:02 PM

Thanks for your patch, can you do the following changes:

  1. Remove the RNA_boolean function from the for loop.
  2. Use space and not tab for indentation when breaking a function call.
  3. Continue the for loop when no face is selected for the object you are iterating.
This revision now requires changes to proceed.May 7 2018, 10:02 PM
Mateusz (brezdo) updated this revision to Diff 10563.EditedMay 7 2018, 10:16 PM
  1. const bool now outside loop (shame on me…)
  2. Sorry, can not understand you. I have my editor set to spaces, what lines is the issue? (This is Clion's automatic formatting)
  3. Now facecount is checked
This revision was not accepted when it landed; it landed in state Needs Review.May 8 2018, 9:52 AM
This revision was automatically updated to reflect the committed changes.

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).