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 (Expand)Author
2013-05-01style cleanupCampbell Barton
2013-05-01fix [#35164] UV unwrapping crash blenderCampbell Barton
2013-05-01holding ctrl when using arrow keys in the text editor didn't navigate newlines.Campbell Barton
2013-05-01fix for yet another off by one error in console code, could crash deleting wo...Campbell Barton
2013-05-01Fix tiled overlay not matching up with stroke result in 2d painting.Antony Riakiotakis
2013-05-01Fix: Overlay was getting invalidated too often in image editor makingAntony Riakiotakis
2013-05-01Fix: texture alpha masking not functional after recent commits. Mask isAntony Riakiotakis
2013-04-30More painting fixes:Brecht Van Lommel
2013-04-30Bug fix #35151Ton Roosendaal
2013-04-30Fix compilation in release mode with strict flagsSergey Sharybin
2013-04-30Fix another part of #35141: there was no way to reset the stencil transform a...Brecht Van Lommel
2013-04-30Fix #35141: stencil and 3D texture mode did not work with 2D image paint.Brecht Van Lommel
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-30Fix #35144: Image editor is not updateing if in new windowSergey Sharybin
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-30fix for an issue raised in [#35154],Campbell Barton
2013-04-30use const vars for UI arrays.Campbell Barton
2013-04-30fix [#35154] Python: UI issues with invoke_props_dialog()Campbell Barton
2013-04-30convert macro PASS_EVENT_TO_PARENT_IF_NONACTIVE into a static function. (havi...Campbell Barton
2013-04-30Fix for previous noisy stroke fix, mask didn't converge to the right strengthBrecht Van Lommel
2013-04-29Fix #35140: texture paint would give 'noisy' strokes and poor results for str...Brecht Van Lommel
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-29avoid calling BKE_brush_alpha_get() when project painting onto each pixel,Campbell Barton
2013-04-29Fix for [#35146] Move Clip Editor: "T-key panel" bugThomas Dinges
2013-04-29project paint unnecessarily split of texure checks into separate checks, calc...Campbell Barton
2013-04-29Fix #35139] Output panel options are not taken into account when you safe you...Sergey Sharybin
2013-04-29Fix for #35134.Lukas Toenne
2013-04-29Bug fix:Ton Roosendaal
2013-04-29minor adjustment to vertex color baking, tag the meshes directly, no need to ...Campbell Barton
2013-04-29fix for reset brushes curve setting a flipped curveCampbell Barton
2013-04-28fix for bug with edge-slide doing UV correction when the faces connected to o...Campbell Barton
2013-04-28simplify projectEdgeSlideData(), was doing unneeded looping, remove and remov...Campbell Barton
2013-04-28warning cleanup: assignment to unused vars, r56359 changes how brush falloff ...Campbell Barton
2013-04-28Fix for "new" Cycles handling of textures, UI code assumed all texture users ...Bastien Montagne
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-04-28Bug fix #35117Ton Roosendaal
2013-04-28Bug fix #35124Ton Roosendaal
2013-04-27remove unused function: projectfCampbell Barton
2013-04-27add vertex color smooth operator.Campbell Barton
2013-04-27Solve possible uninitialized variables usage in sequencer draw functionSergey Sharybin
2013-04-27Some color space issues in sequencer:Sergey Sharybin
2013-04-27"Bug" & usability fix, own collection.Ton Roosendaal
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-26fix for regression where tessface weren't recalculated when running loopcut o...Campbell Barton
2013-04-26Fixes for color management:Sergey Sharybin
2013-04-26fix for recent commit that allowed incorrectly flushed face selection.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-26add exec() to loopcut so it supports redo.Campbell Barton