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-04-15Initial system for generating guide curves from groom.Lukas Tönne
2018-01-28Popup for setting hair distribution operator properties.Lukas Tönne
2018-01-28New operator for distributing hair follicles for a groom object.Lukas Tönne
2018-01-28Merge branch 'blender2.8' into hair_guidesLukas Tönne
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-28Cleanup: use doxy sections for view3d_view.cCampbell Barton
Also move ..._needs_opengl functions into view3d_utils.c
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-28Cleanup: warningCampbell Barton
2018-01-28Cleanup: move 3D view utilities into own fileCampbell Barton
Operators and utility functions were getting too mixed up, the files were also quite large.
2018-01-27Speed up a little drawing of UVs in the Image EditorGermano
In my tests the previous loop was running in 200 ms. With this change it now runs in 17 ms. The difference in the end is still not great because the `draw_uvs_lineloop_bmface` function is called for each face and has an ImmBegin and ImmEnd in the function itself
2018-01-27Collections: As it turned out, this is quite harmless to have accessible ↵Dalai Felinto
everwhere I think ultimately we may move these operators from the outliner space to scene. Partial revert of a08f687b91a2a7880889.
2018-01-27Make outliner new collection operator work via viewport tooDalai Felinto
Technically this revert b3bcbc9e85aa. This however doesn't seem to be needed any longer.
2018-01-26Outliner: If a collection is empty and you drag something inside it, it ↵Dalai Felinto
opens up. Idea by Pablo Vazquez.
2018-01-26Fix Collada importer (crash)Dalai Felinto
We were not tagging depsgraph to update its nodes after importing new objects.
2018-01-26Outliner tooltips: Small refactor, future proof changeDalai Felinto
In the future we may have siblings to collections (like overrides) that are not collections. This change make sure tooltips will keep working. Note: This was originally wrongly committed together with a Collada fix, re-committing separately now. See bd7060a87fd9.
2018-01-26Revert "Fix crash on Collada exporter"Dalai Felinto
This reverts commit bd7060a87fd9f46c2bdd141e26934e8573c6e3f8. I mixed two commits together (a fixup for outliner tooltips and a collada fix). Re-committing them individually.
2018-01-26Fix crash on Collada exporterDalai Felinto
2018-01-26Outliner: Tooltips for reorder operatorsDalai Felinto
I really would prefer if we were to use the dropbox API for this. That said, we now have some tooltips that work. I'm using the new draw callback draw API for outliner tooltips. Reviewers: mont29 Subscribers: venomgfx, mano-wii, Severin Differential Revision: https://developer.blender.org/D3020
2018-01-26Fix harmlness RNA warning in image texture node drawing.Brecht Van Lommel
2018-01-26Fix navmesh creation w/ multiple objectsCampbell Barton
D2976 by @dertom
2018-01-26Outliner: Implement Add (Ctrl) when moving objects inside collectionDalai Felinto
Note there is no "text" explaining to users what is going on. I will address this shortly in an upcoming commit.
2018-01-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-25No need to tag depsgraph id when dropping objects from the outlinerDalai Felinto
As done by c42fc19a8a1c71 - this was needed originally because notifiers were not working so I had to force tagging. And for the records, I should have used DEG_TAG_BASE_FLAGS_UPDATE instead of 0.
2018-01-25Fix missing broken notifiersDalai Felinto
We can't have more than one NOTE_SUBTYPE in the same notifier. Instead of calling both subtypes the code end up not calling either.
2018-01-25Fix crash when drag&drop invisible object from outliner to viewportDalai Felinto
This is not the issue actually mentioned there. However it is the most serious one. Now if the object being dragged was not in a collection linked in the viewlayer or invisible, we add it to the active collection (or create one if necessary). This is related to T50967, which is now fully fixed.
2018-01-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-25Fix T50967: When you move an icon from the outliner area object doesn't show upDalai Felinto
We can't have more than one NOTE_SUBTYPE in the same notifier. This is a partial revert of: cd4d5dcb468a. In particular to the part concerning "Also fixed a missing notifier of the object instancing operator". Not only this was mixed with the original reason for the commit for no reason, but it actually introduced a bug. Bad, bad developers ;) Note: Although this commit is not needed for master, blender2.8 requires it for the forementioned bug report.
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-25WM: NULL check for recent tooltip changeCampbell Barton
Caused crash dragging boolean buttons.
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-25UI: change tool-tips to be stored in the screenCampbell Barton
Move timer and tip out of button code, now the only requests a tooltip, passing a creation callback to run. Needed for manipulators in 2.8, also helps de-duplicate logic - since we never want multiple tool-tips showing at once.
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-24Fix T53874: more cases of OpenGL render to OpenEXR not working after recent ↵Brecht Van Lommel
changes.
2018-01-24Fix T53593: sculpt brush rake spacing bug after recent bugfix.Brecht Van Lommel
2018-01-24Manipulator: icon highlight could be darkerCampbell Barton
Use color and highlight from theme.
2018-01-24Manipulator: add show_drag option for 2d buttonsCampbell Barton
Needed so 3d navigation buttons can show show drag cursor only for buttons with modal operators.
2018-01-24Merge branch 'master' into blender2.8Campbell Barton
2018-01-24CMake: store icon namesCampbell Barton
Without this, adding/removing icons wouldn't force cmake to re-run making builds fail. This is the same issue with globbing source code.
2018-01-23Greasepencil iconsDalai Felinto
Note this comes from the greasepencil-object branch, and are merged to help preventing future merge conflicts. Also, I renamed the icons for consistency sake. So when this is merged in 2.8 other areas of the code will need to change. Icons by Matias Mendiola
2018-01-23Revert "Grease-Pencil: Icons"Dalai Felinto
This reverts commits: * f0ef3603862 Grease-Pencil: Icons from the grease pencil branch * 13bf4b3804b Grease-Pencil: Fixup for icons * fb8c382fa17 Grease Pencil dat files fix
2018-01-23Cleanup: some ED_view3d functions used uppercase DCampbell Barton
2018-01-23Merge branch 'master' into blender2.8Campbell Barton
2018-01-23Cleanup: use doxygen groups for view3d_edit.cCampbell Barton
2018-01-23Cleanup: code comment for view3d_viewmatrix_setCampbell Barton
2018-01-23Manipulator: limit UI for locked viewsCampbell Barton
2018-01-23Cleanup: avoid passing bContext to cameracontrolCampbell Barton
2018-01-23Merge branch 'master' into blender2.8Germano
# Conflicts: # source/blender/editors/screen/screen_ops.c