March 18, 2010, 18:19 (GMT) |
Render Branch: some quick tweaks to make transparent shadow + node materials performance bareable, new shading system will solve this automatically. |
March 18, 2010, 17:41 (GMT) |
Render Branch: Fix recursion problem with nodes, indirect light and transparent shadows. |
March 18, 2010, 17:21 (GMT) |
operator & menu item in the image editor to edit an image externally. |
March 18, 2010, 17:05 (GMT) |
Render Branch: Clamp diffuse/specular to be >= 0 after indirect light, so that negative lamps also can darken it. |
March 18, 2010, 15:29 (GMT) |
Render Branch: Fix clipping problem in render subdivide. |
March 18, 2010, 11:47 (GMT) |
Render Branch: Fix render window not redrawing while rendering with FSA. |
March 18, 2010, 11:37 (GMT) |
remove ED_object_apply_obmat(ob) in favor of object_apply_mat4(ob, mat), ED_object_apply_obmat wasnt doing quat/axis-angle or non xyz rotations. |
March 18, 2010, 11:34 (GMT) |
Render Branch: Fix for rendering transparent volume shadows. |
March 18, 2010, 11:18 (GMT) |
Render Branch: Fix node material texture slots list not being correct. |
March 18, 2010, 11:14 (GMT) |
revert unintentional files from r27594 |
March 18, 2010, 11:12 (GMT) |
- fcurves with out of range indicies would crash blender (animsys was alredy checking length, just not comparing with the index) - pythons keyframe_insert/delete(): raise an error when given a keyframe with an invalid index. |
March 18, 2010, 10:42 (GMT) |
insertig keyframes from python would crash. |
March 18, 2010, 10:24 (GMT) |
March 18, 2010, 09:30 (GMT) |
minor changes to 'Render Only' option. - display camera border. - display camera object when in camera view. |
March 18, 2010, 09:15 (GMT) |
fly mode up/down were inverted. |
March 17, 2010, 21:31 (GMT) |
[#21649] Display missing scripts in Add-Ons panel updated patch from Martin Bürbaum (pontiac) wasnt displaying correctly with filtering |
March 17, 2010, 21:11 (GMT) |
Render Branch: sound fix, in case ffmpeg decode fails, don't use the samples. |
March 17, 2010, 21:09 (GMT) |
list missing addons that are enabled in the user prefs |
March 17, 2010, 19:40 (GMT) |
RNA/Py API bpy.data.add_image(filename) --> bpy.data.image.load(filename) Added bpy.data.images.new(name, width, height, float_buffer) |
March 17, 2010, 16:13 (GMT) |
Sound bugfixes: * sound file path was not displayed in sequencer panel. * sound strip with relative paths would stop working after undo. |
|