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

Allow hooking a custom python function to overwritten values #81

Open
uberspot opened this issue Jan 28, 2019 · 0 comments
Open

Allow hooking a custom python function to overwritten values #81

uberspot opened this issue Jan 28, 2019 · 0 comments

Comments

@uberspot
Copy link

It would be very useful to be able to execute custom python code whenever a value is overwritten during reclass.

Some use cases would be:

  1. Debugging: figure out if a value was overwritten somewhere when it shouldn't have
  2. Analytics: see which values are overwritten and which aren't. (This might be useful for cleaning up duplicate overwrites of values in certain cases).

Any idea if this is possible already or easy to implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants