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 (Expand)Author
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-30fix [#35150] Crash when bmesh operation called from within a Panel draw()Campbell Barton
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-29Fix collada module build for visual studio 2012.Brecht Van Lommel
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
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-29Fix for --debug-ffmpeg not giving enough informationSergey Sharybin
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-29Fix [#35110]: Dynamic Paint does not paint accurately in baked "Image Sequenc...Miika Hamalainen
2013-04-29Usual UI messages fixes...Bastien Montagne
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-29don't use GPU_extensions for BLF, its not initialized when using the blender-...Campbell Barton
2013-04-29Fix for non-linear float buffer displaying on raw displaySergey Sharybin
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-29tweak for epsilon of intersection check, was too small for some cases.Campbell Barton
2013-04-29fix for reset brushes curve setting a flipped curveCampbell Barton
2013-04-29fix for inserting a color-curve point.Campbell 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-28Fluid UI:Thomas Dinges
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-28BGE: Fix for [#34383] Blender crash Steering actuator 2.66 -> 2.59 -> 2.66. R...Mitchell Stokes
2013-04-28fix for crash while drawing editmesh with weights in rare cases when the leng...Campbell Barton
2013-04-28fix for out of bounds memory read when running wire-frame tool on empty mesh.Campbell Barton
2013-04-28minor changes, BLI_uvproject_from_view was doing matrix multiply for no reaso...Campbell Barton
2013-04-27BLI_strlen_utf8 was doing size_t / int conversion unnecessarily.Campbell Barton
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-27quiet warning, color blend c file was missing own include, also minor style t...Campbell Barton
2013-04-27Some color space issues in sequencer:Sergey Sharybin
2013-04-27"Bug" & usability fix, own collection.Ton Roosendaal
2013-04-27Fix #35113: solidify modifier not preserving clamp option on duplicating theBrecht Van Lommel
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-27BGE: Small fix to allow clip alpha to work with alpha shadows.Mitchell Stokes
2013-04-27fix for own commit r56204, wasnt checking edges exist before adding.Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-27fix [#35097] only one curve cap is visible while backface culling is enabled ...Campbell Barton