This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/windowmanager
Campbell Barton b7669ac1c6 Manipulators: move settings to ID properties
This makes manipulator access closer to operators,
and allows Python access.

This adds RNA for manipulators, but not Python registration yet.

- Split draw style into 2x settings:
  `draw_style` (enum) & `draw_options` (enum-flag)
- Rename wmManipulator.properties -> properties_edit,
  Use wmManipulator.properties for ID-properties.
  Note that this area of the API will need further work since
  manipulators now have 2 kinds of properties & API's to access them.
2017-06-21 14:10:14 +10:00
..
2017-06-19 20:18:04 +10:00
2016-04-19 12:18:19 +10:00
2017-01-09 17:58:13 +01:00
2017-06-01 19:59:37 +02:00
2017-06-10 10:42:35 +10:00
2017-06-01 19:59:37 +02:00
2017-03-06 13:00:46 +01:00