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
path: root/source
AgeCommit message (Collapse)Author
2014-10-20Fix T42311, too many paint slots added.Antony Riakiotakis
Don't allow the add paint slot operator to redo. Also guard better against excessive slot addition
2014-10-20Trim tool:Antony Riakiotakis
Effects strips in metastrips could be erratic.
2014-10-20Better fix for previous trim fix.Antony Riakiotakis
2014-10-20Fix T42313: Ruler always measures 0.0Campbell Barton
Passing 'ar' to snapObjectsRayEx would apply a ray-offset.
2014-10-20Fix trim tools metastrip borders not getting updated correctly.Antony Riakiotakis
2014-10-20Merge trim tool from terrible_consequencerAntony Riakiotakis
The trim tool (T key) allows users to change the position of the contents of a strip without moving the strip itself.
2014-10-20Optimization for mesh deform: use BLI_INLINE specifiersSergey Sharybin
This helps compiler to do detect stuff which might be inlined, gives around 30% speedup on my laptop with test files from ZanQdo.
2014-10-20Fix T42189Antony Riakiotakis
Own mistake - not copying enough data.
2014-10-20Fix T42264: Negative scale & clipped-select failsCampbell Barton
Thanks to mont29 for finding the cause.
2014-10-19Fix T42303 Icons lost after loading windowAntony Riakiotakis
The issue here is that if no matching winid is found, we destroy all windows and their context with them. This will also delete the OpenGL textures associated with the initial context, thus we lose the icons. This patch makes sure a window is always kept for later so the initial context does not get lost. Thanks to Campbell and Ton for the discussion on the issue.
2014-10-19Fix typo in calculateCenterMedian that could give computed median point ↵Grigory Revzin
wrong values. From soc-2014-shapekey branch, with minor edits by mont29 (Bastien Montagne).
2014-10-19Revert "Freestyle: Built-in SVG exporter."Campbell Barton
This reverts commit 61a330baca0ff9bb3cf477c04f539ef276a0356f. This completes reverting D785 This feature is to be reworked into an addon.
2014-10-19Reports: include parent library in readfile reportCampbell Barton
Helps troubleshooting indirect links.
2014-10-18Fix T42281, crash in subsurf with texture painting.Antony Riakiotakis
2014-10-18Freestyle: Built-in SVG exporter.Tamito Kajiyama
Features: * Both still image and animation rendering, as well as polygon fills are supported. * The exporter creates a new SVG layer for every Freestyle line set. The different layers are correctly sorted. * SVG paths use data from line styles, so the base color of a line style becomes the color of paths, idem for dashes and stroke thickness. * Strokes can be split at invisible parts. This functionality is useful when exporting for instance dashed lines or line styles with a Blue Print shader * The exporter can be used not only in the Parameter Editor mode, but also from within style modules written for the Python Scripting mode. Acknowledgements: The author would like to thank Francesco Fantoni and Jarno Leppänen for their [[ https://github.com/hvfrancesco/freestylesvg | Freestyle SVG exporter ]]. Differential revision: https://developer.blender.org/D785 Author: flokkievids (Folkert de Vries) Reviewed by: kjym3 (Tamito Kajiyama)
2014-10-18OSX/PLAYER/cmake: fix player install python bundling, overlloked player has ↵Jens Verwiebe
its own PLAYER_TARGETDIR_VER
2014-10-18Fix for align bone to cursor (missing normalize)Campbell Barton
2014-10-17Fix for pose bones not restoring selection index properlySergey Sharybin
2014-10-17More fixes:Antony Riakiotakis
* Fill brush did not do proper srgb conversion for byte images (reported by Sebastian Koenig, thanks!) * Color sampling for palettes did not refresh the toolbar.
2014-10-17Fix issue reported by Sebastian Koenig on irc, Clone brush would paintAntony Riakiotakis
trash with float images. Issue is uninitialized alpha in the clone brush + a clamping issue for float images. There's still some 'swimming' and brightness issue here but I have to do work for the weekly, will investigate further later.
2014-10-17Fix typoAntony Riakiotakis
2014-10-17Small fix for own commit, added new theme color defines but forgot toLukas Tönne
actually use them, thanks to Kevin Dietrich for noticing.
2014-10-17UI: disable area emboss when it's maximizedCampbell Barton
2014-10-17Sequencer: jump now takes end-points into accountCampbell Barton
Useful because it's effectively the start-point for any strip which is obscured.
2014-10-17Correct recent commitCampbell Barton
2014-10-17Cleanup: use SQUARED macroCampbell Barton
2014-10-16Revert "Minor typo".Antony Riakiotakis
This was supposed to be an experimental commit, shouldn't be in master at all, sorry for that This reverts commit 0750e4c4c7eee9ad8f57ebf1243960bd46c7c1f9.
2014-10-16Fix bad typo in undo code that invalidated all image caches on undo.Antony Riakiotakis
2014-10-16Minor typoAntony Riakiotakis
2014-10-16Fix T42258: Drivers: `dimensions.x` is always invalid, but `dimensions[0]` worksBastien Montagne
'PROP_XYZ_LENGTH' subtype was missing from list of valid '.x/y/z/w' ones.
2014-10-16Fix T42256: Translation operator moves Child-Of constrained objects in wrong ↵Bastien Montagne
space when only using parent's rotation and parent is rotated. Just do not use crazyspace correction with childof constraints in this case. Note this is only a very partial fix (partial use of parent loc on some axes is still broken in transform), a real fix would probably require a full rewrite of constraints handling in transform code (a mere static correction matrix just cannot work in all possible cases, we'd need a full dynamic correction system here). Anyway, transform code as a whole is horrible. :/
2014-10-16Fix T42222Antony Riakiotakis
Avoid using roundf function, since it's oly defined in C99
2014-10-16Sequencer: draw metastrip range while editingCampbell Barton
2014-10-16Sequencer: maintain start/end when exiting a metaCampbell Barton
Old behavior of shuffling the meta made it hard to use metas in a complex edit since you couldn't be sure if exiting a meta would move it in the stack.
2014-10-16Fix T42247 rolling did not support the rotation value in the userAntony Riakiotakis
preferences. After discussion with Campbell left the explicit angle property in for use with NDOF devices.
2014-10-15SCons: Fix compilation error with booleans disabledSergey Sharybin
2014-10-15Disable color editing for bone group color sets unless custom colors isLukas Tönne
selected. The bone group colors are not actually used _unless_ when the set is "custom colors". But they were still editable, which is very confusing.
2014-10-15Fix T42239, missing redraw notifier when switching collision shapes.Lukas Tönne
2014-10-15Better fix for T42139Antony Riakiotakis
Noise function's significant bits are up to 31st bit. This should now give the same visual result as before, minus the stripes. Issue pointed out by Anthony Edlin, thanks!
2014-10-15Fix T42237: Added a soft limit to 3D view grid scale; a value of 0.0Lukas Tönne
can otherwise give 0.0 object scale.
2014-10-15Correct last commitCampbell Barton
2014-10-15Cleanup: unused varCampbell Barton
2014-10-15Fix T42226: Glibc <= 2.8 fails to buildCampbell Barton
2014-10-15Refactor 'apply' part of Editmode View3d Transform panel code.Bastien Montagne
This was way too verbose, heavily factorized the code. Also made sure only changed data are applied (was not always the case, especially for curves and lattices), and that we always use raw value when only one element is affected (was only that way for coordinates). Note I checked performances, they seem to be roughly the same as previously.
2014-10-15Cleanup: Editmode 3DView Transform panel code: do not check for hidden BMesh ↵Bastien Montagne
verts/edges. Afaik, a hidden BMesh element should never be selected. And this check was done in an awfully inconsistent way! If it should really be needed, should be added back as a macro used everywhere!
2014-10-15Cleanup: Edit mode 3DView Transform panel code.Bastien Montagne
Mostly reorganizing mesh data handling to be always in the same order, this piece of code is rather verbose, let's try to keep it organised a bit. Also some visual UI tweaking.
2014-10-15Add Vertex bevel weight to Editmode UI.Bastien Montagne
This panel UI code needs more love, cleanup etc. in next commits.
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
Nothing to say here, really, just a couple of lines to add to get it working...
2014-10-15Bugfix T42225: Python - GreasePencil.active incorrectly accepts GreasePencil ↵Joshua Leung
type instead of GPencilLayer
2014-10-15Fix for Editor Fullscreen on SequencerDalai Felinto
The sequencer 'display' area is a region on its own, so we can't hide the preview regions. The only problem is that the <-> resize icon shows in the main region, so you only see it over the tracks region in the sequencer, I'm not addressing this though.