Revision b89428e by Thomas Dinges March 14, 2010, 13:07 (GMT) |
Fixing a part of [#21516]. Curve preset menu doesn't appear to be a menu. Converted to Operator Buttons. Fits well into the toolbar, lets hope, we won't get more presets. ;) |
Revision ac76568 by Sergey Sharybin March 14, 2010, 13:05 (GMT) |
Fixed incorrect calculation of constructive modifiers when rendering. DerivedMesh was crating from object's disp instead of specified one. |
Revision 004925c by Brecht Van Lommel March 14, 2010, 12:49 (GMT) |
Fix #21572: command line render start frame can't be < 1. I've set it to use MINFRAME now which is 0, negative frames are not supported for this yet. |
Revision 827938d by Thomas Dinges March 14, 2010, 12:35 (GMT) |
Bugfix for [#21602] "C" Hotkey conflict when editing curve. Remapped "Cyclic Toggle" to ALT+C. |
Revision bd34be8 by Thomas Dinges March 14, 2010, 12:12 (GMT) |
Bugfix for [#21560] space bar in edit mode of bezier curves doesnt work The wrong flag was used, OB_CURVE instead of OB_FONT. |
Revision 94d06bf by Sergey Sharybin March 14, 2010, 12:12 (GMT) |
Fix #21594: converting bevel objects to mesh stops displaying them in spacial cases Mesh's boundbox should be re-calculated after curve->mesh conversion. To avoid troubles with displaying texture space i've used tex_space_mesh() for this. |
Revision 15f0907 by Joshua Leung March 14, 2010, 11:44 (GMT) |
PyAPI Bugfix - Fix for crash on struct.path_to_id() |
Revision 7da0c4c by Sergey Sharybin March 14, 2010, 08:15 (GMT) |
Fix #21599: Duplicating an object with solidify doesnt copy the flags correctly Someone forgot to copy solidify modifier's flag. |
Revision 5cf6239 by Joshua Leung March 14, 2010, 03:05 (GMT) |
Bugfix #21565: Scale keys from DopeSheet transform menu causes crash The operators in this menu were using the wrong operators! |
Revision ed930c4 by Jens Ole Wund(bjornmose) March 13, 2010, 22:53 (GMT) |
enable basic soft body object options for soft body aware objects as there are lattices and curves since this is foreign terrain for me .. please check |
Revision c56f04d by Jens Ole Wund(bjornmose) March 13, 2010, 21:22 (GMT) |
soft body property nodemass became 'hot' for meshes could not test for lattices and curves since parts of the UI is missing will try to fix this next .. hurms not knowing what i am doing there |
Revision 43f2a8c by Joseph Eagar March 13, 2010, 19:25 (GMT) |
added file reported missing by AlphaSite, fixes #18933 |
Revision eea9453 by Jens Ole Wund(bjornmose) March 13, 2010, 19:12 (GMT) |
softbody properties mingoal maxgoal are 'hot' now for meshes lattices and curves changes work immediately in the running simulation |
Revision dfb59db by Robert Holcomb March 13, 2010, 14:47 (GMT) |
added method to change algorithm used in channel matte node. Limit a channel by another channel or limit by max of remaining channels. |
Revision 975cf38 by Sergey Sharybin March 13, 2010, 11:22 (GMT) |
Fix #21282: Segfault when using "Text on curve" option Ignore textoncurve property if it's type isn't OB_CURVE, since only curves could have a path. |
Revision 8cae162 by Martin Poirier March 13, 2010, 04:51 (GMT) |
[#21580] -- argument tries to load as a blend file Stop processing arguments on -- |
Revision 9439c0b by Jens Ole Wund(bjornmose) March 13, 2010, 02:43 (GMT) |
getting close to 2.5 'everything can be animated paradigm' well meshes do .. I've not been looking a the tail yet. softbody.c |
March 13, 2010, 02:35 (GMT) |
Respect "divisible by 8" padding. |
Revision d8d8440 by Thomas Dinges March 13, 2010, 00:44 (GMT) |
Add-Ons: *Added location value (for infos like "View3D > Properties > Measure") |
March 13, 2010, 00:17 (GMT) |
Fix [#21351] PROPERTIES: Resolution changes based solely on changing encoding format Bypassed existing hardcoded ffmpeg presets that executed when changing format, replaced with bpy presets. Leaving old code there for now, haven't got python/rna access to the ffmpeg id properties.. Anyone know how to do this? Code snippets here: http://www.pasteall.org/11657/c |
|
|
|


Master Commits
MiikaHweb | 2003-2021