2012-11-28 |
Campbell Barton | fix for minor annoyance - when extruding a circle there... |
blob | commitdiff | raw |
2012-11-28 |
Campbell Barton | bmesh operator naming - use clearer names for args... |
blob | commitdiff | raw | diff to current |
2012-11-20 |
Campbell Barton | code cleanup: make bmesh operator names more consistant... |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Campbell Barton | use input and output slots for bmesh operators, needed... |
blob | commitdiff | raw | diff to current |
2012-11-03 |
Campbell Barton | code cleanup: float <> double conversion. |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r48592:HEAD |
blob | commitdiff | raw | diff to current |
2012-09-30 |
Campbell Barton | style cleanup |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Campbell Barton | fix for adding triangle-fan filled circle not tagging... |
blob | commitdiff | raw | diff to current |
2012-07-21 |
Campbell Barton | add option so operators can be called with a flag,... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Sergey Sharybin | Mango request: added an input node to use track's posit... |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r48095:48592 |
blob | commitdiff | raw | diff to current |
2012-07-01 |
Campbell Barton | svn merge ^/trunk/blender -r48415:48469 |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Campbell Barton | rename bmesh ops since they are exposed in an api now. |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Campbell Barton | svn merge ^/trunk/blender -r48321:48333 |
blob | commitdiff | raw | diff to current |
2012-06-26 |
Campbell Barton | bmesh.ops module for bmesh operator access, only remove... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r45927:HEAD --accept=theirs... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Ove Murberg Henriksen | merging back to a version that works... |
blob | commitdiff | raw | diff to current |
2012-05-06 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r46100:46200 |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Sergey Sharybin | Merging r46137 through r46202 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Sergey Sharybin | Fix #31230: Grid primitive changes size with changing... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Campbell Barton | source code style checker to, (similar to pythons pep8... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Sergey Sharybin | Camera tracking: support of tripod motion solving |
blob | commitdiff | raw | diff to current |
2012-04-24 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r44562:HEAD |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Sergey Sharybin | Merging r45810 through r45876 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Campbell Barton | - fix for python freeing its own bmesh clearing the... |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Campbell Barton | code cleanup: bmesh subdivide code - BM_mesh_esubdivide... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Sergey Sharybin | Merging r45748 through r45791 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Campbell Barton | remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Campbell Barton | style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER |
blob | commitdiff | raw | diff to current |
2012-04-14 |
Sergey Sharybin | Merging r44227 through r45619 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-04-12 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r45364:HEAD --accept postpone |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Campbell Barton | code cleanup: add doxygen headers to bmesh operator... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Bastien Montagne | Small improvement to bmo icosphere primitive: instead... |
blob | commitdiff | raw | diff to current |
2012-04-03 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r44562:45364 |
blob | commitdiff | raw | diff to current |
2012-03-30 |
Nicholas Bishop | For BMesh functions that test flags, add enabled/disabl... |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Nicholas Bishop | Fix bug 30696, circular mesh objects had wrong orientation. |
blob | commitdiff | raw | diff to current |
2012-03-21 |
Campbell Barton | style cleanup: bmesh |
blob | commitdiff | raw | diff to current |
2012-03-19 |
Campbell Barton | code cleanup: bmesh api - make arg order consistent... |
blob | commitdiff | raw | diff to current |
2012-03-18 |
Campbell Barton | spelling cleanup |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Campbell Barton | code cleanup: duplicate checks and double assignments. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Campbell Barton | building without python works again, cleanup bmesh... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Campbell Barton | bmesh api: |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Campbell Barton | code cleanup: |
blob | commitdiff | raw | diff to current |
2012-02-26 |
Campbell Barton | style cleanup |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Campbell Barton | bmesh api: |
blob | commitdiff | raw | diff to current |
2012-02-23 |
Campbell Barton | adding icosphere was broken with own recent commit |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Campbell Barton | added boolean type for bmesh operators, will make pytho... |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | misc changes from trunk (avoid confusion since these... bmesh |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | copying bmesh dir on its own from bmesh branch |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44235:44250 |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44213:44235 --- fixes... |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44204:44213 |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44189:44204 |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44136:44189 |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Campbell Barton | fix for bug with adding icosphere in editmode (was... |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Campbell Barton | fix [#30208] Bmesh Edit Mode: Add Primitive keeps old... |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Campbell Barton | svn merge ^/trunk/blender -r44118:44136 |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Campbell Barton | svn merge ^/trunk/blender -r44076:44118 |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Campbell Barton | own error - mixup with BMO_slot_mat_get/set |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Campbell Barton | style cleanup > 120 line length. |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Campbell Barton | svn merge ^/trunk/blender -r44024:44076 |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | api name conventions, more minor changes: flag set... |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | BMesh api function naming. |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | indentation cleanup |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | prefix bmesh operator files with bmo_ (otherwise adding... |
blob | commitdiff | raw | diff to current |
|