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-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for armatures.Brecht Van Lommel
2015-12-06OpenGL: move two sided lighting check into GPU material code.Brecht Van Lommel
2015-12-06OpenGL: pass flag to indicate of drawMappedFaces needs to use normals.Brecht Van Lommel
2015-12-06Switch Ocean modifier's geometry generation from OMP to BLI_task.Bastien Montagne
2015-12-06Switch from OMP to BLI_task in BKE's part of Ocean simulation.Bastien Montagne
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-12-06BKI_kdtree: add a find that takes filter callbackCampbell Barton
2015-12-06Cleanup: formatting (PyArg_ParseTuple)Campbell Barton
2015-12-06Cleanup: kdtree, redundant root node handlingCampbell Barton
2015-12-06Fix generate UV's adding extra layersCampbell Barton
2015-12-05Fix (unreported) Newly added grid's vertices not being selected.Bastien Montagne
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-12-04Fix (unreported) bad LI_ID usercount when linking a new lib.Bastien Montagne
2015-12-04Fix for too small array of function pointers in node RNA registration.Lukas Tönne
2015-12-04Have to allow DNA writes in node insert_link callback in order to do anything...Lukas Tönne
2015-12-04Disable node updates while applying links from the dragging operator.Lukas Tönne
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-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