summaryrefslogtreecommitdiff
path: root/graphics/blender
AgeCommit message (Collapse)AuthorFilesLines
2022-09-27*: recursive bump for ffmpeg4 switch to x264wiz1-2/+2
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz1-2/+2
2022-08-22blender: explicitly disable POTRACEmarkd1-1/+2
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-07-02*: Recursive revbump from audio/pulseaudioryoon1-2/+2
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2022-05-23graphics/blender: use statvfs on solarisdholland2-1/+17
From Gilles Dauphin in PR 35928.
2022-03-28g*/*: revbump(1) for libsndfiletnn1-2/+2
2022-02-04blender: Add pulseaudio option and depend on graphics/potraceryoon2-4/+13
If audio/pulseaudio is already installed, the build fails by pulse/pulseaudio.h not found error. The pulseaudio option is disabled by default. Bump PKGREVISION by dependency change.
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-12-08revbump for icu and libffiadam1-1/+2
2021-11-15blender: use BLAKE2swiz1-2/+2
2021-11-15blender: let pkglint fix indentationwiz1-5/+5
2021-11-15blender: sort PLISTwiz1-943/+943
2021-11-04update to blender 2.93.5.mrg3-9/+8
among other things, fixes a problem with proxy creation for video editing (T87932). full list of fixes since 2.93.1: LTS Release 2.93.2: Line Art Bug FIx: stroke default in-front should be on. [rB9e64fd461ac3fa05e4ae780ee3a9f41b18c7c216] Follow Path for empty works only in negative values. [T89153] Align Orientation to Target keeps rotation when toggled. [T89571] `bpy.ops.screen.screen_full_area()` resets certain fields of the context. [T89526] Fix edit-mesh random select regression in random seed use. [rB27e32652679] Use-after-free when tabbing through numeric inputs. [T89265] Fix invalid polygon normal array access building bake data. [rB32658bb5c9f] Select Similar Face Regions triggers AddressSanitizer crash. [T89247] Undefined Geometry nodes cause a crash when connected to a Group Output node. [T89004] Set Origin missing from Text object in 2.93. [T88808] Fix: Crash Requesting GPU_SHADER_GPENCIL_FILL builtin shader. [rB3c6a981fd98] Viewport Render Preview glitching with Eevee Render Engine. [T89405] Cleanup: Remove deprecated variables and functions calls from our ffmpeg code. [rBf522e8db228] Fix T87932: Failure to build movie strip proxy. [rBfe4cbe62dff] Make encoded video fps correct with ffmpeg < 4.4. [rB14308b0a5ef] Fix T88623, T87044: Make encoded videos play correctly in VLC. [rB19c0666d408] FFmpeg: Update proxy settings. [rB00ffe028200] Fix T57397: Movies are blurred after sws_scale. [rB13ab6b7bb60] FFmpeg: Fix seeking not returning the correct frame when not using TC index. [rB7eb3e77b94f] Fix: Wrong logic for checking if we can reuse decoded frame. [rB02a6be54432] Fix: Prevent small memory leak in VSE indexer. [rBcea80f1add5] Fix: VSE timecodes being used even when turned off. [rBa68f5456e48] Fix: VSE indexer seeking not working correctly. [rB7616f4ae577] Fix: VSE search in mpegts files would fail. [rB444a8cbc2fd] Fix: VSE seeking with proxy strips would fail on certain frames. [rBbec8e436a1c] UI: Collection tab should hide when scene master collection is active. [T89422] Blender crash when showing thumbnail of a strongly skewed .exr image. [T89868] Fix T89861: Checking face selection breaks UV stitch operator. [rB062764d5d01] Fix T70356: Scaling up 1×1 pixel image reads past buffer bounds. [rB41bd164e4c7] Fix object "Set Origin" operating on linked library data. [rB5d1ef0efd01] BlenderKit: draw categories in asset card. [rBA0d880d12] BlenderKit: many post-release fixes. [rBA526557bb] BlenderKit: fix category display. [rBA29db4b5f] BlenderKit: fix an error when trying to assign material to unsupported object type. [rBAae7be84e] Alembic export not respecting the renderable flag. [T89594] Alembic export: evaluation mode option. [rB7b94e7cca49] TGA Images with any alpha value smaller than one behaves unexpected. [T89034] Collection user counts are set to `1` on file load. Boolean modifier orphans Collections. [T89765] Round end-caps on Freestyle lines not working properly. [T88015] Crash when baking to vertex colors while "Normals-> Auto Smooth" is enabled. [T88756] Crash when using Cycles preview or render - custom data layer / auto smooth. [T89455] Crash when editing a Collection Instance referenced by Line Art object. [T89838] [2.93.2] Geometry nodes: wrongly detected "Node group has unidentified nodes or sockets" error. [T89851] Persistent data, motion blur, and geometry displacement results in glitchy meshes during rendering. [T89736] adding a custom AOV doesn't show the output on the compositors render layer node. [T89981] Geometry Nodes: `New' Button tries to create node_tree on active modifier, rather than button context. [T89982] Py API: `bpy.data.orphans_purge` incorrect argument parsing. [T89733] Drawing with make line tool in an empty scene results crash. [T89724] It can't snap vertices when using community addon `Snap_Utilities_Line'. [T89812] Blender File View - can't type space while holding shift key. [T85517] Separating meshes by material makes render passes in cycles stuck in 1/64. [T89884] LTS Release 2.93.3: Cursor vertex snapping not working in UV editor. [T90477] Fix invalid index use for edit-mesh laplacian smooth. [rB4d7f10d6143] Fix slicing with negative indices. [rBe862874606b] Slicing certain BMEditSelSeq objects crashes Blender. [T89450] Fix broken logic in Windows directory query function. [rBa1b687c7a4a] font loading creates duplicate ID names. [T90417] Separate by loose parts weird result. [T85436] Edit mode. Spin tool. Spin center is always on 3d-cursor despite pivot selection. [T86030] Fix memory leaks in Python gizmo get/set handlers. [rB2be2aeaf0a5] Fix gpu.types.GPUTexture crash when the size argument was too big. [rBbc627fbf657] Fix memory leak with Python RNA property get callback errors. [rBa818ad5a549] LineArt: Occlusion accuracy fix. [rB69edb9c7d96] BlenderKit: fetch user's ratings from server. [rBA6a81558b] BlenderKit: improve ratings UI. [rBA78a5ae9b] GPencil: Dopesheet channel box selection is offset. [T89952] Very slow performance when copying rigid body physics. [T76356] Hair particles duplication with duplicate settings enabled copies all the particles instead of one selected. [T83317] NodeTree.links.new() can connect one output to a multi-input many times; access violation occurs when disconnecting. [T89416] UI: Output Metadata: Strip Name no long accessible. [T78469] Driver Editor not updated in real-time (blender >= 2.90). [T87041] Crash after Instancing to Scene after making linked Collection local. [T89835] Spline IK `joint_bindings` parameter is broken. [T83164] LTS Release 2.93.4: VSE: Flush audio encode after finishing video export. [rB85c08c9717b] FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAROUND. [rB7ec351c0d53] VSE: Fix "off by one" error when encoding audio. [rB9511009438d] VSE: Fix memory leak when adding bad image/movie strips. [rB54a821e8fd7] VSE: Fix video strip duration calculation. [rBd486d248687] VSE: Fix seeking issues. [rB00dd68405d8] VSE: Fix audaspace not reading ffmpeg files with start offset correctly. [rB489df7ac88c] VSE: Use lines to draw waveform. [rBc634d859b21] M2T video seeking is broken. [T87967] Add sanity NULL checks when loading sound sequences. [rB1a4122d4415] wrong address to get boost libraries in /build_files/build_environment/install_deps.sh. [T90719] Effect Strip added to a nested Metastrip gets duplicate name (thus inherits fcurves from other Strips). [T90737] Memorie spike shrink-wrap and geometry nodes. [T89429] Fix: DNA struct alignment on 32 bit. [rB9fb9bf59967] Makesdna: Fix detecting 32 bit padding issues. [rB70df9119f46] Fix FTBFS on mips64el architecture. [rB9d94b358ca1] Fix memory leak with building springs in the cloth simulator. [rB20f04ce62af] Knife project leaks memory each time a text, curve, or surface object is used for cutting. [T90791] Grease Pencil layer transformations ignored by select tool. [T90690] Fix memory leak in edit-mesh dissolve degenerate. [rBe1e2abd4bf0] Scale to Fit overflows into a second line. [T89241] Memory leak after importing a model/ toggling shading workspace. [T88033] ASAN: Trying to Undo a knife-project operation causes heap-use-after-free failure. [T90493] blender 2.93.1 fails to build with python 3.10.0b4 (upcoming python 3.10). [T89931] Incorrect result of Vector Projection (Geometry Nodes -> Attribute Vector Math). [T90567] Grease Pencil Reproject Strokes on surfaces from a camera's point of view is incorrectly placing the strokes on the Back Faces when canvas is intersecting the object. [T89101] Something in Blender can generate invalid (Nan) values in UVMaps. [T79775] Blender Crashing when opening file. [T89805] bpy.types.Object.parent_bone not reset when clearing a bone parent. [T88498] UI bugs in NLA Editor and Action Editor. [T87681] Animation channels widgets (graph, action, NLA, *dopesheet*) block input for the search channel, and invert search toggle. [T90364] LTS Release 2.93.5: Crash selecting 3D tracking marker. [T90651] Image Editor not sampling color from the the currently selected pass. [T90772] PulseAudio breaks animation playback in new scene (no imported sound involved) LTS backport, 3.0 is fine. [T90887] Blender popup windows open on the wrong screen. [T90752] Fix buffer size mismatch in SCRIPT_OT_python_file_run. [rB515bdda3d9c] Fix invalid mask use for the UV-project modifier. [rB969d6d3a0ff] Fix "Text to Object" creating invisible object. [rB933c6b7d8a3] Fix T88909: Win32 getTitle() UTF8 Support. [rBd6facd44b53] Fix error scaling thumbnails to zero dimensions. [rB16637e7ff40] Audio causes issues with Playback when PC put to Sleep, Hibernate or when Screensaver appears. [T88887] GPencil Time Offset Modifier together with Armature Modifier or/and Lattice Modifier broken in 2.93.3. [T91060] Grease Pencil: Adding driver in Transform doesn't behave as expected during playback. [T88433] GPencil: Sculpt Smooth Brush is using Affect Pressure but is not used internally. [T91159] Loop Tools Relax. [T90600] Text "Scale to Fit" no longer working properly since 2.93.4. [T91401] Fix memory leak if an error occurred assigning id-property sequence. [rBec448d5a6ac] Bisect straight line gesture features dont work ("Flip" / "Snap" option). [T91320] Workbench doesn't respect GP simplify options when rendering. [T91448] GPencil: Scripting weight_get and Vertex Groups not working at expected with several groups. [T91511] GPencil: Interpolate Sequence crash and quit. [T91534] Eevee ambient occlusion is incorrect on M1 macMini. [T87801] Intel HD graphics: Changing Roughness Value to 0 causes mesh to be black. [T88754] VSE playback periodically refuses to work (Pulseaudio, OpenAL seems fine). [T89045] GPencil: Tint modifier "apply" removes the effect. [T91607] Texture Paint Stencil doesn't use assigned UV Layer. [T91557] Fix default surface resolution U/V mis-match. [rB4528c9a357a] Fix `WM_window_find_under_cursor'. [rB1ff10bb6d18] Fix building without audaspace. [rBaf42086e743]
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-09Recursive revbump for multimedia/libaomnia1-2/+2
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam1-2/+2
2021-09-08Recursive revbump for audio/jacknia1-2/+2
2021-08-15*: recursive bump for openexr 3.1wiz1-1/+2
2021-07-26update to blender 2.93.mrg7-2139/+2196
thanks to nia and joerg for help with updating. see https://www.blender.org/download/releases/ for a full list of changes. vague summary includes: 2.91: The fourth major release in 2020 is here to further improve the user experience, adding powerful new booleans, better cloth sculpting with support for collisions, volume objects modifiers, improved animation tools and so much more. Introducing collision support for the sculpt cloth brush and filter. The new Sculpt Trim tool lets you cut and even add geometry using box or lasso gestures. This brush includes a set of deformation modes designed to control the shape of the mesh boundaries. The new Simulation Target property allows the Pose and Boundary brushes to simulate cloth effects as you use them. Introducing the Exact solver to take care of complex geometry. Curve and text objects now have support for custom bevel profiles, just like the bevel modifier. All bevel types now support flat curve caps too! A new modifier for volume objects allows you to dynamically convert them into a mesh, ideal for stylized fluids. Convert any mesh into a volume and combine it with the new Volume Displace modifier. Convert images into Grease Pencil objects with just one click! The new Holdout option in materials allows you to paint holes in strokes and filled areas. Can't remember where that setting is? Search for it! Sloppy typing? Don't worry! Fuzzy search makes it so you can be less precise and still find what you look for. The new support for Compound Shape collisions allow for complex simulations not possible before. You now can combine multiple primitive shapes into a concave shape, resulting in blazing fast simulations. Everywhere! Tag your collections with colors. Drag & drop now works for modifiers, constraints and Grease Pencil effects. Animation curves can now become much snappier, allowing for more sudden changes with fewer keyframes required. 2.92: A completely new workflow for editing meshes, new physics simulation methods, faster Cycles rendering, better compositing with Eevee, and so much more. Blender 2.92 marks the beginning of something incredible. The new Geometry Nodes editor opens the door for creating and manipulating meshes using a node-based system. Create your own custom modifier! Expose properties from the nodes in the modifier stack for an easy-to-use interface. This first iteration focuses on object scattering and instancing, laying the groundwork for more advanced workflows in the upcoming releases. Smear multires displacement over the limit surface similar to how smearing for colors and topology slide works. Shape silhouettes as you please with this new option in the Grab tool. Mesh Fairing allows you to visually remove parts of your mesh by completely smoothing the area inside a Face Set. Grease Pencil strokes can now be edited as curves! The Trace Image feature now supports image sequences! Grease Pencil interpolation has been improved to better deal with different sized strokes. Volume rendering is significantly more memory efficient, by using a sparse NanoVDB grid. OptiX now supports hybrid rendering to combine the power of your CPU and GPU devices. See everything with the new Exposure node in the Compositor. 2.93: A total of 22 new nodes were added to the Geometry Nodes editor expanding the attribute system, sampling textures, support for volume data, improved usablity, mesh primitives, Cycles support for attributes, and much more. It is now possible to create mesh circles, cones, cubes, cylinders, grids, ico-spheres, uv-spheres, and lines without ever leaving the Geometry Nodes editor. Geometry Nodes allows you to create the most flexible modifiers. For this releases' splash, the author Erindale went all-in and made the entire thing pretty much using only Geometry Nodes. It has never been easier to create, tweak, and expand Masks or Face sets as you sculpt. Splitting complex figures into multiple objects is a quick way to significantly improve performance. In order to ease this workflow, there is a new way to quickly jump between objects while in Sculpt mode. The Line Art modifier generates stylized lines on your scene, collections, or individual objects. The Interpolate operator is now a full-fledged tool! The new Eevee looks so good you may want to re-render all your projects. The new Depth of Field handles close-ups and outlines much better. Volume shaders in Eevee now support Area Lights and Soft Shadows.
2021-07-08blender: build with openexr3markd4-3/+51
2021-04-21revbump for boost-libsadam1-2/+2
2021-01-19blender: changes for new opencolorionia1-2/+3
the new opencolorio does not provide pugixml in its headers so blender needs to depend on pugixml explicitly. bump PKGREVISION for opencolorio dependency ABI change.
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-2/+2
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-10-12math/blas, math/lapack: Install interchangeable BLAS systembacon1-1/+2
Install the new interchangeable BLAS system created by Thomas Orgis, currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and Apple's Accelerate.framework. This system allows the user to select any BLAS implementation without modifying packages or using package options, by setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details. This commit should not alter behavior of existing packages as the system defaults to Netlib BLAS/LAPACK, which until now has been the only supported implementation. Details: Add new mk/blas.buildlink3.mk for inclusion in dependent packages Install compatible Netlib math/blas and math/lapack packages Update math/blas and math/lapack MAINTAINER approved by adam@ OpenBLAS, cblas, and lapacke will follow in separate commits Update direct dependents to use mk/blas.buildlink3.mk Perform recursive revbump
2020-09-05blender: Update to 2.90.0ryoon6-2143/+2121
Changelog: Building on the success of the 2.8 series, Blender 2.90 continues to polish the user experience, introducing improvements to EEVEE, Cycles, sculpt, VR, animation, modeling, UV editing and so much more. Blender integrates industry standard libraries such as Intel Embree, Intel OpenImageDenoise and NVidia Optix to provide a cutting-edge rendering experience.
2020-08-29blender: Update to 2.83.5ryoon2-8/+7
Changelog: 2.83.5 FCurve editor crash when zooming out to limit [T79254] Crash displaying the same mesh in two windows [T79260] Fix interface artifacts on Intel GPUs [388639243053] Outliner “Make Single User” crash [T79187] Eevee cubemaps shows black [T79158] Smooth brushes crasing in dyntopo [T79007] Too much memory usage rendering animation with persistent images [T78537] CLOG writes/reads outside allocated memory. [T78730] Crash converting curve to mesh [T79207] Fix usercount not decrementing in `gpencil_stroke_separate_exec` [4251a87bf60e] UV select-linked failure to de-select [T46568] GPencil weight paint crash when painting over modifier generated [T78884] Workbench: Fix broken id pass [38e9a349defc] Workbench: Object color mode broken if more than 4096 objects [T79509] GPUShader: compile error on AWS Elastic Graphics [T79246] Blend file corrupted during save caused by high Cubemap Size [T78529] EEVEE: LightCache: Add warning if the cache cannot be saved [fce71a255cb9] Crash loading nested set-scenes [T79575] Fix crash switching render slots when there is only one slot [a9e0aeaf653d] Triangulate quads with ‘Beauty’ can make zero area faces [T79482] “Add plane > align” causes crash when certain rigs are in the scene [T77847] Crash when changing View Layer while VR session runs [T79324] Video Sequencer image sequence strip source path breaks [T79676] Crash rendering grease pencil from compositor with multiple scenes [T77885] EEVEE: Crash on Macos due to lightcache baking [T79703] 2.83.4 Crash when adjusting sequencer property [T78999] GPencil: Fix unreported missing strokes in interpolation [dcf7a0507755] Crash related to viewing video files [T78867] Mantaflow Field weights cannot be animated [T79264] Batch Generate-Previews doesn’t work anymore [T79031] Dimensions fail on negative scaled axis [T79272] Scale to Fit Text Box fails when text is too narrow [T77609] Copy-pasting strip twice crashes Blender [T77669] Prefetching can corrupt .blend files [T78837] Random crash editing shader nodes with textures [T78358] Missing depsgraph relation when using sound strips in VSE [T78920] Fix View3D “Mirror” menu, both “Global” and “Local” items are GLOBAL [4a9d903e2bfd] Crash displaying many aligned buttons [T78636] Follow Active Quads, divide by zero error [T68845] Crash when removing strips with prefetching [T78573] Fresh install of blender 2.83.0 not able to save user startup file [T78037] Weight Transfer Operator target mesh doesn’t update [T78306] Weight Transfer Operator “Deform Pose Bones” destination setting [T78308] Object disappears when scaled, set origin etc after applying smooth [T79180] 2.83.3 Fix alignment/size issue on ARM/RPi architecture [9c41744ef4] EEVEE: Cubemaps shows black [T75943] Blender Freezes when using the 3d Scale Gizmo [T77455] GPU: Apple/Nvidia Proxy check [T78175] Fix missing GPU image free in background mode [9949b5098a] Overlay: Weight colors are not in render in the right colorspace [T77780] Cycles OpenCL error rendering empty scene [T77984] Overlay: Edit mode + wire drawtype + infront not transparent [T77655] Overlay: Sulpt overlay not working if object use in-front option [T76229] Sculpt mode performance regression in 2.83 [T77641] Faces missing, weird faces added [T74024] Fix error when filtering in Outliner “Blender File” mode with libraries [d0c986b748] Fix crash when use GPencil merge without materials [T78337] Fix undefined behavior when using BSDF nodes inside volume shaders[T76171] GPencil interpolation crash [T78134] GPencil: Strokes go missing after Interpolation from another layer [T78042] Workbench: “Not enough texture slots!” Message being spammed and lags the entire computer [T77759] 2.83.2 Random crash when rendering animation [T77734] Overlay: “Outline Selected” overlay doesnt affect armatures [T66934] Crash when closing window while Outliner shows screens [ef0ded4df389] Crash on undo Draw Face Sets stroke with dyntopo active [T77328] Fix random crash in Cycles smoke volume loading [2d89951be54d] UV Editor: Fix Vertex Overlay color not being color managed [000fbef35d24] Crash after any alembic import undo in an empty scene [T77754] Crash on proxied rig, custom bone shape, driver targeting rig [T77712] Crash in VR session when opening material preview [T77830] Fix memory leak calculating deform modifiers in edit-mode [91b455c00f28] Incorrect handling of negative-scale bit in DRWResourceHandle [T77913] VSE Sequencer/Preview crash after fullscreen [T78112] Compositor Disabled Node Config -> SegFault [T67358] Undo crash due to IDTemplate operations missing undo push [T78172] Simple scene created in version 2.82 crashes Blender [T77460] 2.83.1 Fix T77774: New undo code broken by ‘make local’ behavior Audio SDL: Video editor Sound muted without muting it Fix T77803: IK Degrees of freedom drawing glitch Fix (unreported) wrong size of UserPreferences’ `dupflag` parameter. Fix Applied rBdceaef92d7a4: Fix (unreported) wrong size of UserPreferences’ `dupflag` parameter Fix T77915: Cycles OSL microfacet closure not working in custom shaders GPencil: Fix unreported Vertex Opacity Overlay not working Fix T75414: Incorrect masking in Color Balance modifier Fix T76767: Cycles performance regression with CLI renders Fix T77853: Error reloading linked library Fix missing hinting information in monospace font, rB783d3c675ac2: Fix missing hinting information in default font Fix T77657: NVIDIA Quadro FX4800 crash on startup GPencil: Improve viewlayer masking check Fix T77148: Crash changing multiple values for sequencer strips Fix T77047: Dyntopo Sample detail size on hidden mesh causes crash Fix T74101: File Browser in macOS fullscreen crashes or makes windows unusable Fix T77504: Operator search gives wrong results Fix T76894: Disable clipping region selection in material/rendered mode Fix T72936: Incorrect gizmo orientation with inherit rotation disabled Fix menu operator/search clipping the last character Fix Applied rBf649e5c418d9: Fix menu operator/search clipping the last character Fix T77603: OSL parser fails when script ends with comment without newline Fix crash running “Edit Voxel Size” operator outside of a main 3D View region Fix Applied rB5fc252feaeab: Fix crash running “Edit Voxel Size” operator outside of a main 3D View region GPencil: Fix unreported error in Dots Strokes material initialization GPencil: Fix unreported Shift+F OPacity key not working Calculate epsilon values for interp_weights_poly to improve accuracy Fix Applied rB9d5e5e282cff: Calculate epsilon values for interp_weights_poly to improve accuracy Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpu Fix Applied rB7b754c8c9952: Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpu Fix T77358: Gpencil can’t select geometry within transparent layers Fix T77520: GPencil viewlayer filter produce crash with masking layers Fix T77367: Blender’s snap package ignores command line options Fix for T77095: work around render artifacts with AMD Radeon RX 4xx and 5xx Fix T77164: scaling/rotation fails for 3 selected NURB points Fix T77156: GPencil view layer filter by layer not working Fix T77456: Broken vertex paint undo on high-poly objects Fix T77448: Camera Solver constraint can’t be converted to f-curve
2020-08-18*: revbump for libsndfileleot1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-1/+2
2020-06-09blender: Update to 3.83.0ryoon4-2092/+2115
Changelog: With over 1250 bugfixes, and further critical fixes due throughout the next two years as part of the Long Term Support program, Blender 2.83 LTS provides the performance and stability needed for major projects. New features include VR support, OpenVDB import, OptiX viewport denoising and a powerful new physics-enabled Cloth Brush.
2020-06-02Revbump for icuadam1-2/+2
2020-05-21*: Recursive revbump from graphics/ilmbaseryoon1-2/+2
2020-05-06revbump after boost updateadam1-2/+2
2020-04-19Apply math/eigen3 fixes to local copyjoerg3-1/+29
2020-04-12Recursive revision bump after textproc/icu updateadam1-1/+2
2020-03-17blender: Update to 2.28aryoon3-2090/+2090
* Exclude incompatible Python 3.6. * Fix build with Python 3.8. Changelog: Blender 2.82a: Bug Fixes Blender Fix T74003: Autocomplete bug with mesh.loop_triangles. in Blender Python Console. (rB69c587888) Fix T73898: UDIM crash changing form tiled to single (rBd6977b5) Fix T73862: Fluid Sim file handle resource leak (rB60890cc) Fix T74182: Crash saving images from non-image spaces (rB096936fe1) Fix T72903: Bone envelope & bone size tool functionality swapped (rBdd2cdd436) Fix T74278: camera border gizmo size (rB9cac5fa681, rB360443a48) Fix T54270: Reset last_hit and last_location when reading the file (rB2df040ed58fb) Fix T74431: crash when compiling renderpass shader on some AMD drivers (rB9c4523b1fde4 + rBe5f98c79b0ed) Fix T74295: Cloth + Internal springs crashes on a non-polygonal geometry (rB1648a7903672) Fix Fix (unreported) Separate bones creates empty armature (rB498397f7bd8) Revert "Constraints: remove special meaning of Local Space for parentless Objects." (rBf881162f81e) Fix T73932: modifying keyframes in nodes fails when there is an image sequence (rBf0a22f5) Fix crash loading .blend file saved with Blender 2.25 (rBed8aa15) Fix potential crash with Eevee render of missing image textures (rBab18dbb) Fix T72253: Mantaflow adaptive domain cuts off (rB32fc22db5679) Keymap: Add front/back Alt-MMB absolute view axis switching (rBa200986273) Fix T72028: Crash switching to vertex paint (rB31aefdeec5) Fix bone envelopes displaying wrong when armature is scaled (rBee7034949fd) Fix Vertex weight gradient tool show wrong weight/strength values in the UI (rBf38c54d56e) Fix T74225: Image (from sequence) cannot be loaded (rB9dbfc7ca8bf) Fix T63892: Tools cannot be registered into some contexts (e.g. PAINT_TEXTURE) (rBd95e9c7cf8) Fix T73369: corner pin & sun-beam nodes gizmos are too big (rB212660f467) Fix T74425: Cannot texture paint an images sequence anymore (rBca717f0489) Add-ons glTF: Fix some strange reference error in blender api when exporting shapekeys / ApplyModifier (rBA659c121a68) glTF: Fix crash using compositor rendering for image generation (rBAaf687f5a041ee)
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-02-21blender: Update to 2.82nia5-46/+175
Release notes: https://www.blender.org/download/releases/2-82/ TBB being optional is broken with this release
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-1/+2
2019-11-23blender: Update to 2.81nia4-44/+206
Release notes: https://www.blender.org/download/releases/2-81/
2019-10-03blender: remove patches that were removed from distinfo in 2.80 updatewiz2-26/+0
2019-09-19blender: format DESCRnia1-1/+1
2019-09-18blender: Remove file which is no longer needednia1-9/+0
2019-09-18blender: Update to 2.80nia15-1821/+1918
Release notes: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80