Revision 25418be by Arto Kitula January 3, 2018, 12:52 (GMT) |
build deps: llvm new website download locations |
Revision be40389 by Campbell Barton January 3, 2018, 12:43 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ffb2c40 by Dalai Felinto January 3, 2018, 12:17 (GMT) |
New API function to call an existing menu Thanks Campbell Barton for the help and review. This is for Blender 2.8, so we are not using this function yet. |
Revision e981a7d by Campbell Barton January 3, 2018, 10:59 (GMT) |
Missing from last commit |
Revision 2f8c257 by Campbell Barton January 3, 2018, 10:54 (GMT) |
Fix T53632: Objects outside scene shown in popup Only show objects in current scene when not pinned. This commit adds a filter argument to id-template since we may want to filter by other criteria. |
Revision cbc7aa8 by Campbell Barton January 3, 2018, 05:10 (GMT) |
Fix T53678: Smart Project UV margin ignores units |
Revision 060fdb4 by Germano Cavalcante January 3, 2018, 01:44 (GMT) |
Fix an error on last commit `count` here is multiplied by 4. |
Revision 2a57a46 by Germano Cavalcante January 3, 2018, 01:31 (GMT) |
Fix crash when you change the curve resolution in Edit Mode of the Blender Render engine Same problem as previous commit, but now in `drawobject.c`. Also added a comment to the equivalent line in `draw_cache_imp_curve.c`. |
Revision 6c46dff by Germano Cavalcante January 3, 2018, 01:09 (GMT) |
Curve Edit Mode: Fix crash when the U-resolution of the curve is changed `normal_len` did not follow the value of the loop that is executed to add the vertices, being different from the vbo size |
Revision b3c4e30 by Joshua Leung January 2, 2018, 23:59 (GMT) |
Fix: MSVC2013 compile problems with the "inline" keyword |
Revision c621832 by Brecht Van Lommel January 2, 2018, 22:50 (GMT) |
Cycles: CUDA support for rendering scenes that don't fit on GPU. In that case it can now fall back to CPU memory, at the cost of reduced performance. For scenes that fit in GPU memory, this commit should not cause any noticeable slowdowns. We don't use all physical system RAM, since that can cause OS instability. We leave at least half of system RAM or 4GB to other software, whichever is smaller. For image textures in host memory, performance was maybe 20-30% slower in our tests (although this is highly hardware and scene dependent). Once other type of data doesn't fit on the GPU, performance can be e.g. 10x slower, and at that point it's probably better to just render on the CPU. Differential Revision: https://developer.blender.org/D2056 |
Revision 6699454 by Brecht Van Lommel January 2, 2018, 22:46 (GMT) |
Cycles: make CUDA code a bit more robust to host/device alloc failures. Fixes a few corner cases found while stress testing host mapped memory. |
Revision 07de8ef by Dalai Felinto January 2, 2018, 20:19 (GMT) |
Layers/Collections: Fix crash when deleting collection If the collection to be deleted has a nested collection that is directly linked to a view layer, we were getting a crash. |
Revision 8300b5e by Dalai Felinto January 2, 2018, 19:42 (GMT) |
Layers: Fix operator_context unittest This was broken since 70cdc8412c478b when we changed the requirement for context scene collection to be part of context view layer. |
Revision f356623 by Dalai Felinto January 2, 2018, 18:59 (GMT) |
Layers: Fix collection_rename unittest This was broken since c9cb5dc3dab0af when we supported same name for non-sibling collections. |
Revision a9fe942 by Dalai Felinto January 2, 2018, 16:40 (GMT) |
Outliner: Master Collection always expanded This is part of T53495. This makes sure the master collection is always expanded and you don't even get the expand/collapse icons for it. This is only for the Collecions (currently Master Collection Tree) option, not for active view layer. |
Revision e1238bc by Dalai Felinto January 2, 2018, 15:10 (GMT) |
Outliner: Always show the master collection on top of the tree This reverts commit 0d0d68d39dad8e14b80489bc28d591fc6eff5f21 with extra changes. This is part of T53495. |
Revision e8c737d by Dalai Felinto January 2, 2018, 15:10 (GMT) |
Outliner/Collections: Don't link a collection after creation |
Revision e84966a by Bastien Montagne January 2, 2018, 14:23 (GMT) |
nstall_deps: llvm downloads new website location Patch by Lucas Walter (@lucasw), thanks. Reviewers: mont29 Reviewed By: mont29 Subscribers: mont29 Differential Revision: https://developer.blender.org/D2983 |
Revision e59cf13 by Gaia Clary January 1, 2018, 14:02 (GMT) |
fix T53230: avoid Nullpointer problems in Collada Exporter |
|