Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4186 / 5574

November 20, 2010, 19:20 (GMT)
Bugfix #24792

On file save, the 3d view thumbnail creation caused changes in lighting
enables. Solved with a glPushAttrib() and pop.

November 20, 2010, 18:54 (GMT)
== Multires ==

Fixed bug #20620, "VertColors and Flat/Soft imported from 2.49 are wrong
(MultiRes)" reported by Manuel R.

* Added function to load level-0 vertex colors
* Added function to load level-0 face flags
* Warning: the 2.5 multires modifier doesn't support multires vertex colors
or multires face flags; that data will be lost if you import it into 2.5.

November 20, 2010, 18:46 (GMT)
Cancel edge slide on invalid selection.

Patch by Shane Ambler
November 20, 2010, 17:31 (GMT)
Bugfix #21028

- Image Editor, "New", gave for each tweak in redo menu a new Image
when Object is in Editmode. This is a limitation of our current
undo system. Marked this issue in the wiki todo.
Solved by adding a poll in operator that prevents this to be called.
(a bit annoying, but the error is worse!)

- On assigning a new image texture to faces in Editmode, no redraw
happened in 3D window. Added notifier for it.

November 20, 2010, 17:28 (GMT)
Allow keyframing editmode curve values, also fix a bug where adding a new curve would always use object mode spline list but removing would use editmode when set.
November 20, 2010, 16:39 (GMT)
- report python script errors to blender report system, or through operators reports (when using operator callbacks).
- when python operators fail to execute they were returning RUNNING_MODAL, now return CANCELLED

now when an operator fails it gives an error popup as well as a message in the terminal.
November 20, 2010, 16:00 (GMT)
Bugfix #24801

- Reading 2.4x files could cause print "missing region type".
Appeared the 2.50 do_versions patch differed from default region
definitions
- Sometimes editors showed wrong button for type browsing.
Was because variable wasn't correctly reset on saves.

November 20, 2010, 14:39 (GMT)
region.tag_redraw() broke building with the player.
November 20, 2010, 14:19 (GMT)
WITH_OPENJPEG wasn't defined for CMake or SCons, which meant blender couldn't save jpeg2000 images from the file selector.
also fixed typo in jp2.c
November 20, 2010, 09:48 (GMT)
Bugfix for [#24768] 6DoF Constraint options missing.
* Added the options in UI and RNA

Funny Note: This was on my own to-do list (see commit 20577 in the py file from 2009-06-02 when I ported the UI from C to Python) :P
November 20, 2010, 07:51 (GMT)
- smoke wasn't closing the file of loading a tile had the wrong length.
- missing break in operator context switch meant RGN_TYPE_CHANNELS was always being overwritten with RGN_TYPE_PREVIEW when calling operators (from r26692)
November 20, 2010, 07:40 (GMT)
fix smoke memory leak with OpenMP disabled.
November 20, 2010, 05:11 (GMT)
- add python/rna function region.tag_redraw()
- removed print which was before NULL check, (possible crash)
- add execute hooks for the python console (not used by any scripts yet)
November 20, 2010, 04:18 (GMT)
reloading addons wasn't working.
November 20, 2010, 02:56 (GMT)
- use relative imports for packages
- reload() has been removed from pythons builtins. use imp.reload() instead (still need to apply globally).
- fixed own mistake, not ignoring 'filter_glob' as a keyword argument (broke fbx, obj, 3ds export)
November 19, 2010, 17:29 (GMT)
patch from Shane Ambler, free memory when failing to create slide verts.
November 19, 2010, 17:16 (GMT)
bugfix [#24812] Cannot change top/left/front views in quad view after camera change
Revision b2a227b by Janne Karhu
November 19, 2010, 16:19 (GMT)
Tsk! Circle, cross and axis draw types for particles weren't using the particle draw size.
Revision 64e8035 by Janne Karhu
November 19, 2010, 16:19 (GMT)
Tsk! Minimum value for particle draw size is 0 (default size).
Revision 257a255 by Janne Karhu
November 19, 2010, 15:17 (GMT)
Fix for [#23696] Receive Transparent produces shadows in diffuse pass
* Even Ton couldn't remember why that code was there, so problem solved by removing the code :)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021