Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_operators/wm.py
| Context not available. | |||||
| # note that if we have data paths that use strings this could fail | # note that if we have data paths that use strings this could fail | ||||
| # luckily we don't do this! | # luckily we don't do this! | ||||
| # | # | ||||
| # When we cant find the data owner assume no undo is needed. | # When we can't find the data owner assume no undo is needed. | ||||
| data_path_head = data_path.rpartition(".")[0] | data_path_head = data_path.rpartition(".")[0] | ||||
| if not data_path_head: | if not data_path_head: | ||||
| Context not available. | |||||