Ian Eborn (Thaumaturge)

Results 84 comments of Ian Eborn (Thaumaturge)

Ah, that's fair, if a pity! The option to filter the exported objects by Blender's selection (or in some other way, if that's not available without Blender running) would still...

This definitely seems like it might be helpful! I have a few old pull-requests that are somewhat-related--see below: https://github.com/panda3d/panda3d/pull/656 https://github.com/panda3d/panda3d/pull/655 https://github.com/panda3d/panda3d/pull/653 https://github.com/panda3d/panda3d/pull/652 Now, these don't seek to overhaul the property-list,...

Let me turn it around, if I may: if you wanted DirectGUI to provide access to a list, not of the current values of a widget's options, but of the...

> What's the use case for keeping default values as a list that's not even complete in code? I don't know--but presumably the developers of DirectGUI thought that there was...

Thought: While perhaps not a complete solution, might it be worth having some optional debug-level checking in the scale-setting code in order to detect zero-components in applied scales?

There has been some discussion of replacing DirectGUI, as I recall. See the following thread, for example: https://discourse.panda3d.org/t/developers-favorite-gui-framework/24207 I do agree that DirectGUI can be a little opaque at times,...

> But the solution you just gave me is not documented: Yeah, it's somewhat implicit: * The scroll-bars of a DirectScrolledFrame are DirectScrollBars * DirectScrollBars (as shown on [their manual...

> In a doc page relating to event handling. No, I mean in the code: where would you make those values available for the programmer?

>What do you mean. Not at all. It's meta knowledge, all you need to know is that the value triggers the thing? > >Why do you need to import that?...

One point that I might add to the above is that there is at least one class that resets certain elements of theming after particular changes are made to it....