Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2168 / 5574

Revision 15336eb by Julian Eisel
March 29, 2017, 21:01 (GMT)
Merge branch 'master' into blender2.8
March 29, 2017, 20:33 (GMT)
Remove BASE_VISIBLE, BASE_SELECTABLE, TESTBASELIB (no longer used)
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.
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
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.
March 29, 2017, 20:33 (GMT)
Base: update select_group
March 29, 2017, 20:33 (GMT)
Fix fit camera view frame to selected objects
March 29, 2017, 20:21 (GMT)
Fix viewselected (NUMPAD PERIOD)
March 29, 2017, 19:04 (GMT)
Fix T51083: View all is broken in 2.8
March 29, 2017, 14:54 (GMT)
Cycles: Fix compilation error of app after the include directories change
March 29, 2017, 14:22 (GMT)
Cycles: Attempt to work around compilation errors of CUDA on sm_2x
March 29, 2017, 13:41 (GMT)
Cycles: Cleanup, indentation
March 29, 2017, 13:07 (GMT)
Cycles: Remove toolkit-specific workaround from kernel
March 29, 2017, 13:06 (GMT)
Cycles: Only use CUDA 8.0 as officially supported one

This deprecates CUDA 7.5.
March 29, 2017, 12:45 (GMT)
Cycles: Cleanup, don't use m_ prefix for public properties
March 29, 2017, 12:28 (GMT)
Cycles: Fix compilation error with visibility flag disabled
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021