Revision a57c8a3 by Campbell Barton June 14, 2012, 11:05 (GMT) |
comment unused vars |
Revision 17d5ac0 by Campbell Barton June 14, 2012, 10:54 (GMT) |
quiet compiler warning |
Revision 05a1a31 by Gaia Clary June 14, 2012, 10:38 (GMT) |
Collada: Added export Option 'sort by object name' to fix an issue with Second Life import |
Revision 68386ef by Jeroen Bakker June 14, 2012, 10:21 (GMT) |
resolutions were not propagated correctly. |
Revision 4795032 by Campbell Barton June 14, 2012, 10:03 (GMT) |
minor change to r47872, multiply both values as unsigned ints before converting to float. |
Revision f62ffbc by Sergey Sharybin June 14, 2012, 09:48 (GMT) |
Port keying screen operation to changed mutex api for nodes |
Revision 4f607bf by Jeroen Bakker June 14, 2012, 09:42 (GMT) |
disabled some flags :) |
Revision 8ebec02 by Jeroen Bakker June 14, 2012, 09:41 (GMT) |
Removed the actual data type concept as it was never used. |
Revision ee65cd7 by Campbell Barton June 14, 2012, 09:40 (GMT) |
style cleanup |
Revision 25d6220 by Campbell Barton June 14, 2012, 09:39 (GMT) |
svn merge ^/trunk/blender -r47805:47873 |
Revision bccadfb by Thomas Dinges June 14, 2012, 08:58 (GMT) |
Cyles UI: * Alignment fix for the "Samples" panel, this way both columns are aligned nicely. |
Revision e8d48b1 by Thomas Dinges June 14, 2012, 08:53 (GMT) |
Compositor Compile Fix (Windows): * sqrtf only takes floats as arguments. |
Revision 418451f by Mitchell Stokes June 14, 2012, 08:02 (GMT) |
KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs. |
Revision c07c572 by Mitchell Stokes June 14, 2012, 08:01 (GMT) |
Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster. KX_RadarSensor.angle was returning the angle that was used to construct Bullet's physics shape, which is calculated from the logic brick gui. KX_RadarSensor.angle now recalculates the original value from the gui. However, m_coneradius isn't actually used by KX_RadarSensor that I can see, so it might be better to just assign the original angle to m_coneradius instead of the calculated value. I've also made KX_RadarSensor.angle read-only, since setting m_coneradius does not appear to have any affect, which means writing to KX_RadarSensor.angle never worked properly. |
Revision cae6873 by Dan Eicher June 14, 2012, 04:57 (GMT) |
Sequencer Drag & Drop -- disallow dropping on sequences for the current drop_poll functions |
Revision fac417a by Jeroen Bakker June 14, 2012, 03:11 (GMT) |
Fixed glares |
Revision cc82653 by Jeroen Bakker June 14, 2012, 01:32 (GMT) |
Matched FogGlow with old implementation |
Revision bde7e6c by Campbell Barton June 13, 2012, 23:31 (GMT) |
stule cleanup: node headers |
Revision 906b9e0 by Dan Eicher June 13, 2012, 23:04 (GMT) |
[#26630] Several problems with API constraint_orientation Added a check to TRANSFORM_OT_create_orientation so it throws an exception instead of crashing blender (due to invalid view3d) Can still create an orientation from the console just can't set it to active with the 'use' parameter |
Revision fd212cd by Campbell Barton June 13, 2012, 22:38 (GMT) |
image sample line now updates with the compositor changes (mango request) |
|