Blender Git Commits

Blender Git "master" branch commits.

Page: 4106 / 5574

Revision 38e7084 by Joshua Leung
February 20, 2011, 21:32 (GMT)
Bugfixes:
- Fix for crash with Keying Sets when a Keying Set path has no ID-
block to target
- Info window now indicates the types of the reports shown by
colouring their entries if the entries are not selected.


February 20, 2011, 15:48 (GMT)
misc warnings/fixes
- WITH_OPENJPEG wasn't defined for creator.c with CMake.
- remove shadowed/redefined vars.
- remove some unused RNA report args.
- re-arrange IMB_FILE_TYPES so IRIS is not the first format tested, since its not very common test JPEG and PNG first.
February 20, 2011, 15:35 (GMT)
Fix for crash when sculpting on multires object during playback

- Restored BLI_pbvh_grids_update stuff;
- Marc all nodes as changes in ED_sculpt_modifiers_changed, so
draw_buffers would be keept correct.
Revision c37884b by gsr b3d
February 19, 2011, 23:51 (GMT)
Add XF86keysym.h detection and use to CMake system, for r34983.
February 19, 2011, 23:51 (GMT)
Merged changes in the trunk up to revision 34996.

Conflicts resolved:
C:bf-blendersoc-2008-mxcurionidocpython_apisphinx_doc_gen.py
C:bf-blendersoc-2008-mxcurionisourceblendermakesrnaRNA_types.h
C:bf-blendersoc-2008-mxcurionisourceblenderrenderSConscript
February 19, 2011, 18:53 (GMT)
Bugfix #26150

Crash in hovering over the menu "Pose -> Poselib" sub-items.
NULL context passed on to function and read before the test.

February 19, 2011, 17:18 (GMT)
Todo item:

Option menus (like Mapping options in texture) now show a tooltip on
the button itself, explaining the selected option.

February 19, 2011, 16:55 (GMT)
From the todo:

New render output option "No Output", which renders without
forcing an editor to show an image. Nice for people who
prefer to setup composites with background image view.

February 19, 2011, 16:24 (GMT)
Bugfix #25967

Shader nodes: option "backface" failed for materials using
full oversampling.

The usage of shi->flippednorm in render code is heavily messed
up... also flipping vertexnormals themselves feels wrong.
Marked it in code with XXX for future fixups.

February 19, 2011, 14:32 (GMT)
Bugfix #26015

A very Bad Bug!

On every draw-object, a function free_old_images() was called which
was freeing "unused" images during renders/bakes

This was a left-over from 2.4x code, missed it altogether.

I'm sure this fix will solve a lot of render crashing... :)

February 19, 2011, 13:46 (GMT)
add 'make debug' option for stub cmake makefile.
February 19, 2011, 13:43 (GMT)
Rename global_ft_lib and make it static.

Remove the XXX code from blf_glyph.c and use the pointer
inside the FontBLF struct.

If still have problem, let me know.

February 19, 2011, 12:05 (GMT)
set main() argv functions to be const char *
also set minimum cmake version to 2.8
February 19, 2011, 11:59 (GMT)
Bugfix #26009

Paint cursors were drawing on top of pop-up menus in 3D window,
only in triple-buffer mode though.

February 19, 2011, 09:53 (GMT)
change shrinkwrap modifier cull front/back options from 2 booleans into an enum since it makes no sense to have front and back enabled at once.
February 19, 2011, 09:01 (GMT)
fix for string wrap backface culling not working when one of the objects was rotated.
also skip calculating the dot product if its not needed.
February 19, 2011, 04:28 (GMT)
fix [#26104] Context Set Boolean op fails [34892i]
could give better feedback but these operators are mainly for internal use.
February 19, 2011, 00:58 (GMT)
Correct report [#26139] Documentation is incorrect
also remove Irix from list of supported OS's, add FreeBSD.
Revision bb2d0eb by gsr b3d
February 19, 2011, 00:12 (GMT)
Add media keys for XFree86/Xorg based X11.
TODO: setup build systems to define WITH_XF86KEYSYM.
February 18, 2011, 23:50 (GMT)
Audaspace:

* Adding play method to the device classes to play back a reader (not used yet, preparation for a later feature).
* Using a linear resampler in case SRC is disabled.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021