Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conical grain type can only have 'Both' inhibited ends option #202

Open
chmns opened this issue Jul 10, 2022 · 1 comment
Open

Conical grain type can only have 'Both' inhibited ends option #202

chmns opened this issue Jul 10, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@chmns
Copy link

chmns commented Jul 10, 2022

On line 20 of conical.py only 'Both' option is listed for the inhibitedEnds property array, leading to the UI only being able to select this.

self.props['inhibitedEnds'] = EnumProperty('Inhibited ends', ['Both'])

However in the rest of the code there appears to be sufficient code to calculate the burning for all 4 types (Both, Neither, Top, Bottom), e.g.

if self.props['inhibitedEnds'].getValue() in ['Neither', 'Bottom']:

@reilleya
Copy link
Owner

Sorry for the delay! There was some bug with calculating the regression of uninhibited conical grains, so I disabled them temporarily to get the rest of the release out. I would like to fix this, so I'll mark this as a bug to remind myself.

@reilleya reilleya added the bug Something isn't working label Jul 31, 2022
@reilleya reilleya added this to the 0.6.0 milestone Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants