This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
93deb27dd4b4e12f118cd74ca5c70a485c19e81b
test
/
source
/
blender
/
editors
/
space_info
History
Bastien Montagne
c766b0792a
I18n fixes for C panels & menus (we have to specify the default bpyrna context here, else we get the horrible "empty" string (as translation_context of panels is an array, not a pointer, so it's never NULL).
2013-03-27 19:09:50 +00:00
..
CMakeLists.txt
Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!).
2012-03-17 12:07:58 +00:00
info_draw.c
fix [
#34279
] Python console: Selected region is not highlighted when using white background color
2013-02-18 02:36:36 +00:00
info_intern.h
Very old todo: Packed file UI
2013-01-27 14:28:45 +00:00
info_ops.c
code cleanup: use const events for modal and invoke operators.
2013-03-13 09:03:46 +00:00
info_report.c
code cleanup: use const events for modal and invoke operators.
2013-03-13 09:03:46 +00:00
info_stats.c
use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.
2013-03-14 10:39:18 +00:00
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
space_info.c
I18n fixes for C panels & menus (we have to specify the default bpyrna context here, else we get the horrible "empty" string (as translation_context of panels is an array, not a pointer, so it's never NULL).
2013-03-27 19:09:50 +00:00
textview.c
style cleanup
2013-03-12 21:46:33 +00:00
textview.h
fix [
#34279
] Python console: Selected region is not highlighted when using white background color
2013-02-18 02:36:36 +00:00