Blender Git Commits

Blender Git "master" branch commits.

Page: 4383 / 5574

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. ;)
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.
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.

March 14, 2010, 12:35 (GMT)
Bugfix for [#21602] "C" Hotkey conflict when editing curve.

Remapped "Cyclic Toggle" to ALT+C.
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.
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()
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!
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



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
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
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.

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.
March 13, 2010, 04:51 (GMT)
[#21580] -- argument tries to load as a blend file

Stop processing arguments on --
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
Revision ee35677 by gsr b3d
March 13, 2010, 02:35 (GMT)
Respect "divisible by 8" padding.
March 13, 2010, 00:44 (GMT)
Add-Ons:
*Added location value (for infos like "View3D > Properties > Measure")
Revision 25a14ba by Matt Ebb
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021