Revision 15336eb by Julian Eisel March 29, 2017, 21:01 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e922e42 by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Remove BASE_VISIBLE, BASE_SELECTABLE, TESTBASELIB (no longer used) |
Revision 61134dc by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Base: update localview, however ... Local view will not be supported in 2.8, at least not at first. This updates the code anyways. |
Revision 0887545 by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Base: update createTransObject I was hoping this would fix the issue of the object not moving after you copy it (right now you need to manually grab the object afterwards). But unfortunatelly it does not |
Revision 9571811 by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Base: update (unused) image_aspect function, copy_attr_menu and its sub-functions Since this is unused, I didn't test the code. It should be fine though. |
Revision 63bbf75 by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Base: update select_group |
Revision 328dcae by Dalai Felinto March 29, 2017, 20:33 (GMT) |
Fix fit camera view frame to selected objects |
Revision 40f764f by Dalai Felinto March 29, 2017, 20:21 (GMT) |
Fix viewselected (NUMPAD PERIOD) |
Revision 539e41f by Dalai Felinto March 29, 2017, 19:04 (GMT) |
Fix T51083: View all is broken in 2.8 |
Revision 66ef0b8 by Sergey Sharybin March 29, 2017, 14:54 (GMT) |
Cycles: Fix compilation error of app after the include directories change |
Revision 48fa2c8 by Sergey Sharybin March 29, 2017, 14:22 (GMT) |
Cycles: Attempt to work around compilation errors of CUDA on sm_2x |
Revision be17445 by Sergey Sharybin March 29, 2017, 13:41 (GMT) |
Cycles: Cleanup, indentation |
Revision cc7386e by Sergey Sharybin March 29, 2017, 13:07 (GMT) |
Cycles: Remove toolkit-specific workaround from kernel |
Revision 5af4e1c by Sergey Sharybin March 29, 2017, 13:06 (GMT) |
Cycles: Only use CUDA 8.0 as officially supported one This deprecates CUDA 7.5. |
Revision 270df9a by Sergey Sharybin March 29, 2017, 12:45 (GMT) |
Cycles: Cleanup, don't use m_ prefix for public properties |
Revision 30bed91 by Sergey Sharybin March 29, 2017, 12:28 (GMT) |
Cycles: Fix compilation error with visibility flag disabled |
Revision 0579eaa by Sergey Sharybin March 29, 2017, 11:41 (GMT) |
Cycles: Make all #include statements relative to cycles source directory The idea is to make include statements more explicit and obvious where the file is coming from, additionally reducing chance of wrong header being picked up. For example, it was not obvious whether bvh.h was refferring to builder or traversal, whenter node.h is a generic graph node or a shader node and cases like that. Surely this might look obvious for the active developers, but after some time of not touching the code it becomes less obvious where file is coming from. This was briefly mentioned in T50824 and seems @brecht is fine with such explicitness, but need to agree with all active developers before committing this. Please note that this patch is lacking changes related on GPU/OpenCL support. This will be solved if/when we all agree this is a good idea to move forward. Reviewers: brecht, lukasstockner97, maiself, nirved, dingto, juicyfruit, swerner Reviewed By: lukasstockner97, maiself, nirved, dingto Subscribers: brecht Differential Revision: https://developer.blender.org/D2586 |
Revision b0581cd by Julian Eisel March 29, 2017, 10:53 (GMT) |
Correct own earlier commit for recursive behavior of property groups |
Revision ac08482 by Julian Eisel March 29, 2017, 10:31 (GMT) |
Fix glitches caused by new outliner versioning code Mainly caused by TreeStoreElem.flag not being cleared. |
Revision 38d0ea4 by Julian Eisel March 29, 2017, 10:27 (GMT) |
Alternative fix for crash displaying 'New Window' keymap item rB870440dee910c9 just did NULL-check for Main pointer, actual issue is that bContext pointer was NULL. This can be fixed by ensuring PROP_ENUM_NO_CONTEXT flag is not set by calling WM_operator_properties_sanitize when creating RNA buttons. Now, layout previews are visible in keymap editor too. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021