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
2015-08-18Replace 'BLO_is_a_library' by 'BLO_library_path_explode'.Bastien Montagne
2015-08-18IMB_thumb: add thread locking API.Bastien Montagne
2015-08-18Fix T45824: Pie's no longer show enum iconsCampbell Barton
2015-08-18UI: avoid property lookup w/ expanded enumsCampbell Barton
2015-08-18UI: avoid subtracting shadow from winrctCampbell Barton
2015-08-18Readfile: more efficient OldNewMap lookupsCampbell Barton
2015-08-18Docs: function commentsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-17Lattice min_max: add a version of the func using lattice's final DispList,Philipp Oeser
2015-08-17Subsurf: don't reserve MFace by defaultCampbell Barton
2015-08-17Fix T45802: View Lock w/ Curve-Parent failsCampbell Barton
2015-08-17Cleanup: remove unused Object.ipoflagCampbell Barton
2015-08-16Fix T39486, screwed object bevel made bevel amount go out of control.Howard Trickey
2015-08-16Fix T45795, bevel treated one-edge-beveled case inconsistently.Howard Trickey
2015-08-15Fix T45807: Instant crash adding any modifier to NLA trackJulian Eisel
2015-08-14Cleanup: Avoid calling function twiceJulian Eisel
2015-08-14Remove redundant workaround for T41548Julian Eisel
2015-08-14Fix T45750: Closing search menu by clicking root button doesn't work when cli...Julian Eisel
2015-08-14Fix T40070, Bevel didn't bend as expected sometimes.Howard Trickey
2015-08-14Fix dyntopo not warning anymore when vertex colors or uvs are present.Antony Riakiotakis
2015-08-14Fix unnecessarily added undo steps when deleting only sceneJulian Eisel
2015-08-14Remove already-ifdef'ed out PRE_275_ALGORITHM code from bevel.Howard Trickey
2015-08-14Outliner: Context menu for scenesPhilipp Oeser
2015-08-14Cleanup: styleCampbell Barton
2015-08-14Docs: comment BHead.code valuesCampbell Barton
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-08-13Fix T45783: Problem selecting all objects on a layer from a script if any 3d ...Bastien Montagne
2015-08-13Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working.Bastien Montagne
2015-08-13Fix T45775: Bad 'Normal' transform space for edge of non-uniformed scaled obj...Bastien Montagne
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
2015-08-12Fix T45739: Number slider precision handling inconsistent between unit systems.Bastien Montagne
2015-08-12Fix T44049, edge bevel with sometimes breaks UVs.Howard Trickey
2015-08-12Fix 'hard crash' part of T45768 (when merging all vertices of a mesh, we have...Bastien Montagne
2015-08-11Usual UI message cleanup/fixes.Bastien Montagne
2015-08-11Add WM_event_add/remove_timer_notifier() helpers.Bastien Montagne
2015-08-10UI drag&drop: make code able to free dragpoin if needed.Bastien Montagne
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-08-10Data previews: add preview to Object, Group and Scene.Bastien Montagne
2015-08-10BLI_threads: add an helper to wait on a condition using a global mutex.Bastien Montagne
2015-08-08Optimize reading of fcurvesSergey Sharybin
2015-08-09Fix for SeqCache hash ignoring multi-viewCampbell Barton
2015-08-09Fix: opening missing file didnt remove in recent-files.txtCampbell Barton
2015-08-08SPeedup for particle point cache readingSergey Sharybin
2015-08-08Fix T45705: Selected to Active Cycles Baking no longer workingDalai Felinto
2015-08-09Use polygon normals for bakingCampbell Barton
2015-08-09Fix crash baking in cyclesCampbell Barton
2015-08-08Remove leftover from sticky keysJulian Eisel
2015-08-08Fix T45726: Wrong handling of 'failed to generate' audio waveform data in VSE...Bastien Montagne
2015-08-07Fix T45715: Blender crashes when creating Environment Map textures in Multi-V...Dalai Felinto
2015-08-07Data Transfer operator: Add a 'freeze' setting to prevent operator from re-ru...Bastien Montagne