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
9e2ea6c500
Merge branch 'master' into blender2.8
2018-04-15 12:03:09 +02:00
c12d976020
Cleanup: ED_armature naming
...
- Wasn't clear which functions handle edit-bones.
- Mixed both ebone and edit_bone in names.
- Didn't use ED_armature_* prefix for public API.
See P655 to apply to branches.
2018-04-15 11:50:53 +02:00
d675415eef
Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgraph.h
...
This removes BKE_depsgraph.h and depsgraph.c
2017-06-08 10:17:04 +02:00
a77edab320
Cleanup: use bools
2015-07-01 16:57:18 +10:00
7d040d2a08
Cleanup: use BLI_listbase_*** prefix for count,sort,sort_r
2014-11-16 13:57:58 +01:00
00b29156e0
Defines: replace ELEM3-16 with ELEM(...), that can take varargs
2014-07-20 01:33:40 +10:00
48881ad1e0
Code cleanup: doxy comments
2014-05-14 15:00:47 +10:00
4e7872ce46
Add normal option to ED_transverts
2014-03-31 14:55:55 +11:00
c24c34324c
Code cleanup: remove unused members of TransVert
2014-03-31 09:58:17 +11:00
f1962f187f
Refactor: Add generic poll ED_transverts_poll
2014-03-31 09:58:17 +11:00
5743a6e364
Code Cleanup: move trans-verts out of snap code into their own file.
...
Developer Note:
* minmax & centroid was being calculated when creating trans-verts but never used.
* static vars removed, replace with TransVertStore stack var.
2013-11-20 02:54:52 +11:00