|
|
c8e75c2b00
|
Fix T60554: Missing undo push changing color
Operators don't have a good way to skip undo,
for now check the button undo flag & return cancelled.
|
2019-01-17 16:39:38 +11:00 |
|
|
|
4a3aac478c
|
Cleanup: logic for eyedropper free on failure
Although currently unused, if exec was called and failed it would leak.
|
2019-01-17 15:43:34 +11:00 |
|
|
|
b8e8c0e325
|
Cleanup: comment line length (editors)
Prevents clang-format wrapping text before comments.
|
2019-01-15 23:30:31 +11:00 |
|
|
|
91e87f5cf2
|
Merge branch 'master' into blender2.8
|
2018-09-17 19:40:39 +02:00 |
|
|
|
a738586810
|
Fix object selection with eyerdropper not respecting property poll function.
|
2018-09-17 12:36:31 +02:00 |
|
|
|
b076b3853c
|
Merge branch 'master' into blender2.8
|
2018-07-02 12:03:56 +02:00 |
|
|
|
b88e51dd55
|
Cleanup: use bool for poll functions
|
2018-07-02 11:51:31 +02:00 |
|
|
|
b00d840359
|
WM: remove sloppy region type access
Avoid accidentally operating on the wrong region type.
|
2018-06-12 17:34:44 +02:00 |
|
|
|
760e79d809
|
WM: rename BKE_regiontype_from_id
This returns the first as a fallback, causing confusing usage.
Renamed and added a version of the function that doesn't.
|
2018-06-12 17:26:38 +02:00 |
|
|
|
56f00db6c9
|
Correct error in recent merge
|
2017-12-12 23:19:41 +11:00 |
|
|
|
b3c147a04f
|
Cleanup: split eyedropper into separate files
Each handles separate data-types and didn't share much logic,
better put each in it's own file.
|
2017-12-12 15:44:59 +11:00 |
|