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
2018-12-28Alembic import: Fix crash with mcol indices out of boundsPhilipp Oeser
Part of T57377 Reviewers: sybren Maniphest Tasks: T57377 Differential Revision: https://developer.blender.org/D3847
2018-12-28Alembic import: lock interface while importingSybren A. Stüvel
This prevents crashes caused by the viewport evaluating the depsgraph while the import is still running.
2018-12-28Fix T59785: Curve modifier does not update in realtime in object modePhilipp Oeser
Reviewers: brecht Maniphest Tasks: T59785 Differential Revision: https://developer.blender.org/D4134
2018-12-28Sequencer: refactor clipboard copy to no longer increase user count.Brecht Van Lommel
The clipboard is not a real user and should not be counted. Only on paste should the user count increase. This is part of D3621, and was implemented by Richard Antalik and me.
2018-12-28Fix more issues with recent render passes code cleanup.Brecht Van Lommel
Ref D4133.
2018-12-28Fix T59910: material editor UI issue after recent changes.Brecht Van Lommel
This reverts part of commit 4f98266cf6, ref D4123.
2018-12-28Fix T59922: crash reading files with older renderlayersPhilipp Oeser
- own error in rB2c196de56bbb163048b08f321983234a5e72e804 - now introduce RE_PASSNAME_DEPRECATED placeholder for old passes - also dont allocate NodeImageLayers for these Reviewers: brecht Maniphest Tasks: T59922 Differential Revision: https://developer.blender.org/D4132
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
The GP_STROKE_RECALC_CACHE identifier was changed to GP_STROKE_RECALC_GEOMETRY because the previous name was confusing and could be confused with the recalculation of the Draw Manager cache.
2018-12-28GP: Avoid Onion calculation when play animationAntonioya
2018-12-27Merge branch 'blender2.7'Sergey Sharybin
2018-12-27Fix T59865: UV editor vertex snap to active does not make any sense.Sebastian Parborg
Differential Revision: https://developer.blender.org/D4129
2018-12-27Fix T59870: Can't select "Face area" in average normals operator.Bastien Montagne
Not sure why the mode prop was hidden at all, tbh...
2018-12-27Fix T58734: bvhtree.fromObject - error ( returned NULL without setting an ↵Bastien Montagne
error) in blender 2.8. Would free evaluated mesh even when it was the one cached in runtime data by depsgraph evaluation! Also fixes the asserts about using non-eval object in some cases.
2018-12-27GP: Enable Brush cursor by default for new brushesAntonioya
2018-12-27Fix T59900: duplicate font loading error and memory leak.Brecht Van Lommel
2018-12-27cleanup: remove unused passesPhilipp Oeser
- use_pass_indirect, use_pass_specular from ViewLayer RNA - RGBA, DIFFUSE, SPEC, REFLECT, REFRACT, INDIRECT usages from remaining places Reviewers: brecht Differential Revision: https://developer.blender.org/D4117
2018-12-27Fix T59861: converting GP stroke to curve doesn't immediately workPhilipp Oeser
Reviewers: antoniov, brecht Maniphest Tasks: T59861 Differential Revision: https://developer.blender.org/D4127
2018-12-27Fix T59884: Rigidbody Calculate Mass Sets Mass to 0Philipp Oeser
rigidbody_get_mesh() needs an evaluated object Reviewers: sergey, brecht Maniphest Tasks: T59884 Differential Revision: https://developer.blender.org/D4125
2018-12-27Fix T59389: Solidify Modifier does not work with 'beveled' Curve objects.Bastien Montagne
Curve modifier eval code was actually doing nothing to ensure we passed mesh with valid normals when required by the modifier. This is a bit basic, rough code, but think it should cover all cases, time will say...
2018-12-27UI: fix display of menu buttons without text and icon, and only a down arrow.Harley Acheson
Differential Revision: https://developer.blender.org/D4123
2018-12-27UI: fix inconsistent icon button widths for popovers and enums.Harley Acheson
Differential Revision: https://developer.blender.org/D4086
2018-12-27Fix T59799: texture paint mode crash for object with no materials.Brecht Van Lommel
2018-12-27Merge branch 'blender2.7'Sergey Sharybin
2018-12-27Fix T56595: Hair Dynamics stop working after saving new fileSergey Sharybin
The issue was caused by NaN valid of the average spring length being stored in the file. This caused accumulation in the springs builder to also deliver NaNs, which then caused solver itself to not do anything. Not sure why these values where never initialized prior to the accumulation. Or even, why this runime data is stored in a DNA. Some sanitizing is possible here, but needs to be done with care to not disrupt Spring production.
2018-12-27Merge branch 'blender2.7'Brecht Van Lommel
2018-12-27Cleanup: styleCampbell Barton
2018-12-27Cleanup: use unsigned char (change previous commit)Campbell Barton
2018-12-27Cleanup: warningsCampbell Barton
2018-12-27Fix T57861: Object.ray_cast (and all RNA functions using "ob->runtime") ↵Bastien Montagne
broken in Blender 2.80 In fact, we can get valid depsgraph 99% of time from current context. Still added extra optionnal depsgraph parameter just in case (and also for future, when we might be handling much more temp depsgraphs).
2018-12-25GPU: Add another driver to the list of unused_fb_slot_workaroundmano-wii
I start to think that an automatic detection would be a better solution.
2018-12-25Fix T59505: Knife tool cut preview line becomes blackmano-wii
The real reason for the problem is still unknown, but this solution adds less overhead than rBdafaa6f22881.
2018-12-25Revert "Fix T59505: Knife tool cut preview line becomes black"mano-wii
This reverts commit dafaa6f22881419ac55f2f3fe3de9ac4023aa108.
2018-12-25GP: Remove duplicate code moving to single functionAntonioya
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
Also (mostly in comments): behaviour -> behavior (we use American English).
2018-12-24Fix T59722: stencil texture overlay not working on macOS.Jonathan Merritt
2018-12-24Fix T59799: crash entering texture paint mode.Brecht Van Lommel
2018-12-24Fix floating panel (HUD) applying DPI incorrectlyJulian Eisel
ARegion.sizex/y should never have DPI factor applied. For regular panel regions, DPI will be applied in region_rect_recursive already, causing it to be applied twice when region size is set dynamically (= based on content dimensions).
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
Also contains some code typo fixes (mostly, adtaptative -> adaptive, former is nearly innexistant in English, let's stick to simple valid words ;) ).
2018-12-23Avoid creating & registering zero sized AZonesJulian Eisel
Would allocate memory for AZones and register them even if their coordinates/bounding-box was all 0, meaning they're not visible and not interactive.
2018-12-23GP: Small changes to help textAntonioya
2018-12-23GP: Add Shift+F to define strength for primitivesAntonioya
2018-12-23Fix missing update when deleting animation channels.Alexander Gavrilov
2018-12-23Fix missing update when toggling NLA solo mode.Alexander Gavrilov
2018-12-23BLI_math_rotation: properly name the quaternion power function.Alexander Gavrilov
"angular mult factor" is a completely unintelligible description for a function that raises a unit quaternion to the scalar power.
2018-12-23Fix T59782: Replace RMB by MMB in bottom help textAntonioya
2018-12-22GP: Update Suzanne 2D objectAntonioya
Review of the "D Suzanne to reduce number of points and small changes in shapes and colors. Designed by Matias Mendiola and Daniel M. Lara
2018-12-22Fix T59505: Knife tool cut preview line becomes blackClément Foucault
The root of the problem is that KnifeTool_OpData->colors was not init in some cases. But the reason is unknown as it seems to be random and the init function was always called. So instead on init the color only once, we query the colors each time we draw the knife points. The overhead of this approach is negligeable.
2018-12-22Fix T59644: FPS meter not showing in VSERichard Antalik
Issue caused probably by typo
2018-12-22Cleanup: const castCampbell Barton