Blender Git Commits

Blender Git "master" branch commits.

Page: 3854 / 5574

October 24, 2011, 23:29 (GMT)
update is_c() utility function to include '.cc' and '.inl' files.
October 24, 2011, 23:06 (GMT)
svn merge ^/trunk/blender -r41230:41266
October 24, 2011, 22:51 (GMT)
Cycles: svn merge -r41232:41266 ^/trunk/blender

October 24, 2011, 22:32 (GMT)
Cycles: svn merge -r41225:41232 ^/trunk/blender

October 24, 2011, 22:18 (GMT)
svn merge ^/trunk/blender -r41227:41230 . --accept=theirs-full
October 24, 2011, 20:19 (GMT)
Cycles: svn merge -r41205:41225 ^/trunk/blender

October 24, 2011, 20:02 (GMT)
* Remove view3d.tool_properties reference from UI after removal of this operator.
October 24, 2011, 19:32 (GMT)
Cycles: theme changes, some code syncing with trunk.

October 24, 2011, 17:26 (GMT)
Remove currently unused IMB_cache_limiter_* function.
Would be replaced with movie cache soon.
October 24, 2011, 17:12 (GMT)
MovieCache implementation

Implementation of cache for general movie-related areas
such as sequencer and clip editor (in the future)

Some changes in limiter were necessary:
- Limiter counted mapped memory twice when was checking how many memory is used.
- It was using "global" memory usage not memory usage by cached elements.
It will cause big problems when there's large mesh or plenty of undo steps are
in memory nothing would be cached in sequencer.
- To solve this problem introduced "callback" to measure cached element size.
It could be not very accurate in general, but it works well for image buffers.
And if this callback isn't set old-school memory usage check would be used.
- The whole cache used to get freed when memory limit exceeded, now it'll drop only
as much elements as necessary to reduce memory usage.

Seqcache is switched to use this new cache code.
October 24, 2011, 17:09 (GMT)
Some small fixes and changes:

- Add *.cc files to qtcreator project as well as .cpp and .cxx
(would be needed for correct generating projects with libmv library).
- Added negate_v2 and negate_v2_v2 functions. They'll be needed for
camera tracking project.
- Fixed issue with generating proxies from 32bit images.
(generated jpg-s opened fine in blender, but were dark in osx viewer).
- Marked unused arg in indexer as UNUSED.
October 24, 2011, 16:41 (GMT)
Camera tracking integration
===========================

Fixed issues pointed by Campbell in codereview.
October 24, 2011, 15:25 (GMT)
Camera tracking integration
===========================

- Fix compilation error when blenderplayer is enabled
- Fix for scene buttons error caused by property rename
October 24, 2011, 15:24 (GMT)
Camera tracking integration
===========================

Remove $Id$
October 24, 2011, 14:52 (GMT)
Merging trunk up to revision 41245.

October 24, 2011, 12:43 (GMT)
svn merge ^/trunk/blender -r41226:41227 .
October 24, 2011, 12:26 (GMT)
fix [#28961] FCurves.range() returns wrong values for one-point curves (sic!)
also fix for case where verts were treated as found but were infact not because none were selected.
October 24, 2011, 10:26 (GMT)
Fix #28949: can't render video to Flash

Several issues were discovered when was looking into this bug:

- MPEG file format didn't set needed codec settings such as frame
rate and so, Was caused by not very correct fix fix #21351.
- "Expert" codec settings stored in idprops was affected on
formats which don't actually need them causing some conflicts
in codec settings.
- Flash codec doesn't support b-frames.

Now C presets shouldn't affect on each other and flash coded wouldn't
use b-frames even when using h264 format. Should work fine for files
created from scratch. If existing files fails to render, try to
switch file format to something else and then back to needed value.
October 24, 2011, 10:11 (GMT)
fix for error utf8 printing input.
October 24, 2011, 08:45 (GMT)
svn merge ^/trunk/blender -r41200:41226 .
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021