Changeset View
Changeset View
Standalone View
Standalone View
add_mesh_extra_objects/add_mesh_solid.py
| Context not available. | |||||
| result2 = abs(self.eTrunc - using[2]) < 0.0015 | result2 = abs(self.eTrunc - using[2]) < 0.0015 | ||||
| result4 = using[4] == self.snub or ((using[4] == "Left") and | result4 = using[4] == self.snub or ((using[4] == "Left") and | ||||
| self.snub in ["Left","Right"]) | self.snub in ["Left","Right"]) | ||||
| if (result0 and result1 and result2 and result4): | if result0 and result1 and result2 and result4: | ||||
| if self.p[self.previousSetting][3] != self.dual: | if self.p[self.previousSetting][3] != self.dual: | ||||
| if self.preset[0] == "d": | if self.preset[0] == "d": | ||||
| self.preset = self.preset[1:] | self.preset = self.preset[1:] | ||||
| Context not available. | |||||