Blender Git Commit Log

All Blender Git commits.

Page: 3342 / 8462

April 26, 2018, 14:16 (GMT)
Code Cleanup / Fix ASAN Crash

With ASAN enabled, Blender crashed when deleting the default cube
(why GP engine is even running at that point is a bit of a mystery to me).
Checking on this, I discovered that the code here had multiple pointers with
different names to the active object and the GP datablock it uses... time to
clean this mess up!
April 26, 2018, 14:15 (GMT)
Replace allowed types from Palettes to Materials
April 26, 2018, 14:08 (GMT)
Remove newdataadr and use newlibadr_us for images
April 26, 2018, 13:34 (GMT)
Reduce size of scrollbars that don't contain scale markings

More changes will follow, this is just an initial tweak.
April 26, 2018, 13:31 (GMT)
Fix several compiler warnings
April 26, 2018, 13:19 (GMT)
UI: support icon reloading (F8 key)
April 26, 2018, 13:18 (GMT)
Icons: correct arg parsing

Use _PyArg_ParseTupleAndKeywordsFast
April 26, 2018, 13:02 (GMT)
UI: correct icon
April 26, 2018, 12:55 (GMT)
Cleanup: avoid direct access to private class
April 26, 2018, 12:36 (GMT)
Merge branch 'master' into blender2.8
April 26, 2018, 12:35 (GMT)
Fix T54836: Select sharp edges doesn't flush to faces
April 26, 2018, 12:32 (GMT)
Fix T54836: Select sharp edges doesn't flush to faces
April 26, 2018, 12:24 (GMT)
Merge branch 'master' into blender2.8
April 26, 2018, 12:21 (GMT)
BLF: Fix problem with drawing with fonts with multiple size.

Fix T54838 : Text display glitch w/ fonts at different sizes.

This was cause by the cache not being flushed when changing font texture.
April 26, 2018, 12:12 (GMT)
Workbench: GLSL layout locations

Added layout locations
April 26, 2018, 12:07 (GMT)
Cleanup: Use enums for View2D value defines

Makes the file much less cluttered and more structured.
Also made some whitespace tweaks.
April 26, 2018, 10:54 (GMT)
Fix recalc of UV using materials instead of Palettes
April 26, 2018, 10:35 (GMT)
Change Default Brush material after refactor
April 26, 2018, 10:08 (GMT)
UI: toolbar single column size snapping

Once a region is set to it's snapped size, zooming keeps the size.
April 26, 2018, 09:50 (GMT)
Fix missing palette reference
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021