Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • $\begingroup$ I want to get enums from one EnumProperty $\endgroup$ Commented Jul 8, 2023 at 15:04
  • $\begingroup$ I dont think thats possible. Basically you have one enum property enum_items and just prepare it for presentation with helper enum properties. Any technical reason why you need to enforce only one enum property? $\endgroup$ Commented Jul 8, 2023 at 15:25
  • $\begingroup$ because my code depends on one EnumProperty, I can't make two EnumProperty it will break my script. I want to just show the items depending on another EnumProperty e.g. enum_type $\endgroup$ Commented Jul 8, 2023 at 15:42
  • $\begingroup$ Well, then show more surrounding code. I cant understand why the script breaks. $\endgroup$ Commented Jul 8, 2023 at 21:00
  • $\begingroup$ my code depends on scene.enum so I can't make two enums e.g. scene.enum_first and scene.enum_last $\endgroup$ Commented Jul 9, 2023 at 9:50