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
4e0e9eb994da96c19262ec2f2a2c33ed9b53852d
test
/
source
/
blender
/
editors
/
space_buttons
History
Campbell Barton
e8105fbf50
minor fix for annoyance with directory selection on windows.
...
selecting a relative directory through BUTTONS_OT_directory_browse would convert '//' into '//\'.
2013-03-29 01:34:04 +00:00
..
buttons_context.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
buttons_header.c
style cleanup: also some typos
2013-02-11 00:49:00 +00:00
buttons_intern.h
style cleanup: animation + buttons
2012-05-08 15:30:00 +00:00
buttons_ops.c
minor fix for annoyance with directory selection on windows.
2013-03-29 01:34:04 +00:00
buttons_texture.c
Nicer handling of undefined node, tree and socket types.
2013-03-19 13:40:16 +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
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
space_buttons.c
Fix
#33310
: unnecessary redraw of outliner when editing materials and textures.
2012-11-26 08:52:07 +00:00