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
2012-07-18Fix [#32135] FRAMERATE: Framerate display is truncated in selection box.Bastien Montagne
2012-07-18adding objects active groups now gives menu of which group to add to.Campbell Barton
2012-07-18Fix for [#32129] "2D filter texture width off by one?" reported by Alex Frase...Mitchell Stokes
2012-07-18mask rasterizer unfilled line end capping now works with aspect and blending.Campbell Barton
2012-07-18wip mask capping - works but needs aspect correction and to be faded out.Campbell Barton
2012-07-17Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).Bastien Montagne
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-07-17Feather self-intersection test speed upSergey Sharybin
2012-07-17holding shift with cont. grab now works on the hsv cube and the value slider.Campbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-07-17fix for particle system using uninitialized stack memory with midpoint of rk4...Campbell Barton
2012-07-17use math vector init functionsCampbell Barton
2012-07-17Fixed crash when rasterizing spline with only one pointSergey Sharybin
2012-07-17fix for scons building with compositorCampbell Barton
2012-07-17fix for building without the compositorCampbell Barton
2012-07-17disable feather collapse during drawing, its very slow.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16Fixed disappearing in some circumstances featherSergey Sharybin
2012-07-16Fixed crash caused by recent feather collapse commitSergey Sharybin
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16Put paint mask grid allocation in a critical sectionNicholas Bishop
2012-07-16toggling node hide/sockets/options was triggering a re-render.Campbell Barton
2012-07-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell Barton
2012-07-16show alpha in the mask buttons item listCampbell Barton
2012-07-16use calculated spline resoltion rather then fixed at 32.Campbell Barton
2012-07-16defailt to ease weight interpolationCampbell Barton
2012-07-16fix for crash & leak when layer render option is disabled.Campbell Barton
2012-07-16fix for occasional crash with splines a lot larger then the viewCampbell Barton
2012-07-16mask rasterizer - use quad interpolation - gets rid of ugly diagonal banding,...Campbell Barton
2012-07-16barycentric_weights_v2_quad wasn't working quite right, rewrite as an expande...Campbell Barton
2012-07-16add 2d version of interp_weights_poly_v3Campbell Barton
2012-07-16mask fill/cyclic toggle wasnt refreshing compo nodesCampbell Barton
2012-07-16correct own naming error BLI -> BKECampbell Barton
2012-07-16fix for linking with scons.Campbell Barton
2012-07-16handy cmake list macros for inserting items into a list before/after existing...Campbell Barton
2012-07-16mask blending modes: lighten/darken/multiply/replaceCampbell Barton
2012-07-16fix crash for empty or single vertex layers.Campbell Barton
2012-07-16small speedup for mask rasterizer, only do single sided check for triangle in...Campbell Barton
2012-07-16BGE: The Action Actuator now returns correct values to work with the Actuator...Mitchell Stokes
2012-07-15svn merge -r48944:48942 .Campbell Barton
2012-07-15moving mask rasterizer file, this breaks building, will fix next commitCampbell Barton
2012-07-15replace fminf with minfCampbell Barton
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-07-15math function to get the intersection point between 2 lines (not 2 segments w...Campbell Barton
2012-07-15fix: node background image move operator didn't take zoom into account when c...Campbell Barton
2012-07-15Fixed deadlock caused by thread locks added in 48893Sergey Sharybin
2012-07-15falloff option for mask layersCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-15fix for some bugs when the mask layer was outside the view, also clamp the la...Campbell Barton
2012-07-15fix for minor error in previous commit (wasnt connecting right faces for cycl...Campbell Barton