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-26Fix #31550: Active Armature bone hardly distinguishable from other selected b...Sergey Sharybin
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-26code cleanup: use BKE_pain_ prefix for paint funcs. also minor style editsCampbell Barton
2012-07-26mask/image viewer now works with non 1:1 image aspect, editing masks in the i...Campbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-24warn when getting a context member fails because of type mismatchCampbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-24no need for renaming actions that are not linked anywhereDalai Felinto
2012-07-23Fix for #32162 psys rotation causes size issues for particle instancesJanne Karhu
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-22Bugfix [#32017] Infinite recursion in depsgraph material/node driver handlingJoshua Leung
2012-07-22style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21Merge mask fixes from tomato branchSergey Sharybin
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton
2012-07-18add difference blending mode, also fix error in last commitCampbell Barton
2012-07-18change bucket size to give better performance for high detail 4k masks, also ...Campbell Barton
2012-07-18code cleanup for mask cappingCampbell Barton
2012-07-18chance semi-circle mask capping resolution based on size.Campbell Barton
2012-07-18minor edits to mask rasterizer.Campbell Barton
2012-07-18Fixed wrong self-intersection check for non-closed splinesSergey Sharybin
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-18Fixed crash of self-intersection loop in special casesSergey Sharybin
2012-07-18make links now allows groups - this means you can make objects have matching ...Campbell Barton
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-17Feather self-intersection test speed upSergey Sharybin
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-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-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell 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-16correct own naming error BLI -> BKECampbell 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-15svn merge -r48944:48942 .Campbell Barton
2012-07-15moving mask rasterizer file, this breaks building, will fix next commitCampbell Barton