Revision 25f1741 by Brecht Van Lommel August 4, 2010, 15:59 (GMT) |
Fix sculpt 3d view menu showing in two columns. |
Revision 8b8c280 by Brecht Van Lommel August 4, 2010, 15:56 (GMT) |
Fix #23157: missing sculpt symmetry and appearance panels after python registration changes. |
Revision 0aef61c by Brecht Van Lommel August 4, 2010, 15:52 (GMT) |
Fix hang on opening addons tab, having a .py file without bl_addon_info would go into eternal loop. |
Revision 3840b0c by Brecht Van Lommel August 4, 2010, 15:51 (GMT) |
Fix #22869: procedural compositing buffers from texture nodes were not restored correct between localize/merge, bugfix for #21727 only did it one way. |
Revision 9284d67 by Tamito Kajiyama August 4, 2010, 14:06 (GMT) |
Made the logical OR the default logical operator for combining edge selection conditions. |
Revision 4906290 by Campbell Barton August 4, 2010, 13:59 (GMT) |
rewrote wm.context_set_id() to automatuically match the pointer type with the bpy.data.* iterator by inspecting rna. |
Revision 3d0cf3a by Campbell Barton August 4, 2010, 12:51 (GMT) |
updated brush options from last commit so they are filtered correctly (sculpt brushes only available in sculpt mode) |
Revision 1f77f7b by Campbell Barton August 4, 2010, 12:18 (GMT) |
Brush/Paint internal changes - remove brush array for each Paint struct, just use a single brush pointer. - removed rna function based template filtering. - filter brushes using a flag on the brush and the pointer poll function. - set the brushes using a new operator WM_OT_context_set_id(). TODO - remake startup.blend, currently brush groupings are lost. - rewrite WM_OT_context_set_id() to use rna introspection. |
Revision 2f8f86e by Stefan Gartner August 4, 2010, 11:07 (GMT) |
fix path to release/python.zip for scons and cmake I hope this doesn't break anything |
Revision 247fbfa by Brecht Van Lommel August 4, 2010, 09:20 (GMT) |
Fix crash accessing particle edit values outside of particle edit mode. |
Revision 7a55728 by Brecht Van Lommel August 4, 2010, 08:58 (GMT) |
Fix crash in point cache baking due to my recent changes. |
Revision 7a5d6a5 by Brecht Van Lommel August 4, 2010, 08:49 (GMT) |
2.5: Hide options panel for halo materials, none of the settings here should have an effect on halo's currently, and they share some of the same flag bits as other halo options, which makes it even more confusing. |
Revision d50cc78 by Stefan Gartner August 4, 2010, 08:42 (GMT) |
== Makefiles == * add support for LCMS (disabled by default, set WITH_LCMS to true to enable it) * fixed typo that prevented TIFF support to be properly enabled * enable ray optimization by default (scons and cmake already did this) * fixed building with libsndfile on darwin (disabled by default) * quicktime: use audaspace headers from $(NAN_AUDASPACE)/include instead of intern * gameengine: add -DWITH_FFMPEG to compiler flags when building with ffmpeg support |
Revision 708ef64 by Campbell Barton August 4, 2010, 04:01 (GMT) |
include cleanup, no functional changes - removed DNA_brush_types.h from DNA_scene_types.h (and some other similar cases) - removed DNA_wave_types.h (never used) - removed Main.wave |
Revision 8902a4b by Campbell Barton August 4, 2010, 00:18 (GMT) |
August 4, 2010, 00:16 (GMT) |
Fix unbalanced {}. |
Revision 4937076 by Campbell Barton August 3, 2010, 23:59 (GMT) |
bugfix [#23173] Blender crashes on selecting display color corrected image in image editor notes, - Use our own callback which doesnt exit() blender. - Hard coded 'MONOSCNR.ICM' is bad, should this be a user preference or stored per image? - imb->crect was being set to imb->rect in some cases, disable this because its possible 'rect' gets reallocated and crect becomes freed memory. - when crect cant be created draw pink checkers, so users dont get confused if color correction isnt working. (previously would draw the uncorrected image, if it didnt crash) |
Revision a72047b by Nathan Letwory August 3, 2010, 23:57 (GMT) |
Increase min/max range for Value input nodes. More useful when using Math nodes (inverting sign was impossible using value input in CMP before). |
Revision ef3824b by Nathan Letwory August 3, 2010, 23:55 (GMT) |
Add button to set Compression level when output to PNG. Without this there'd be absolute no compression at all = large PNGs. |
Revision 44d51f3 by Sergey Sharybin August 3, 2010, 23:04 (GMT) |
Missed keyIndex data existment check when the whole nurb is deleting |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021