Revision 913b1fd by Bastien Montagne March 12, 2019, 14:48 (GMT) |
BKE Collections: add helper to find the scene of a master collection. |
Revision c10d011 by Sergey Sharybin March 12, 2019, 14:27 (GMT) |
Fix T62457: Crash with rigid body and disabled objects Need to always ensure objects form rigid body wortld are part of dependency graph. |
Revision 936014e by Sergey Sharybin March 12, 2019, 13:53 (GMT) |
Fix missing metadata for multilayer exr sequences |
Revision 645cc3e by Brecht Van Lommel March 12, 2019, 13:22 (GMT) |
Merge branch 'blender2.7' |
Revision 8ba1c30 by Bastien Montagne March 12, 2019, 13:12 (GMT) |
API Doc: Gotcha: add section about 'exceptions to the rules' known crashing cases. As exposed in T62406, we can have some rare cases of crashes due to memory re-allocation happening outside of expected scenarii. Ideally this should be re-designed, but at least keep track of those known exceptions to general rules... |
Revision e3b1ae9 by Brecht Van Lommel March 12, 2019, 13:11 (GMT) |
Fix T62481: Cycles crash rendering with UV pass after recent changes. |
Revision 298dabc by Jeroen Bakker March 12, 2019, 13:06 (GMT) |
Cycles/OpenCL: Reduce How Often Kernel Recompilations Are Needed This patch will reduce the number of times that we need to recompile kernels. It does this by (en/dis)abling features by default. So when the user needs them that the kernels are already available. Other features are enabled by default for background and foreground rendering. When in background rendering the user wants the best render performance. When in foreground rendering the user wants the least amount of recompilations. Enabling volumetrics or subdivision evaluation will still trigger a recompilation during foreground rendering. Reviewed By: #cycles, brecht Differential Revision: https://developer.blender.org/D4485 |
Revision d9c5436 by Antonio Vazquez March 12, 2019, 12:45 (GMT) |
Fix T62485: wrong tooltip text |
Revision ca06b84 by Brecht Van Lommel March 12, 2019, 12:40 (GMT) |
Fix T62470: instanced object does not preserve bounds display type. Inheriting the display type from the instancer should only happen if it's a simpler one. |
Revision 84ac6b7 by William Reynish March 12, 2019, 10:07 (GMT) |
UI: Adjustments to Texture Paint Projection Paint panel |
Revision 0bb57c5 by Alexander Gavrilov March 12, 2019, 09:38 (GMT) |
Make B-Bone deformation code more robust with bad cached segment data. Various dependency graph problems can cause obsolete data to reach the armature modifier, so add checks to reduce the chance of crashing. |
Revision 5582452 by Antonio Vazquez March 12, 2019, 09:23 (GMT) |
GPencil: Set wire mode when object is set to wire When the object view is set to Wireframe, the display must be set as wireframe view with x-ray on. Now the x-ray switch is handled by object. |
Revision 784f7cb by Campbell Barton March 12, 2019, 06:45 (GMT) |
Cleanup: use doxygen sections for BLI_utildefines |
Revision 873f8b1 by Campbell Barton March 12, 2019, 06:44 (GMT) |
Cleanup: BLI_utildefines struct macros Use the term "AFTER" instead of "OFS" since it wasn't obvious these macros operate on everything after the struct member passed. Avoid casting to non-const types when only reading. |
Revision d8daeeb by Campbell Barton March 12, 2019, 05:31 (GMT) |
UI: Avoid redundant text argument to UnifiedPaintPanel methods Now when the text argument is omitted, use the default name matching how regular properties work. Avoids passing in the same name which RNA has, matches UILayout.prop behavior. Also use keyword only for optional arguments. |
Revision 5234ced by Campbell Barton March 12, 2019, 05:31 (GMT) |
RNA: support None text argument to UI functions Without this there isn't a convenient way to write wrapper UI functions that forward a text argument that optionally uses the default text. |
Revision 819c004 by Campbell Barton March 12, 2019, 04:32 (GMT) |
Cleanup: use UnifiedPaintPanel for context menu |
Revision ee01b66 by Campbell Barton March 12, 2019, 04:31 (GMT) |
Fix use of uninitialized stack memory The matrix multiply uses x,y values so both must be initialized. |
Revision 022ad41 by Campbell Barton March 12, 2019, 01:28 (GMT) |
DRW: use object color from instancer Otherwise it's impossible to set the color of instanced library objects. Follows convention of instancer controlling draw options. |
Revision 6b39dc7 by Campbell Barton March 12, 2019, 01:08 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021