Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Build Status
Buildable 19167 Build 19167: arc lint + arc unit
Event Timeline
| source/blender/blenkernel/intern/appdir.c | ||
|---|---|---|
| 159–160 | Below you the flipped the order and changed #ifndef to an #ifdef greatly improving the readability, would be nice to do so here as well. | |
Comment Actions
Review: flip ifdef in BKE_appdir_folder_default also.
Add trailing slash in Unix in BKE_appdir_font_folder_default so that the following works well:
- In VSE, add text to timeline.
- In the N-panel, next to the Font ID data button (F), click open. Better user experience is the fonts folder opening, not its parent.
| source/blender/blenkernel/intern/appdir.c | ||
|---|---|---|
| 301 | This change should be committed separately. | |
Comment Actions
This is mostly shuffling the order around for things on windows, i see nothing concerning me.