This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
245345fba5f44b5c8562c826ca0053fa5bbd2ff3
test2
/
source
/
blender
/
editors
/
space_console
History
Campbell Barton
82fc331959
There was no way of knowing what ID type a property comes from by the tooltip, (since copying the Data-Path doesn't include the ID the user had to guess).
...
Now include the full python path to the property in the tool-tip.
2012-12-02 07:13:19 +00:00
..
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
console_draw.c
fix for bug in console indent, was not copying the null terminator.
2012-12-01 06:29:04 +00:00
console_intern.h
patch [
#31644
] Py Console: Indent and unindent independent of cursor (aligned) [Tab / Shift + Tab / Ctrl + Tab]
2012-06-04 07:24:19 +00:00
console_ops.c
fix for bug in console indent, was not copying the null terminator.
2012-12-01 06:29:04 +00:00
SConscript
rename and negate DISABLE_PYTHON --> WITH_PYTHON
2010-10-31 04:11:39 +00:00
space_console.c
There was no way of knowing what ID type a property comes from by the tooltip, (since copying the Data-Path doesn't include the ID the user had to guess).
2012-12-02 07:13:19 +00:00