October 31, 2018, 10:46 (GMT) |
Cycles: Fix wrong BVH used when disabling AVX2 in debug settings Mainly useful for debugging. Previously, when AVX2 was disabled in the debug panel but BVH layout was kept on BVH8 nothing was rendered. Needed to make it so supported BVH layout mask for devices is queried in "dynamic", so it is possible to use DebugFlags there. |
October 31, 2018, 10:00 (GMT) |
GP: New Autolock Inactive Layer This option locks any layer no active to avoid any accidental change. |
October 31, 2018, 08:50 (GMT) |
Add an option to do keyframe insertion in a cycle-aware fashion. When enabled, inserting keyframes into F-Curves with simple cyclic extrapolation (the same conditions as required for cycle-aware auto handle smoothing to activate) will take the cycle into account: - Keyframes that are being inserted outside of the cycle bounds are remapped to be inside the cycle. Thus it is not necessary to be within the main iteration of the cycle when tweaking. This becomes especially useful in the final animation tweaking phase when the channel keys may be staggered for overlap, so the actual master period is different for different channels. - Modifying one of the end points of a cycle also changes the other end point when appropriate, to preserve smooth transition. This feature applies to both manual keyframe insertion using 'I', and auto-keyframing. Differential Revision: https://developer.blender.org/D3140 |
Revision b77c6a8 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) October 31, 2018, 05:45 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr # Conflicts: # release/scripts/addons # release/scripts/addons_contrib # source/blender/makesdna/DNA_scene_types.h # source/tools |
October 31, 2018, 05:14 (GMT) |
UI: Match region tabs with other navigation tabs |
October 31, 2018, 04:40 (GMT) |
October 31, 2018, 03:43 (GMT) |
Cleanup: indentation |
October 31, 2018, 01:34 (GMT) |
Cleanup: rename PyAPI VertBatch to Batch Only used for internal functions, follow 'GPU_batch.h' naming. |
October 31, 2018, 01:32 (GMT) |
Fix leak in successive calls to Batch.program_set |
October 31, 2018, 01:11 (GMT) |
PyAPI: add check for exceeding batch VBO limit |
October 31, 2018, 01:02 (GMT) |
Cleanup: batch Python API Add utility function to raise an error. |
October 31, 2018, 00:55 (GMT) |
Fix missing error returns in batch API |
October 31, 2018, 00:51 (GMT) |
Fix T57504: Scaling 3D cursor crashes |
October 31, 2018, 00:51 (GMT) |
Cleanup: grease pencil RNA naming Follow naming conventions for boolean's, Also rename enable_settings -> use_settings_postprocess. |
October 31, 2018, 00:51 (GMT) |
Cleanup: remove redundant 'gpencil_' prefix Also rename 'gpencil_brush_type' -> 'tool' & correct typo. |
October 31, 2018, 00:51 (GMT) |
Fix grease pencil RNA path |
October 30, 2018, 23:52 (GMT) |
UI: Right-click menu entry to flip properties Tab Bar left/right |
October 30, 2018, 23:52 (GMT) |
October 30, 2018, 23:46 (GMT) |
Workbench: Attenuate dithering effect when using viewport render Quick hack to get rid of most of the noise when doing a viewport render in xray or wireframe mode. |
October 30, 2018, 23:46 (GMT) |
UI: Rename "OpenGL Render" operator to "Viewport Render" Since we now have an Opengl "render engine", it is misleading to have this operator still called "OpenGL Render" when all it does is take a snapshot of the viewport. |
|
|
|


Master Commits
MiikaHweb | 2003-2021