Blender Git Commits

Blender Git "master" branch commits.

Page: 1343 / 5574

February 5, 2019, 08:49 (GMT)
Cleanup: comments before items in enums.
February 5, 2019, 08:49 (GMT)
Cleanup: BKE_library: rename id_copy to BKE_id_copy.

Time to follow conventions for that one as well.
February 5, 2019, 08:49 (GMT)
Cleanup: BKE_library: remove 'test' param of id_copy.

This was used in *one* place only... much better to have a dedicated
helper for that kind of things. ;)
Revision 999f398 by Campbell Barton
February 5, 2019, 07:39 (GMT)
Fix T61107: wmGizmo.test_select can't return -1

This is used to skip selection.
Revision 49618b0 by Joshua Leung
February 5, 2019, 03:21 (GMT)
Fix: Ensure that KeyingSet.bl_description field is properly escaped when using the Export to File operator

Previously, if double-quotes appeared in the KeyingSet.bl_description field,
these would cause a syntax error in the resulting .py script export of the
KeyingSet. Since single quotes are even more likely to appear
(e.g. as apostrophes), we now use triple quotes here.

Unreported bug, noticed earlier when investigating T61010.
February 5, 2019, 02:28 (GMT)
Fix T58221: Spin tool w/ merge first/last crashes

Spinning geometry that included non boundary/wire edges
crashed when merge first/last enabled.
February 4, 2019, 23:40 (GMT)
Fix empty object front/back display in perspective views
February 4, 2019, 23:29 (GMT)
Fix T61163: Single sided images show when viewed from side
February 4, 2019, 22:17 (GMT)
Cleanup: remove contributors for Python files

Following removal from C source code.

See: 8c68ed6df16d8893
February 4, 2019, 22:10 (GMT)
Cleanup: remove contributors for CMake files

Following removal from C source code.

See: 8c68ed6df16d8893
February 4, 2019, 13:09 (GMT)
T61148: Particle properties can not be edited after keyframing

Was happening with certain settings for hair. Need to make a copy
of particle settings before modifying them via animation system.
February 4, 2019, 12:35 (GMT)
PyAPI: use _PyObject_LookupAttr

Unlike PyObject_GetAttr, this avoids setting the attribute error
only to clear it - under some conditions.
February 4, 2019, 12:07 (GMT)
Cleanup: use sys.platform instead of platform module

This was indirectly importing other modules we don't use at startup.
`sys.platform` is sufficient.
February 4, 2019, 11:00 (GMT)
Python: bump minimum version to 3.7

All platforms use 3.7 now, supporting both increases chance some scripts
will fail on older versions.
February 4, 2019, 08:53 (GMT)
Fix T61172: Crash in texture paint undo/redo

Mixing texture paint undo w/ memfile undo was crashing.

The gputextures and render result are written to the FileData.imamap
but weren't read back.
February 4, 2019, 04:01 (GMT)
Undo System: add function to print undo steps

Useful for debugging.
February 4, 2019, 03:47 (GMT)
Fix adding a paint texture slot not refreshing

Adding a new slot wasn't refreshing when the
object had no material.
February 4, 2019, 00:45 (GMT)
UI: Use 'None' label instead of 'No' for Physics Type

Matches other enums in particle settings and pretty much all over Blender.
February 4, 2019, 00:23 (GMT)
Cleanup: Typos in comments (to to)
February 3, 2019, 23:32 (GMT)
UI: clarify ruler tooltip text

See T61151
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021