Revision ba55cbf by Bastien Montagne March 4, 2019, 10:56 (GMT) |
Fix T62009: ? abkhazian letter shows as a square in Blender. Added all 'Extended Cyrillic' chars I found in DejaVuSans (unfortunately that one does not have the complete set). Note: At some point we might want to switch to some more modern solution than our Frankenstein font (thinking about noto one)... |
Revision b526a38 by Sergey Sharybin March 4, 2019, 10:52 (GMT) |
Cycles: Store various render stages timings Includes time spent on synchronization and time spent on just path tracing/denoising. |
Revision e90a280 by Sergey Sharybin March 4, 2019, 10:32 (GMT) |
Show metadata for rendered images Previously metadata was only shown for images which are saved to disk. This change makes it so that it's possible to see metadata right after pressing F12. |
Revision 2150a68 by Sergey Sharybin March 4, 2019, 10:32 (GMT) |
Cleanup: Indentation |
Revision 4b17d34 by Bastien Montagne March 4, 2019, 09:46 (GMT) |
Add Thai language entry (hidden for until we get some translation). |
Revision 1a06751 by Sebastian Parborg March 4, 2019, 09:46 (GMT) |
Fix T62113: Color Management Curves CRGB buttons missing Template was missing a type="COLOR" definition. |
Revision e49d7b9 by William Reynish March 4, 2019, 09:26 (GMT) |
UI: Add descriptive tooltip to Curve Radius tool Was previously just using generic transform tooltip. |
Revision a7c64cd by William Reynish March 4, 2019, 09:19 (GMT) |
UI: Rename Shrink/Fatten in curve contextual menu to fit with recent tool name change |
Revision ff10f12 by Philipp Oeser March 4, 2019, 09:16 (GMT) |
Cleanup: typo in comment spotted by @miclack, thx! |
Revision c5dbcc0 by William Reynish March 4, 2019, 09:15 (GMT) |
Fix unreported: Shrink/Fatten in Curve Transform menu fails because it was calling the mesh edit mode operator |
Revision b3a324b by Campbell Barton March 4, 2019, 09:13 (GMT) |
Revision fd3ef61 by William Reynish March 4, 2019, 08:50 (GMT) |
Tools: Rename Curve Shrink/Fatten to Radius This is fundamentally different from Shrink/Fatten for meshes, because the control points are not moved, only the radius. Issue raised by Ronan Ducluzeau, name suggested by Campbell Barton |
Revision 39b210d by Campbell Barton March 4, 2019, 08:37 (GMT) |
Icons: only use macOS override if blender not found Otherwise `make icons_geom BLENDER_BIN=...` doesn't work as documented. |
Revision 798d2ca by Clément Foucault March 4, 2019, 00:30 (GMT) |
DRW: Remove unecessary state changes The TODO is old and the issue does not seems to appear anymore. If bugs emerge from this commit it's most likely to be a bad usage of the API. |
Revision 10afa74 by Clément Foucault March 4, 2019, 00:30 (GMT) |
DRW: Fix matflag not being updated after first drawcall This Fixes T61823: Flickering material problem with eevee |
Revision c7cf828 by Bastien Montagne March 3, 2019, 20:59 (GMT) |
Fix T62076: Delete Active Scene Freezes Blender. Not sure where that piece of code originates from, but trying to remap usages of deleted scene to newly active scene in *whole* bmain is really, really not the thing to do! Just use generic ID deletion code here, no reason it could not handle the task properly. ;) |
Revision d0df7fb by Bastien Montagne March 3, 2019, 20:56 (GMT) |
Fix (unreported) missing handling of 'never self' ID pointers in library_query and library_remap codes. Looks like something forgotten at some point, define in callback flags was there, just not used at all. Added most obvious cases now (we are probably still missing some), and proper handling for it in remapping code (when we hit such case, we 'convert' new_id to NULL and go on with it). Related (as in, exposed by) T62076, but not the actual cause of that bug. |
Revision 419ee7b by Bastien Montagne March 3, 2019, 20:14 (GMT) |
Fix T62064: Linked object made by Make Links isn't showed in the scene you linked to. Usual missing DEG relations rebuild tagging... |
Revision 31ad063 by William Reynish March 3, 2019, 19:38 (GMT) |
Tweaks to icons for curve shrink/fatten & tilt |
Revision a6c30dd by William Reynish March 3, 2019, 19:37 (GMT) |
Tools: Add Randomize to Curve Edit toolbar |
|
|
|


Master Commits
MiikaHweb | 2003-2021