Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4037 / 5574

May 9, 2011, 10:03 (GMT)
Fix for memory leak caused by re-making mipmaps

Problem was caused by different limits for "last" mipmap: it was 1x1
for mkaing mipmaps and 2x2 for re-making.

2x2 should be enough for mipmap.
May 9, 2011, 09:38 (GMT)
May 9, 2011, 09:03 (GMT)
Cycles: fix color difference between render / 3d view with color management disabled.

May 9, 2011, 08:20 (GMT)
warning fixes
May 9, 2011, 08:15 (GMT)
set svn end of lines to native
May 9, 2011, 08:01 (GMT)
Code cleanup: warning fixes.

May 9, 2011, 07:54 (GMT)
Code cleanup: remove unused image window code, already implemented elsewhere.

May 9, 2011, 07:48 (GMT)
set the property on text files to native eol.
for x in `find . -name '*.c*'`; do svn propset svn:eol-style "native" $x; done
for x in `find . -name '*.h'`; do svn propset svn:eol-style "native" $x; done
May 9, 2011, 06:53 (GMT)
moved more minor changes across from trunk, fixed some incorrect merges and removed unused includes.
May 9, 2011, 05:55 (GMT)
writing normal customdata was failing because vec3f type wasn't stored in SDNA.
May 9, 2011, 05:18 (GMT)
removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.
May 9, 2011, 05:09 (GMT)
quiet more compiler warnings, also found a bug using printf rather then fprintf.
May 9, 2011, 04:06 (GMT)
more syncing with trunk, also cleared many warnings with gcc4.6
May 9, 2011, 02:45 (GMT)
copied across changes which were missed by merging.
May 9, 2011, 01:38 (GMT)
Merged changes in the trunk up to revision 36551.

Conflicts resolved:
source/creator/SConscript
Revision 6ef77cf by Joseph Eagar
May 8, 2011, 23:43 (GMT)
=bmesh= merge from trunk at r36529
May 8, 2011, 20:21 (GMT)
Bug fix own collection:
- Recreate mipmaps if they're dirty when drawing background image
(this prevents "delayed" update of background image when you're paiting on it
in image editor).
- Mark mipmaps as dirty when inverting image channels.

TODO: there's memory leak caused by IMB_remakemipmap, but it'll be
anuther bugfix commit after discussion with other devs.
May 8, 2011, 12:51 (GMT)
fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not work
also minor formatting fixes.
May 8, 2011, 10:29 (GMT)
comment some unused code.
May 8, 2011, 09:05 (GMT)
Apply second half of [#21590] .dds textures: fix for DXT1n format + sync with upstream nvtt
submitted by Amorilia

This updates the DDS module with upstearm nvtt (r1042).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021