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-08-01misc mask fixesCampbell Barton
- image space used wrong notifiers. - image notifier now checks for mask mode before listening to mask edits. - mask keyframes now draw in the image space.
2012-08-01style cleanup: >120 line lengthCampbell Barton
2012-08-01Add type RNA property to special nodes (e.g. frame)Sergey Sharybin
2012-08-01Do not highlight non-selected active node with active outlineSergey Sharybin
This would match other areas in Blender.
2012-08-01Fix #32209: Autosave ignores multires sculptingSergey Sharybin
Use a bit different fix, which gets active scene from context and uses this scene to figure out active object instead of itterating through all the objects.
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt ↵Campbell Barton
totally clear it was a question (user pointed this out, they thought it was just notification and lost their work).
2012-08-01fix [#32232] Running script that changes area.type crashes blender.Campbell Barton
(reported the bug to keep some reference to the script that crashes).
2012-08-01fill in dummy values when using movie clip distort node but compiled without ↵Campbell Barton
libmv.
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ↵Campbell Barton
openmp.
2012-08-01Fixed own error in setting user counter to mask when changing clip editor's ↵Sergey Sharybin
mask.
2012-08-01Expand function for masks, so no masks could be properly linkedSergey Sharybin
in cases when they've got parenting to motion tracking data.
2012-07-31Mask / Win64 compile fix: "Index variable in OpenMP 'for' statement must ↵Daniel Genrich
have signed integral type"
2012-07-31changes to mask editingCampbell Barton
- use Alt to modify all mask feather at once while dragging. - copying a multi-user mask from the interface works now. - show masks when UV editing isnt used, rather then checking editmode (would give some odd/annoying image space header). - add a fake mask user by default. - moving points with LMB drag no longer selects them.
2012-07-31Code cleanup: remove unused codeSergey Sharybin
2012-07-31Fixed wrong mask display with clip's pixel aspect and image editor display ↵Sergey Sharybin
aspect != 1.0
2012-07-31multi-threaded sequencer buffer calculation for masks.Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-31Tweak to commit related to non-power-of-two textures, some cards claim toBrecht Van Lommel
support this but actually don't, so use the function that checks for that.
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size ↵Brecht Van Lommel
attribute.
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
now UV editing overrides mask.
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
ideally these would be used as generated coordinates, but this is tricly because cycles calculates its own orco's and doesnt know about curve settings.
2012-07-31Fixed [#32226] Black cadioptric lenses in CPU BokehBlur nodeJeroen Bakker
2012-07-31prevent uninitialized memory use when writing avi's.Campbell Barton
2012-07-30Mango request: option to create nodes with hidden preview by defaultSergey Sharybin
2012-07-30fix own mistake getting an image for the image open file selector.Campbell Barton
2012-07-30fix for own error in r43796, 'Find Missing Files', could set the path to an ↵Campbell Barton
empty string.
2012-07-30Fixed own regression introduced in recent compositor commitSergey Sharybin
MuteNode could be used as a replacement for other nodes when using fast calculation or when using unknown node from blender. Should work properly now.
2012-07-30Fix: "void" function returning value.Daniel Genrich
2012-07-30Fix incorrect connections for muted nodes in tile compositorSergey Sharybin
Not tile compositor would use the same routines to detect which links to add for muted node.
2012-07-29Fix compile error, IK_STRETCH_STIFF_EPS was undefined. Thomas Dinges
2012-07-29add inline functions for max/min ints, good to use when the arguments are ↵Campbell Barton
function calls (we had a few of these).
2012-07-29code cleanup:Campbell Barton
- building without python works again - rename maxi/mini to i_max/i_min (so thay are available for function names) - some minor edits to IK stretch setting (no functional changes).
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29Support for depth buffers in compositor and viewer nodeJeroen Bakker
Support for only alpha images in compositor and viewer node
2012-07-29Sequel of r49112 (raising average bitrate without min/max ones is a bit ↵Bastien Montagne
useless with vbr codecs ;) ). Used +/- 50% of max average br respectively for max/min br...
2012-07-29Fix for [#27484] "Run-time command line options don't work in Multi-texture ↵Mitchell Stokes
mode." reported by Josiah Lane (solarlune). The -g nomipmap = 1 option only changed the mipmapping option for bf_gpu, which BL_Texture wasn't checking.
2012-07-29scale down histogram button movement by 10, was very sensitiveCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-28Fix regression in clip reloading -- after recent change movie usedSergey Sharybin
to be reset to default image size instead of it's actual size.
2012-07-28patch [#32195] MASKS: Canonical Porter Duff algorithm for merge missing.Campbell Barton
from Troy Sobotka (sobotka) This gives nicer blending then 'ADD', setting as default for new masks.
2012-07-28fix own error in recent commit - possible uninitialized value.Campbell Barton
2012-07-28defines to make it easier to manage ik stretch constants (these may need to ↵Campbell Barton
be tweaked to fix [#32174])
2012-07-28Fixed some knife cut failures.Howard Trickey
Fixes #31391. Some cases still fail but these changes are good because they fix a bogus calculation of the 'basef' of some cut segments.
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27Move sRGB conversion initialization to init_exit routinesSergey Sharybin
It was a threading issue in color management project which potentially could happen in trunk as well.
2012-07-27use B key to toggle 'boundary' option for modal inset.Campbell Barton
2012-07-27fix usercount error with dropping images in the node view.Campbell Barton
2012-07-27Fix crash in drawing socket names when zooming out a lotSergey Sharybin
-- svn merge -r49291:49292 ^/branches/soc-2011-tomato