Blender Git Commit Log

All Blender Git commits.

Page: 3144 / 8462

June 26, 2018, 16:19 (GMT)
Workbench: Wrong ENUM value for SINGLE color

Had to be "SINGLE", but was "SOLID" resulting in not showing the single
color option in the shader popover
June 26, 2018, 16:14 (GMT)
Workbench: TAA quick fix for AMD cards

Seems to be that mix(a, b, 1.0) will not give you b. on nvidia this is
not a problem as a was initialized with 0.0, but on AMD it can be any
floating point number, resulting that mix(inf, b, 1.0) was still more to
inf than to b.
June 26, 2018, 15:42 (GMT)
Merge branch 'master' into blender2.8
June 26, 2018, 15:39 (GMT)
RigidBody: use runtime.mesh_orig instead of DEG_get_original_object
June 26, 2018, 15:35 (GMT)
Fix bug in DNA_struct_elem_find when checking the first field

find_elem(olddata=NULL) doesn't work reliably for existence checks; it will
return NULL both when the field is found at offset 0 and when it is not
found at all.
June 26, 2018, 15:24 (GMT)
WIP: First steps to put in place FX again

Still not working. This commit only restore the elements required.
June 26, 2018, 15:17 (GMT)
Fix missing object/collection hiding icons on undo.
June 26, 2018, 15:15 (GMT)
UI: decrease status bar height.
June 26, 2018, 14:35 (GMT)
Workbench: Tempural Anti Aliasing

- FXAA is now also done in the workbench_forward engine.
- User can enable TAA8 in the userpref by setting their max
viewport AA to TAA8. FXAA will still be used when navigating
June 26, 2018, 14:07 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides
June 26, 2018, 14:00 (GMT)
Fix T55628: Crash when creating new material slots

We need to update the geometry when resizing the object material slots.
June 26, 2018, 13:56 (GMT)
Add new effects property section

Also split python code to separated file
June 26, 2018, 13:40 (GMT)
Remove Edit Button
June 26, 2018, 13:36 (GMT)
Changes in UI and Descriptions
June 26, 2018, 13:18 (GMT)
Fix error of context
June 26, 2018, 12:29 (GMT)
UI: Make Mesh shading menu consistent with the other menus
Revision 25caedc by William Reynish / Pablo Vazquez (master)
June 26, 2018, 12:17 (GMT)
UI: Tweaks to Cycles Bake panel

-Correctly aligns bake options in the column
-Updated Metadata panel with right-aligned checkboxes for consistency
June 26, 2018, 12:03 (GMT)
Cleanup: Remove some obsolete defines
June 26, 2018, 11:21 (GMT)
Basic Add VFX and new template

Still the poll method is not working.
June 26, 2018, 10:37 (GMT)
Eevee: LightCache: Fix crash when baking with render result window open
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021