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 (Expand)Author
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-12-03Correct OpenMP pragma, wasn't updated for looptriCampbell Barton
2015-12-03Remove redundant zero area face checkCampbell Barton
2015-12-03Fix FileBrowser 'context-editing' properties shortcuts not being displayed in...Bastien Montagne
2015-12-03Fix isect_point_tri_v3 w/ degenerate facesCampbell Barton
2015-12-03Cleanup: change `WM_key_event_operator_id` to `WM_key_event_operator` and mak...Bastien Montagne
2015-12-03Fix T46918: - Cleanup - FileBrowser - get rid of useless operators and update...Bastien Montagne
2015-12-03Expose flush edits as an operator (for Py access)Campbell Barton
2015-12-03Fix crash w/ metaball undo & track last-selectedCampbell Barton
2015-12-03Fix T46913: Crash adding hook to linked mesh dupliCampbell Barton
2015-12-03Cleanup: remove unused structCampbell Barton
2015-12-03Fix T46899 sculpt normals not getting updated after exiting sculpt mode.Antony Riakiotakis
2015-12-02BMesh Decimate: don't collapse zero weighted edgesCampbell Barton
2015-12-02Fix T46905: UV/Image Editor - Can't add shortcut to Mirror / X Axis menu itemBastien Montagne
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
2015-12-02Cleanup: ignore unused args in stubsCampbell Barton
2015-12-02Using term 'origin' for mathutils.bvhtree docsCampbell Barton
2015-12-02PyAPI: Change ray_cast to fix & improve behaviorCampbell Barton
2015-12-02Transform Snap: add optional face index argCampbell Barton
2015-12-02Cleanup: transform snap argumentsCampbell Barton
2015-12-02Cleanup: double-conversion warningsCampbell Barton
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-12-02Fix T46909: Text strip not themeableJulian Eisel
2015-12-01Comment assert in id_us_min, currently we can get zero user count at this point.Bastien Montagne
2015-12-01Outliner: add an option to "delete" libraries.Bastien Montagne
2015-12-01Fix auto-merge loosing edge/faces selectionCampbell Barton
2015-12-01Fix out-of-bounds access in recent shader updatesCampbell Barton
2015-12-01Fix minor order of init error w/ text drawCampbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-12-01Fix T39935: Duplicate looses active curve splineKevin Mackay
2015-12-01minor error in recent text-draw commitCampbell Barton
2015-12-01UI: mono-space font user preferenceCampbell Barton
2015-12-01Python Console: store font id in a drawing contextCampbell Barton
2015-12-01Text Editor: store font id in a drawing contextCampbell Barton
2015-12-01Cleanup: struct declarationsCampbell Barton
2015-12-01Cleanup: Collada: make gcc (partially) happy.Bastien Montagne
2015-12-01Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperi...Bastien Montagne
2015-12-01Add shortcuts for copying data path from RNACampbell Barton
2015-12-01RNA: de-duplciate rna-path create in tooltip codeCampbell Barton
2015-11-30CMake: Add some missing license files in the install targetSergey Sharybin
2015-11-30Libquery: fix double-handling of object pointer in scene's basact base.Bastien Montagne
2015-11-30Fix T46628: Strips overlapping in VSEJulian Eisel
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-30Fix T46896: Outliner group 'hide' doesn't update viewport renderCampbell Barton
2015-11-29Cleanup: sync edgehash w/ ghash remove logicCampbell Barton
2015-11-29Cleanup: rename `hash` -> `bucket_index`, edgehash APICampbell Barton
2015-11-29Cleanup: ghash/edgehash styleCampbell Barton
2015-11-28UI: More minor UI cleanups for keymap editorJulian Eisel
2015-11-28Render pipeline: Remove dead codeSergey Sharybin