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 (Collapse)Author
2018-05-02fix a clang warning, fix an improper initialisation for gcc, remove ↵Jens Verwiebe
nonfunctional omp, rise BM_OMPLIMIT to avoid overheads with small datasets
2018-04-25crash fix for changing shardcount and refracture when doing automergeMartin Felke
forgot to refresh the merge data before merging, after refracturing
2018-04-25added isIntact() query to regular rigidbody constraints, tooMartin Felke
2018-04-17immediately take constraint limit changes into account during rigidbody ↵Martin Felke
simulation
2018-04-15fix for setting lower x linear limitMartin Felke
2018-04-14Merge remote-tracking branch 'refs/remotes/origin/blender-v2.79b-release' ↵Martin Felke
into fracture_modifier
2018-03-22Fix T54360: FFMPEG bitrate not editable for all codecsv2.79bSybren A. Stüvel
The bitrate selection was hidden when a CRF mode was chosen and then switched to a codec that doesn't support CRF.
2018-03-22Fix compilation errorSergey Sharybin
Recent fix was assuming some cleanup is done.
2018-03-22Update addons submodule hashSergey Sharybin
2018-03-22Fix T54234, add BLENDER_VERSION_CHAR to .plistArto Kitula
2018-03-22Fixed: cache clearing when using multiple Alembic files.Sybren A. Stüvel
2018-03-22Cleanup: Use more python way of checking booleanSergey Sharybin
2018-03-22Tracking: Make object created form tracks active and selectedSergey Sharybin
2018-03-22Tracking: Warn when no tracks are selected when creating meshSergey Sharybin
Makes it more clear why mesh was not created this way. Fixes T54368: 3D markers to mesh In MovieClipEditor Not working.
2018-03-22Fix T54348: Bone dissolve gives invalid hierarchyCampbell Barton
Disconnected bones weren't handled correctly.
2018-03-22Fix bone dissolve using wrong envelope radiusCampbell Barton
Also correctly copy bone tip selection when dissolving.
2018-03-19Fix T53478, T53430: Sequencer cut edge case failsCampbell Barton
Previous fix for T53430 caused T54200. The edge case for soft & hard cuts weren't working, where the strip used start/end-still & the frame was placed exactly on the start/end of of the sequence content. T54200 fixed the end-still case but broke hard-cuts for all other cases. This fixes the case for soft/hard cuts with/without start/end-still.
2018-03-19Revert "Fix T53430: Cut at the strip end fails w/ endstill"Campbell Barton
This reverts commit 855799ecc1c5e53d9fbfe520fd5402bc0138f674. Caused T54200
2018-03-19Error passing context arg to marker menuCampbell Barton
own mistake in 6981861fcfd
2018-03-19API generating script: give better version for releases builds.Bastien Montagne
Was giving '2.62.1 <sha1>' even for releases, now rather giving nicer '2.62a <sha1>' in that case.
2018-03-19Fix T54206: bevel and inset operations repeat did not remember offset.Brecht Van Lommel
Now repeating the operator will use the previously chosen offset, either with the modal operator or typed in. The modal operator will still start at zero.
2018-03-19Fix T54204: Wrong selection on Clean Tracks (Motion Tracking)Sergey Sharybin
A mistake in a fix for T53612. Regression in 2.79a, candidate for 2.79b :S
2018-03-19Fix T54003: Particles - Size and random size not present in "physics" tab in ↵Mai Lavelle
Advanced mode The check to see if `use_advanced_hair` was enabled was actually in two places (render panel `draw` function and physics panel `poll` function). As these properties are only in one place now the check in `draw` isn't needed anymore. Related: T53513, a6c69ca57f661a8538
2018-03-19Bl;ender 2.79b: Begin 2.79b release cycleSergey Sharybin
2018-02-28added vertexgroup to influence metaball radiiMartin Felke
note, the weight (0...1) is normed to a size factor -0.5 ... 0.5 to also allow negative mball elements.
2018-02-25when sorting objects, keep mi->object_index alignedMartin Felke
2018-02-25activate by constraint impulse and regular ghost triggersMartin Felke
2018-02-25rna build fix (error when building debug)Martin Felke
2018-02-24only calc FM mblur velocity layer at render timeMartin Felke
this costs some performance
2018-02-24optionally restore old activation behavior with broken constraintsMartin Felke
this allows easier breaking / collapsing of objects
2018-02-22compile fixes after mergeMartin Felke
2018-02-22Merge remote-tracking branch 'refs/remotes/origin/blender-v2.79a-release' ↵Martin Felke
into fracture_modifier Conflicts: source/blender/modifiers/intern/MOD_boolean.c
2018-02-21VSE: skip non image/movie w/ proxy dir storagev2.79ablender-v2.79a-releaseCampbell Barton
This would use uninitialized filename variable, looked into supporting this however generating proxies currently only works for movies.
2018-02-21Depsgraph: Fix crash using --debug-depsgraph and --debug-depsgraph-no-threadsSergey Sharybin
Was accessing past the array boundaries. Should be safe for 2.79a.
2018-02-20fix, anim bind rotation was calculated incorrectlyMartin Felke
2018-02-19fix for bind ngon problems (jumping rotations)Martin Felke
2018-02-19Fix T53032: Image sequence works bad with Displace modifierSergey Sharybin
We shouldn't mix image pool acuisition with and without user provided, the fact that internally image.c uses last frame from Image datablock confuses the logic.
2018-02-19Blender 2.79a: Update submodules hash for addonsSergey Sharybin
2018-02-19Blender 2.79a: Prepare for releaseSergey Sharybin
Enter release state and make spacing to "a" more sane. There is still at least one fix we want to get in, before declaring we are ready for release.
2018-02-18crash fix for deleting connected objects before its connectorsMartin Felke
2018-02-18crash fix for FM objects being copied after connectMartin Felke
2018-02-18rigidbody sort fix for external constraintsMartin Felke
2018-02-17crash fix for external constraintsMartin Felke
ensure refresh of "parent" FM object on every refresh of connected objects, also ensure evaluation order in rigidbody.c / bullet (parent always after children)
2018-02-15Fix T54075: Align Objects fails w/ empty meshCampbell Barton
2018-02-15Cleanup: Python context accessCampbell Barton
Avoid access from bpy when it's already declared.
2018-02-15Fix T54072: Crash splitting edgesCampbell Barton
2018-02-15Fix T53958: Sequencer zoom 1:1 failsCampbell Barton
2018-02-15Minor change to last commitCampbell Barton
Keep mode checks simple, nest other checks in their body.
2018-02-15Fix T53986: Crash saving during sculpt strokeCampbell Barton
Also remove unused struct member.
2018-02-15Fix: msvc build error with bli_fileops.hRay Molenkamp
bli_fileops.h was using uint64_t without including the proper header. issue triggered by rBb0af44fa4d7a2e134b315c49a4fbdf573f781004