Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4273 / 5574

August 4, 2010, 15:59 (GMT)
Fix sculpt 3d view menu showing in two columns.

August 4, 2010, 15:56 (GMT)
Fix #23157: missing sculpt symmetry and appearance panels after python
registration changes.

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.

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.

August 4, 2010, 14:06 (GMT)
Made the logical OR the default logical operator for combining
edge selection conditions.
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.
August 4, 2010, 12:51 (GMT)
updated brush options from last commit so they are filtered correctly (sculpt brushes only available in sculpt mode)
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.
August 4, 2010, 11:07 (GMT)
fix path to release/python.zip for scons and cmake

I hope this doesn't break anything
August 4, 2010, 09:20 (GMT)
Fix crash accessing particle edit values outside of particle edit mode.

August 4, 2010, 08:58 (GMT)
Fix crash in point cache baking due to my recent changes.

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.

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
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
August 4, 2010, 00:18 (GMT)
[#23162] GCC 4.2 and prior support broken in CMakeLists.txt as of r30985
revert warning changes from r30985, broke with older GCC
Revision 331d37e by gsr b3d
August 4, 2010, 00:16 (GMT)
Fix unbalanced {}.
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)
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).
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.
August 3, 2010, 23:04 (GMT)
Missed keyIndex data existment check when the whole nurb is deleting
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021