Blender Git Loki
Git Commits -> Revision cbd84b2
Revision cbd84b2 by Martin Poirier (master) December 3, 2006, 18:59 (GMT) |
=== Interface === Based on patch #5140 by Juho Vepsäläinen, this commit removes the requirement to type # at the start when you want to use Python expression evaluation when typing a value in a button. In a nutshell, that means you can now type 3 + 5 in a numbut and see it change to 8. Word of warning: The normal Python operator logic applies, so if you type in 1 / 3, you'll get 0 and not 0.333. There's no going around that. |
Commit Details:
Full Hash: cbd84b26f48d4d913ee170002de530e6aa6cc40f
SVN Revision: 9162
Parent Commit: f60da54
Lines Changed: +5, -6
1 Modified Path:
/source/blender/src/interface.c (+5, -6) (Diff)