Revision 8ebb8ad by Bastien Montagne February 5, 2019, 08:49 (GMT) |
Cleanup: comments before items in enums. |
Revision 6a686b0 by Bastien Montagne 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. |
Revision 7636e97 by Bastien Montagne 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) |
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. |
Revision af2d2d4 by Campbell Barton 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. |
Revision 445433a by Campbell Barton February 4, 2019, 23:40 (GMT) |
Fix empty object front/back display in perspective views |
Revision 2c84c23 by Campbell Barton February 4, 2019, 23:29 (GMT) |
Fix T61163: Single sided images show when viewed from side |
Revision 40f2afc by Campbell Barton February 4, 2019, 22:17 (GMT) |
Cleanup: remove contributors for Python files Following removal from C source code. See: 8c68ed6df16d8893 |
Revision ab5e69e by Campbell Barton February 4, 2019, 22:10 (GMT) |
Cleanup: remove contributors for CMake files Following removal from C source code. See: 8c68ed6df16d8893 |
Revision 38984b1 by Sergey Sharybin 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. |
Revision ff2dd59 by Campbell Barton 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. |
Revision 6b2a91e by Campbell Barton 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. |
Revision 7e358b6 by Campbell Barton 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. |
Revision 87aa456 by Campbell Barton 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. |
Revision 55c29e3 by Campbell Barton February 4, 2019, 04:01 (GMT) |
Undo System: add function to print undo steps Useful for debugging. |
Revision b5c8414 by Campbell Barton 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. |
Revision e6a917c by Pablo Vazquez 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. |
Revision 3be845c by Pablo Vazquez February 4, 2019, 00:23 (GMT) |
Cleanup: Typos in comments (to to) |
Revision a6f045d by Campbell Barton February 3, 2019, 23:32 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021