Blender Git Commits

Blender Git "master" branch commits.

Page: 1350 / 5574

January 29, 2019, 06:28 (GMT)
Fix CLOG_STR_AT_SEVERITY macro

Part of D4277 by @sobakasu
January 29, 2019, 05:27 (GMT)
Fix duplicate brushes being added to startup

All builtin templates have this brush.
January 29, 2019, 04:28 (GMT)
Fix T60809: Crash undoing object rename in edit-mode

Currently names are used for edit-mode undo-steps,
any changes to Main ID names cause lookup failure (crashing).

This commit ensures any undo steps that use ID lookups have the same
mem-file undo state loaded that was used to encode the steps.

Renaming also has an undo push added (last commit).
January 29, 2019, 03:28 (GMT)
Library: tag memfile undo for writing after rename

Needed for T60809 fix.
January 28, 2019, 22:11 (GMT)
Cleanup: Remove unused MTex.texflag
January 28, 2019, 21:42 (GMT)
Cleanup: remove immediate mode TODO

We've managed without these functions and can add them if needed,
this TODO isn't helping.
January 28, 2019, 21:32 (GMT)
Cleanup: replace attrib w/ attr

Also rename GPUVertexAttribs to GPUVertAttrLayers,
avoids confusion with GPUVertAttr which isn't closely related.
January 28, 2019, 21:27 (GMT)
Merge branch 'blender2.7'

Conflicts:
source/creator/CMakeLists.txt
January 28, 2019, 21:25 (GMT)
Fix T60896: Missing update for Auto Texture Space.
January 28, 2019, 20:57 (GMT)
Outliner: Enable new faster 'Delete Hierarchy' code by default.

Some more tests showed no issue, so now feeling reasonably confident.

Old, 'safer' one remains available through setting debug value to 666,
for a few more weeks.
January 28, 2019, 20:49 (GMT)
Fix several missing cases of copy func for modifiers.

Any time a modifier data has non-ID pointer, it should have own copy
function (and also take care of proper init/reset in its init callback).
January 28, 2019, 20:49 (GMT)
Fix T60840: Serious memleak in solidify modifier.

Another one painful to pin down, due to misleading info in report, and
more than anything else, waaayyyyy too complex example file!
January 28, 2019, 16:46 (GMT)
Fix T60944: Add Tablet eraser support to annotations usin pen
January 28, 2019, 15:39 (GMT)
Fix T60566: Warnings in rigid body and certain conrfiguration

Was visible when constraint object is not directly visible via
view layers, need to indirectly pull it into the graph.
January 28, 2019, 15:14 (GMT)
Fix T60599: Multires crash after doing dyntopo sculpt
January 28, 2019, 14:45 (GMT)
Fix T59963: Can't manipulate hair keys with G, R, S or mirror transforms

Need to pass proper evaluated mesh to calculate hair matrix.
January 28, 2019, 13:27 (GMT)
DRW: support clipping for object & lamp centers
January 28, 2019, 12:08 (GMT)
makesrna: write files w/ spaces instead of tabs

We're preparing to move to spaces, having literal tabs in strings
complicates conversion a little, move makesrna to spaces now.
January 28, 2019, 12:05 (GMT)
Fix blenderplayer build after OpenMP changes.
January 28, 2019, 11:49 (GMT)
Make scene statistics to respect locked interface

Interface is being locked when some destructive operations
are called from non-main thread.

This was causing crash with particles in T60065.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021