Revision ce462fa by Campbell Barton November 8, 2011, 15:11 (GMT) |
- disable undo for user preferences (every click would do push an undo), was noticeable on large files. - also netbeans project file generator now uses branch name for project. |
Revision 354ebea by Antonis Ryakiotakis November 8, 2011, 14:47 (GMT) |
Cycles now uses correct libs on MinGW |
Revision a56c6e1 by Brecht Van Lommel November 8, 2011, 14:10 (GMT) |
Cycles: * Disable precompiled cuda binaries, always do at run time * Change preview samples default to 10 * Hide volume panels since they don't do anything yet |
Revision 62988d6 by Sergey Sharybin November 8, 2011, 14:03 (GMT) |
Attempt to fix #29200: Camera Tracking Solver It was an mistake in join tracks operator which lead to reading unitialized memory. |
Revision 28ee0f92 by Brecht Van Lommel November 8, 2011, 13:07 (GMT) |
Texturing: texture and 3d view draw type changes, these should only have any effect for a render engine using new shading nodes. In short: * No longer uses images assigned to faces in the uv layer, rather the active image texture node is what is edited/painted/drawn. * Textured draw type now shows the active image texture node, with solid lighting. * Material draw mode shows GLSL shader of a simplified material node tree, using solid lighting. * Textures for modifiers, brushes, etc, are now available from a dropdown in the texture tab in the properties editor. These do not use new shading nodes yet. http://wiki.blender.org/index.php/Dev:2.6/Source/Render/TextureWorkflow |
Revision 19df314 by Brecht Van Lommel November 8, 2011, 12:58 (GMT) |
Fix for last fix, guess this compiled ok because it's interpreted as a goto label. |
Revision 27d29e2 by jens verwiebe November 8, 2011, 12:44 (GMT) |
Fix an issue with uninitialized memory |
Revision 64ab414 by Brecht Van Lommel November 8, 2011, 12:33 (GMT) |
Revision db75cc4 by Brecht Van Lommel November 8, 2011, 11:38 (GMT) |
Nodes: add cycles shader nodes, these will only be available to render engines that use the new shading nodes system. Documentation: http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes |
Revision ee6f269 by Brecht Van Lommel November 8, 2011, 11:15 (GMT) |
Code cleanup: fix compile warning. |
Revision e06f206 by Brecht Van Lommel November 8, 2011, 11:02 (GMT) |
Fix: incorrect use of IFACE_ macro, and correct a typo. |
Revision e0030d6 by Sergey Sharybin November 8, 2011, 10:17 (GMT) |
- Fixed typo in KLT description tooltip - Fixed inconsistent data type used for pts number in ffmpeg_fetchibuf and stored in timecode structure. Not really issue for "correct" movie files, but probably can help for "broken" one |
Revision d1067a2 by Sergey Sharybin November 8, 2011, 09:34 (GMT) |
Fix a typo in building undistorted proxies for movie clips. Thanks Campbell to point on this issue. |
Revision be5ef51 by Campbell Barton November 8, 2011, 09:02 (GMT) |
use some more logical BLI math functions & tracking used INT_MAX on a short. |
Revision 80e398e by Tamito Kajiyama November 8, 2011, 06:30 (GMT) |
Merged changes in the trunk up to revision 41638. Conflicts resolved: doc/python_api/sphinx_doc_gen.py source/blender/blenkernel/BKE_main.h source/blender/blenkernel/intern/library.c source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/writefile.c source/blender/editors/include/UI_resources.h source/blender/editors/interface/resources.c source/blender/makesdna/DNA_ID.h source/blender/makesdna/intern/makesdna.c source/blender/makesrna/intern/rna_internal.h source/blender/makesrna/intern/rna_main.c source/blender/makesrna/intern/rna_main_api.c source/blender/makesrna/intern/rna_scene.c |
Revision 23dfb8a by Sergey Sharybin November 8, 2011, 06:11 (GMT) |
Code cleanup and small fixes: - Assume all areas are using valid MovieClipUser when using functions from movieclip.c - Set active scene clip to movie-related nodes in compositor rather than checking if there's only one clip in datablocks - Fixed users count issue when solving camera motion |
Revision e28d0c6 by Thomas Dinges November 8, 2011, 06:10 (GMT) |
Tracker: * Typo fixes for space_clip.py, patch by Mike S on the mailing list. |
Revision 9962186 by Joshua Leung November 8, 2011, 06:09 (GMT) |
Code cleanup - reshuffling some stuff to avoid buildup of long functions in transform code again |
Revision f11d5e1 by Campbell Barton November 8, 2011, 05:33 (GMT) |
correct merge error |
Revision cb890a4 by Campbell Barton November 8, 2011, 02:57 (GMT) |
svn merge ^/trunk/blender -r41602:41638 . |
|
|
|


Master Commits
MiikaHweb | 2003-2021