February 25, 2019, 14:37 (GMT) |
3D View: support for editing cursor rotation Add buttons for editing the cursor rotation as well as rotation modes, similar to object and pose bones. |
February 25, 2019, 12:18 (GMT) |
Cleanup: use const args for BLI_math_rotation |
February 25, 2019, 10:57 (GMT) |
Cleanup: finish modifiers' hearder re-order from rBe31f0fad9744c813. For some reason forgot to handle half of modifier files... |
February 25, 2019, 10:43 (GMT) |
Units: Typo "Square/Cubic Thous" -> "Square/Cubic Thou" |
February 25, 2019, 10:39 (GMT) |
Cleanup: order of modifiers' headers includes. BLI should always comes first, before DNA, BKE etc. And `BLI_utildefines.h` should come before any other BLI (since it's some sort of system include really, among other things...). Thisi should help to reduce the noise in patches when adding stuff like uint64_t members to DNA structs... ;) |
February 25, 2019, 10:12 (GMT) |
Fix T61919: Rename "Smooth Vertex" -> "Smooth Vertices" |
February 25, 2019, 09:29 (GMT) |
Merge branch 'blender2.7' |
February 25, 2019, 09:24 (GMT) |
Fix T61891: Cycles light use nodes button greyed out. |
Revision 6bebb39 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) February 25, 2019, 07:35 (GMT) |
Merge branch 'master' into greasepencil-object |
February 25, 2019, 05:52 (GMT) |
Fix T60880: Assert deleting grease pencil object from outliner |
February 25, 2019, 02:27 (GMT) |
writefile: disable buffering when writing ZLIB While Buffering output is useful for file writing and memfile compression it's redundant when the output is already buffered. It doesn't make a significant difference for ZLIB however it makes a moderate improvement for LZ4, see T56162. |
February 24, 2019, 22:02 (GMT) |
February 24, 2019, 16:00 (GMT) |
GP: Don't set cache as dirty with Onion |
February 24, 2019, 15:03 (GMT) |
GP: Disable Onion calculation when Overlay is OFF Now, it's not required to disable the Onion in Overlay panel. |
February 24, 2019, 12:42 (GMT) |
readfile: minor changes to support other compression formats Allow different readers to re-use the file descriptor. |
February 24, 2019, 01:47 (GMT) |
readfile: Disable delayed data reading for compressed blend files Seeking gzip files is very slow, disable it. Resolves T61880 |
February 24, 2019, 01:41 (GMT) |
readfile: use regular file access when not a gzip Allows for different behavior w/ compressed files, will also make it simpler to support other compression types, see: T56162 |
February 23, 2019, 23:48 (GMT) |
Cleanup: de-duplicate readfile file opening |
February 23, 2019, 21:36 (GMT) |
GPUBuffer: Fix fast navigate in on smoooth multires grid |
February 23, 2019, 19:37 (GMT) |
Fix strips text offset when zooming VSE timeline Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2D, but is required to calculate text height in UI_view2d_text_cache_draw This caused text in strips to "jump around" There was a comment in UI_view2d_zoom_cache_reset: While scaling we can accumulate fonts at many sizes (~20 or so). Not an issue with embedded font, but can use over 500Mb with i18n ones! See [#38244]. |
|
|
|


Master Commits
MiikaHweb | 2003-2021