October 29, 2018, 00:08 (GMT) |
PyAPI: remove GPUVertFormat() creation from a list We already have `attr_add` method, best not have two ways to do the same thing. See: D3830 |
October 28, 2018, 23:35 (GMT) |
Cleanup: typo |
October 28, 2018, 23:24 (GMT) |
Cleanup: style |
October 28, 2018, 21:56 (GMT) |
Fix crash flipping region without active area Would happen when cursor is in-between editors for example. |
October 28, 2018, 20:42 (GMT) |
BLI: Add comment about to orthogonalize_m3/4 |
October 28, 2018, 20:42 (GMT) |
Eevee: Fix contact shadow creating to overshadowing This was because the shadow rays could be generated below the geometric normal. |
October 28, 2018, 20:42 (GMT) |
Eevee: Implement jittered soft shadowmap This new option is located in the shadows options in the render settings. This approach is simple and just randomize the shadow map position (not the lamp itself) and just let the temporal supersampling do the average of all the shadowing. The downside is that is needs quite a large number of samples to give smooth results and individual sample position can remain visible. Enabling this option will make the viewport refresh all shadow maps every redraw so it has a serious performance impact. This approach is not physicaly based at all and will not match cycles. ---- The sampling for point lamps (spheres) is not |
October 28, 2018, 20:42 (GMT) |
DRW: Cleanup: Redundant check |
October 28, 2018, 19:39 (GMT) |
Use keyword argument for ui label text in cryptomatte passes |
October 28, 2018, 17:20 (GMT) |
GP: Refactor Instance modifier and rename to Array The old name Instance was logic when the modifier created new object instances, but now works equal to mesh Array modifier, so the old name was not logic and must be Array. Also added a Object to use as offset similar to mesh Array modifier. |
October 28, 2018, 16:46 (GMT) |
Fix label misalignment when there are multiple buttons on the right side. |
October 28, 2018, 16:46 (GMT) |
Cleanup: fix compiler warnings. |
October 28, 2018, 15:41 (GMT) |
Merge branch 'master' into blender2.8 |
October 28, 2018, 14:19 (GMT) |
Add missing ID base class declaration for HairSystem RNA. |
October 28, 2018, 14:12 (GMT) |
Fix renamed 'percentage' arg in layout splits. |
October 28, 2018, 14:08 (GMT) |
Fix snaps appearing in system bookmarks on Linux. Differential Revision: https://developer.blender.org/D3838 |
October 28, 2018, 14:08 (GMT) |
Check for valid scalp before running the test hair operator. |
October 28, 2018, 13:55 (GMT) |
Fix Linux build after Cryptomatte commit. |
October 28, 2018, 13:47 (GMT) |
Mantaflow: Added preprocessed Mantaflow source files Preprocessed files for both OpenMP and TBB |
October 28, 2018, 09:40 (GMT) |
Fix T57394: missing bl_category in panel (custom props / stereoscopy) Differential Revision: https://developer.blender.org/D3835 |
|
|
|


Master Commits
MiikaHweb | 2003-2021