Revision 842310a by Bastien Montagne December 1, 2015, 14:46 (GMT) |
Outliner: add an option to "delete" libraries. Caminandes team request. In current master it's not possible to do this in a total clean way, so we are simply setting all user counts of given lib's datablocks to zero (similar to rna_ID_user_clear()'s doing). This is a bit crappy because it still lets datablocks floating around (with invalid user count values), and requires a save & reload cycle to be finalized. But for now it should be good enough. Propper implementation will be added to id-remap. |
Revision 8512e28 by Lukas Stockner December 1, 2015, 12:53 (GMT) |
Fix T46906: Cycles syntax error while compiling OpenCL kernels The safe normalization was using a float as a condition, now the intended non-zero test is explicit. |
Revision b2e36dc by Campbell Barton December 1, 2015, 11:12 (GMT) |
Fix auto-merge loosing edge/faces selection |
Revision d9f5a4e by Campbell Barton December 1, 2015, 09:07 (GMT) |
Report error when removing presets fails |
Revision 607150d by Sergey Sharybin December 1, 2015, 08:55 (GMT) |
Fix T46898: OpenCL Fails to compile after recent SSS changes |
Revision d1c46c7 by Campbell Barton December 1, 2015, 08:39 (GMT) |
Fix out-of-bounds access in recent shader updates |
Revision e751ee5 by Campbell Barton December 1, 2015, 08:00 (GMT) |
Fix minor order of init error w/ text draw |
Revision 9e56c57 by Campbell Barton December 1, 2015, 07:53 (GMT) |
December 1, 2015, 06:56 (GMT) |
Fix T39935: Duplicate looses active curve spline |
Revision 260d2ad by Campbell Barton December 1, 2015, 06:56 (GMT) |
minor error in recent text-draw commit |
Revision 6783c67 by Campbell Barton December 1, 2015, 05:58 (GMT) |
UI: mono-space font user preference |
Revision 0b1b774 by Campbell Barton December 1, 2015, 04:49 (GMT) |
Python Console: store font id in a drawing context |
Revision 4e46473 by Campbell Barton December 1, 2015, 04:31 (GMT) |
Text Editor: store font id in a drawing context |
Revision 520feda by Campbell Barton December 1, 2015, 02:31 (GMT) |
Cleanup: struct declarations |
Revision 1650b65 by Bastien Montagne December 1, 2015, 00:09 (GMT) |
Cleanup: Collada: make gcc (partially) happy. Still grumpy about using tmpnam... ;) |
Revision b29ee36 by Bastien Montagne December 1, 2015, 00:09 (GMT) |
Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperial). Was the case of several Mesh operators actually (and probably others, but cannot check everything). Added `RNA_def_property_float_distance` helper, avoids having to set PROP_DISTANCE subtype explicitly each time... |
Revision 09fdacd by Campbell Barton November 30, 2015, 23:31 (GMT) |
Add shortcuts for copying data path from RNA - Ctrl-Shift-C: copy-data-path - Ctrl-Shift-Alt-C: copy-full-path |
Revision 9307202 by Campbell Barton November 30, 2015, 23:31 (GMT) |
RNA: de-duplciate rna-path create in tooltip code |
Revision b7978e9 by Sergey Sharybin November 30, 2015, 16:33 (GMT) |
CMake: Add some missing license files in the install target |
Revision f798c79 by Bastien Montagne November 30, 2015, 14:34 (GMT) |
Libquery: fix double-handling of object pointer in scene's basact base. Looping twice on same ID pointer may not be an issue in master currently, but with work done in id-remap branch this should be avoided as much as possible, so for now assuming we do not need this here. Note: if we really need this and have to add it back, then please at least use IDWALK_USER, and not IDWALK_NOP flag! |
|
|
|


Master Commits
MiikaHweb | 2003-2021