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
cab2aef71ab44bc7d85cf4e2c1de607d02e0df7d
test
/
source
/
blender
/
editors
/
space_buttons
History
Campbell Barton
40d9ab1139
add missing break to space-buttons listener, also rewind own recent change (uiPopupBlockHandle.retvec size)
2013-07-25 12:46:20 +00:00
..
buttons_context.c
This commit addresses the somewhat weak handling of stackless textures in Blender with default (BI) renderer. To do so, it's defining an "other" texture context, and when in this one, it switches to using the "new shading" texture handling already known with Cycles engine.
2013-05-17 07:10:10 +00:00
buttons_intern.h
This commit tackles the "context" buttons in Properties header, which were still using "ugly" old UI code.
2013-06-19 19:37:17 +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
Complete fix for [
#35769
] The “show texture in texture tab” button in a modifier does not show up until the user manually shows the texture in the Texture tab (and better fix for [
#35741
] Material shows WORLD texture_context by default).
2013-06-16 13:13:42 +00:00
CMakeLists.txt
This commit tackles the "context" buttons in Properties header, which were still using "ugly" old UI code.
2013-06-19 19:37:17 +00:00
SConscript
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
space_buttons.c
add missing break to space-buttons listener, also rewind own recent change (uiPopupBlockHandle.retvec size)
2013-07-25 12:46:20 +00:00