Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-17Camera tracking: switch to own repo of libmv where most of patches are appliedSergey Sharybin
and which includes latest changes from Keir's branch. Hopefully it'll make backporting of changes back to main libmv repo easier.
2012-02-17fa_PE is no valid language code (how comes no one noted that yet?), fa_IR ↵Bastien Montagne
seems the right one! Else, persian was just unavailable on Linux (at least, on Debian...).
2012-02-17Fix for recent changes in 3D viewport header: object might be missed and in thisSergey Sharybin
case check for current mode isn't needed
2012-02-17Missed this changes needed to fully support animation data in movie clips.Sergey Sharybin
Thanks to Joshua pointed into missed changes!
2012-02-17OSX: since XCode 4.3 the developer directory is inside XCode.app bundle, so ↵Jens Verwiebe
we handle path according XCODE_VERSION now
2012-02-17Camera tracking: configurable filter type for 2d stabilizationSergey Sharybin
-- svn merge -r44151:44152 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: run aspect correction before stabilizing shotSergey Sharybin
This commit fixes image stopped being an orthogonal rectangle because of horizontal scaling caused by pixel aspect ratio happening after rotating image which used to make orthogonal angles from footage not actually orthogonal. -- svn merge -r44150:44151 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: fixed issue when track used for rotation stabilization ↵Sergey Sharybin
points to a freed memory after re-tracking this track. -- svn merge -r44148:44149 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: fixed default value for pixel aspect which wasn't 1.0Sergey Sharybin
-- svn merge -r44147:44148 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
-- svn merge -r44146:44147 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: fix for missing cache invalidation when disabling/enabling ↵Sergey Sharybin
channels for stabilized shot -- svn merge -r44140:44141 ^/branches/soc-2011-tomato
2012-02-17Camera tracking: animation datablock for MovieClipSergey Sharybin
Added AnimData block to MovieClip datablock which allows to animate different properties in clip. Currently supports animation of stabilization influence only. -- svn merge -r44129:44130 ^/branches/soc-2011-tomato
2012-02-17Build proxy from meta and image strips used resolution used for display,Sergey Sharybin
not set by building job which leads to unusable proxies. This change should resolve issues reported in #30229: Sequencer Meta strip Proxy Fails and probably #30196 will work nicer too.
2012-02-17Cleanup of 3D viewport header in painting modes:Sergey Sharybin
- Hide Manipulate center points in sculpt and particle edit modes - Hide 3D manipulators and orientation from sculpt mode - Hide snap buttons in sculpt, weight, texture, vertex and particle painting modes All this options weren't make sense in this modes and might only confuse user. This will resolve issue #30180: 3D View header buttons and modes
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton
both crash and leak are fixed now.
2012-02-17fix [#30220] Knife Tool Crashes BlenderCampbell Barton
though there is still a memory leak, but it looks like the leak may be in BLI_smallhash.c, not knife code.
2012-02-17fix for error found while looking into #30221Campbell Barton
macro needed parentheses.
2012-02-17correct for bad assumption in recent commit. angle_v3v3v3 was working as ↵Campbell Barton
intended.
2012-02-17Release Cycle for 2.63:Thomas Dinges
* BCon1, alpha.
2012-02-16fix for bug with adding icosphere in editmode (was normalizing the verts ↵Campbell Barton
_after_ translating them away from 0,0,0)
2012-02-16fix [#30208] Bmesh Edit Mode: Add Primitive keeps old verts selected.Campbell Barton
cone depth was also incorrectly defaulting to 1.0
2012-02-16fix [#30141] Add primitive sets only the default name "Mesh"Campbell Barton
2012-02-16fix for bug when dissolving faces.Campbell Barton
When removing an edge between 2 dissolved faces there was no check that a 3rd face was using the edge. This way dissolving 2 faces could remove faces connected to the removed edges.
2012-02-16Sculpt/Paint UI: Add a new menu for brush options.Nicholas Bishop
For vertex/weight/texture paint, this has only the flags for using unified size/strength. (Addresses TODO in code, before only sculpt menu had these settings.) For sculpt, moved the brush-related settings from the sculpt menu to the brush menu. Note that these menus are still very out of date (missing lots of options), will address that in a different commit.
2012-02-16fix [#30209] "Tris to Quad" fails in some casesCampbell Barton
dont join 2 triangles if the edge thet share has more then 2 face users.
2012-02-16more knit-picky memory savingCampbell Barton
don't store a flag array, (or pointer to a flag array) per BMLoop. saves 4 pointers per quad - obviously, so this can add up a bit.
2012-02-16Sculpt UI: add missing sculpt options to menuNicholas Bishop
2012-02-16Bugfix: update the sculpt menu to use the correct path to the unified paint ↵Nicholas Bishop
settings.
2012-02-16Typo in previous own commit.Sergey Sharybin
2012-02-16Clear PROP_TRANSLATE flag for Macro Operator's bl_label as well.Sergey Sharybin
2012-02-16Reverting changes in commit r43458.Sergey Sharybin
That was intended change to clear PROP_TRANSLATE flag from bl_label property of operators, panels and menus (see rev40570) If this flag leads to another issues it should be fixed in another way. This fixes #30210: International Font Problem
2012-02-16ifdef out support for holes in faces.Campbell Barton
this can be added back easily but currently this cant be saved into DNA and most likly support wont be added soon. saves memory in editmode: 20 bytes per face or 40 on 64bit systems (5 pointers).
2012-02-16minor style cleanup, use macros for first loop and far name changes.Campbell Barton
2012-02-16Tomato: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-16Tomato: run aspect correction before stabilizing shot.Sergey Sharybin
2012-02-16Tomato: fixed issue when track used for rotation stabilization points to a ↵Sergey Sharybin
freed memory after re-tracking this track.
2012-02-16Tomato: fixed default value for pixel aspect.Sergey Sharybin
2012-02-16Tomato: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-16bmesh todo. making an image local wasn't dealing with mesh polygon texface data.Campbell Barton
2012-02-16ffmpeg: take back 44142, conditional was wrongJens Verwiebe
2012-02-16some minor refactoring for edge disk link's, typedef their own struct type.Campbell Barton
2012-02-16style cleanup for code relating to BMLoop next/prev checks. Campbell Barton
2012-02-16ffmpeg: only suppress loopfilter for .mov ( compatibility ), but keep for ↵Jens Verwiebe
.avi (quality )
2012-02-16Tomato: fix for missing cache invalidation when disabling/enabling channels ↵Sergey Sharybin
for stabilized shot
2012-02-16Merging r44129 through r44139 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-16fix for replacing a generated image with a file, the image would stay generated.Campbell Barton
not a show-stopper but confusing.
2012-02-16fix [#30201] bpy_extras.image_utils.load_image always returns placeholderCampbell Barton
in existing addons this only effects OBJ import. interestingly even though this is a bug (in that its returning a placeholder when it should load the image), since the placeholder points to the correct path, the image will load correctly when refreshed, so the bug's not too bad.
2012-02-15svn merge ^/trunk/blender -r44118:44136Campbell Barton
2012-02-15readfile update after version/subversion bumpDalai Felinto
Note, there is no need to leave doversion code outside a version/subversion nest. e.g. having if version < 262 in a 2.61 file will make the code to double-run. however this is the same case for the code nested outside the if versions ... with the advantage of making ahoys/version bumping easier. Ton himself was unaware of how we were doing this and suggested to get rid of the /* put subversion code here */ practise.