Revision 8e46e51 by Campbell Barton January 15, 2019, 13:14 (GMT) |
Cleanup: comment line length (DNA) Prevents clang-format wrapping text before comments. |
Revision 88a80fc by Campbell Barton January 15, 2019, 13:03 (GMT) |
Cleanup: commas at the end of enums Without this clang-format may wrap them onto a single line. |
Revision 2d98dce by Campbell Barton January 15, 2019, 12:30 (GMT) |
Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLI Matches `BASE_FROM_SET`. |
Revision b8e8c0e by Campbell Barton January 15, 2019, 12:30 (GMT) |
Cleanup: comment line length (editors) Prevents clang-format wrapping text before comments. |
Revision 4226ee0 by Campbell Barton January 15, 2019, 12:30 (GMT) |
Cleanup: comment line length (blenlib) Prevents clang-format wrapping text before comments. |
Revision 30c3852 by Campbell Barton January 15, 2019, 12:30 (GMT) |
Cleanup: comment line length (creator) Prevents clang-format wrapping text before comments. |
Revision 328a0f9 by Campbell Barton January 15, 2019, 12:15 (GMT) |
Cleanup: comment line length (DNA) Prevents clang-format wrapping text before comments. |
Revision 39acbeb by Brecht Van Lommel January 15, 2019, 11:07 (GMT) |
Fix T60498: Auto IK doesn't work immediately. |
Revision 48f38f8 by Brecht Van Lommel January 15, 2019, 10:42 (GMT) |
Fix T60497: wrong statusbar keymap display with MMB emulation. |
Revision bb70594 by Brecht Van Lommel January 15, 2019, 10:42 (GMT) |
Fix T60497: edgering select not available with LMB select and MMB emulation. This is now handled with Ctrl + double click LMB, similar to loop select. |
Revision 0b9a651 by Campbell Barton January 15, 2019, 10:36 (GMT) |
Fix T60410: Crash adjusting torus w/ enter edit-mode preference |
Revision e375685 by Campbell Barton January 15, 2019, 10:36 (GMT) |
Cleanup: pass main instead of context w/ ED_editors_exit/flush_edits Useful for calling from lower level code. |
Revision 01029c6 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: rename BKE_libblock_delete to BKE_id_delete. |
Revision f55a178 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: rename BKE_libblock_free_us to BKE_id_free_us. |
Revision f52d315 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: removed disabled 'slow but safer' piece of code in make_local process. Has been disabled for nearly two years now, think we can safely assume new, quicker code is working properly now. :) |
Revision c710ca8 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: Remove deprecated BKE_libblock_free(_ex) functions, document BKE_id_free(_ex) ones. |
Revision cae3750 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: replace usages of deprecated BKE_libblock_free_ex by BKE_id_free_ex. |
Revision 6af97b8 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free. |
Revision 2f39ca3 by Bastien Montagne January 15, 2019, 10:09 (GMT) |
Cleanup BKE_id_free_ex(). Add 'missing' bpy code from BKE_libblock_free_ex(), now both functions do exactly the same thing, only the later is less flexible (fewer 'exotic' behaviors supported, like handling IDs outside of bmain etc.). Next step: nuke usages of BKE_libblock_free functions, makes no sense to have twice the same code around! |
Revision 93867cf by Campbell Barton January 15, 2019, 07:56 (GMT) |
Correct last commit |
|
|
|


Master Commits
MiikaHweb | 2003-2021