Revision 1b972a3 by Jeroen Bakker June 19, 2018, 12:04 (GMT) |
Lookdev: Renamed RNA studiolight_background => studiolight_background_alpha Removed "Show" from the label |
Revision de748bb by Jeroen Bakker June 19, 2018, 12:04 (GMT) |
Studiolight: Background Generation of icons |
Revision c564d84 by Sybren A. Stüvel June 19, 2018, 09:49 (GMT) |
Show cached frames in timeline at correct height The line was covered by the horizontal scrollbar instead of drawn above it. |
Revision 8f922b3 by Sybren A. Stüvel June 19, 2018, 09:49 (GMT) |
RigidBodyWorld: copy ptcache from evaluated scene back to original scene This makes it possible to perform re-evaluation of the scene without having to re-run the simulation. The CoW�? Orig copy is only performed when the depsgraph is active, so as to not influence the current scene while rendering in the background. Alternatively, we could have the CoW copy share the cache with the original to prevent too much copying of cache data. This will be faster, but I'm not sure whether we can reliably check the DEG_is_active() status at CoW copy creation time. |
Revision 668f395 by Brecht Van Lommel June 19, 2018, 09:45 (GMT) |
Fix T55528: Cycles AO node should default to 1 if radius is 0. |
Revision caaf4e5 by Bastien Montagne June 19, 2018, 08:52 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/editors/sculpt_paint/paint_image_proj.c |
Revision b09a820 by Bastien Montagne June 19, 2018, 08:48 (GMT) |
Cleanup DM generation code for ProjPaint. Two branches were actually doing essentially the same thing here, no need to artificially complicate things. ;) |
Revision 64a2f98 by Bastien Montagne June 19, 2018, 08:43 (GMT) |
Fix (unreported) unauthorized relesing of derived_final DM in paint projection code. NEVER free yourself DM returned by mesh_get_derived_final(), it's always to one assigned to ob->derived_final! |
Revision 8168170 by Campbell Barton June 19, 2018, 07:25 (GMT) |
Cleanup: rename mode -> object.mode in Py UI Keep 'mode' only for 'context.mode'. |
Revision 9025841a by Campbell Barton June 19, 2018, 07:20 (GMT) |
Error in last commit |
Revision 2d2db18 by Campbell Barton June 19, 2018, 07:14 (GMT) |
UI: move object-mode lock out of the 3D header Avoid obscure options here. Move to the edit menu, although this may be temporary. |
Revision 65b3c7b by Jeroen Bakker June 19, 2018, 07:06 (GMT) |
Studiolight: Add SH2 cache - the result of the SH2-coeffiecients are stored in a bin file (3*9 floats). As the file is a local file we do not care about the architecture. - solved issue that also for internal lights the irradiance file were stored. We don't want that as it could be in a not accessible location |
Revision 7a3e037 by Campbell Barton June 19, 2018, 06:56 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 751189e by Campbell Barton June 19, 2018, 06:50 (GMT) |
Vertex Paint: set sculpt object mode immediately SculptSession.mode_type wasn't initialized until painting, making it unreliable for checks in other parts of the code. Also remove unnecessary initialization, matching sculpt mode more closely. |
Revision bd3fe54 by Campbell Barton June 19, 2018, 06:15 (GMT) |
Merge branch 'master' into blender2.8 |
Revision f0c6f5e by Campbell Barton June 19, 2018, 05:48 (GMT) |
editorconfig: correct C/C++ using space |
Revision 8c77c36 by Ray molenkamp June 19, 2018, 00:10 (GMT) |
Ghost: Fix offline OGL render on windows. rBe0c088f8fb5a introduced offline rendering support on windows, sadly it was trying to use the desktop window for getting a context, which given SetPixelFormat can only be called once for any given HDC was an unfortunate choice. This patch uses a temporary hidden window for getting the opengl context. Reviewers: mano-wii Differential Revision: https://developer.blender.org/D3481 |
Revision 30c383f by Ray molenkamp June 18, 2018, 19:40 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision 38b72fb by Ray molenkamp June 18, 2018, 19:39 (GMT) |
make.bat: Fix msvc-2017 detection. D3485 by @manung Differential Revision: https://developer.blender.org/D3485 |
Revision 643370b by Campbell Barton June 18, 2018, 18:58 (GMT) |
Cleanup: code-style |
|
|
|


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