Revision 887a618 by Campbell Barton March 29, 2011, 05:10 (GMT) |
use RNA_warning() rather then printf() so we get the python line number. |
Revision 6e5ce95 by Campbell Barton March 29, 2011, 04:16 (GMT) |
use 'is None' rather then '== None' as suggested by python docs & mis-spelling. |
Revision e72c278 by Campbell Barton March 29, 2011, 01:47 (GMT) |
2 fixes for un-initialized memory uses, when running testfile: teapot_envmap.blend boxsample() expected talpha to be set beforehand, also dont set the int value as a float since its confusing. |
March 28, 2011, 21:30 (GMT) |
SVN maintenance. |
Revision 1c88199 by Ton Roosendaal March 28, 2011, 18:56 (GMT) |
"Error totblock" renamed into "Error: Not freed memory blocks" |
Revision b2ac8ff by Ton Roosendaal March 28, 2011, 18:51 (GMT) |
Maintenance: Gave the report-timer (in top header) an own TIMER define, to not confuse with timers in use for UI. Easier for debugging. :) Also gave better malloc names to regions in 3d window. All this for testing proper buffer drawing in Intel cards... which is still unsolved. |
Revision 9b9c418 by Campbell Barton March 28, 2011, 17:08 (GMT) |
misc nodes & editors: floats were being implicitly promoted to doubles, adjust to use floats. + minor update to demo_mode |
Revision faf07c3 by Campbell Barton March 28, 2011, 17:06 (GMT) |
transform: floats were being implicitly promoted to doubles, adjust to use floats. also use macros RAD2DEGF & DEG2RADF. |
Revision 859d224 by Thomas Dinges March 28, 2011, 15:01 (GMT) |
2.5 3D View Properties UI: Show text "Nothing selected" in "Transform" panel (edit mode) rather than only the empty panel. |
Revision d766111 by Campbell Barton March 28, 2011, 13:53 (GMT) |
example operator that uses a timer. |
Revision bf1e2ce by Campbell Barton March 28, 2011, 13:47 (GMT) |
color gamma (such as theme colors), were not being wrapped by python as 'mathutils.Color' types |
Revision 3916b02 by Nathan Letwory March 28, 2011, 13:44 (GMT) |
Address [#26641] Texture Quick Edit kicks up error when Editor can't be found reported by Keith Boshoff (Wahooney) Instead of a confusing backtrace popup, tell the user the image editor cannot be found, and where to set the path to it. |
Revision 713f976 by Ton Roosendaal March 28, 2011, 12:16 (GMT) |
Bugfix, irc report: Entering editmode crashed, missing v3d properties storage, which got accidentally removed. |
Revision ca38366 by Campbell Barton March 28, 2011, 11:21 (GMT) |
particles & vector-font: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision fee4cc3 by Nathan Letwory March 28, 2011, 11:04 (GMT) |
Add missing header for *nix machines. |
Revision 76ad75b by Campbell Barton March 28, 2011, 11:01 (GMT) |
Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_color_sets |
Revision bd9854e by Nathan Letwory March 28, 2011, 09:31 (GMT) |
Import light blender profile if it exists. |
Revision e5bf218 by Janne Karhu March 28, 2011, 08:27 (GMT) |
Fix for [#26617] convert hair particles to mesh crash rev:35787 * Hair to mesh conversion wasn't making sure the hairs had valid keys * Patch by Sergey Sharybin |
Revision 72b4bf2 by Janne Karhu March 28, 2011, 08:08 (GMT) |
Bug fix: particles emitted from a moving emitter exploded with verlet integration * Verlet integration didn't like moving emitters, so now the first step for newborn particles with verlet is actually done with euler integration. |
Revision fd72840 by Nathan Letwory March 28, 2011, 05:37 (GMT) |
Add stubs for the new timer add and remove functions. |
|