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-08-25Transform: Use grid_scale to configure the incremental snapping.mano-wii
`gridview` is no longer being set and also does not match the new grid's drawing.
2018-08-24Cleanup: Remove debug printfClément Foucault
2018-08-24Fix MESH_OT_shortest_path_pickDalai Felinto
It was working only for REDO. The reason was that we were not tagging our beloved new multi-threaded depedency graph.
2018-08-24GP: Fix unreported error drawing polygonsAntonioya
As the polygon drawing is handled using a buffer that is converted to stroke inmediately, the drawing engine was not drawing the buffer stroke because it was empty, and the stoke was not visible becaus eit was in fast drawing mode. Now there is a special flag to indicate the polygon mode is enabled and force the drawing engine to draw strokes and disable fast drawing.
2018-08-24Multires: Fix wrong apply deform results when multires has sculpt alreadySergey Sharybin
2018-08-24Sculpt: Optimize Mask Overlay drawingClément Foucault
* Remove support for diffuse color in the pbvh buffers. * Upload raw data to GPU. * Only draw nodes that have mask data when drawing the overlay. This should fix T56466
2018-08-24Multi-Objects: MESH_OT_select_axisDalai Felinto
Now that this operator is working properly (in world space axis), it can be ported for multi object support. The issue of only running on redo is still present though, to be investigated later.
2018-08-24MESH_OT_select_axis: Make it work with world axis, not local onesDalai Felinto
Not, I tried using `dist_signed_squared_to_plane_v3` but profiling showed that it is 50% slower than using regular `mul_v3_m4v3` for the verts. I managed to get this number closer when manually inlining all the functions called by `dist_signed_squared_to_plane_v3`. But still `mul_v3_m4v3` was better and it makes the code simpler to understand. Also I'm changing the default mode to positive, no idea why it was negative as default in the first place. Last but not least, the operator only works well on redo. This was a problem before, not introduced by this patch.
2018-08-24MESH_OT_select_axis: cleanup (use enum instead of hardcoded values)Dalai Felinto
2018-08-24GP: Add arrange strokes to edit specials menuAntonioya
2018-08-24Remove annotations lock to axis functionAntonioya
The lock to axis is only used by grease pencil object and can produce weird results in annotations. This lock to axis function was kept by error when the annotation code was splitted from general grease pencil code.
2018-08-24Depsgraph: Fix wrong detection of invisible objectsSergey Sharybin
Was happenign for following cases: - Deep hierarchy of non-restircted collections, which has grand-grand parent restricted. - Collections which are constructed from invisible object.
2018-08-24Depsgraph: Escape underscore in time stats chartSergey Sharybin
2018-08-24Compositor: Added Weighted Standard Curve evaluationJeroen Bakker
Available in RGB Curve node in the compositor and as modifier in the sequencer. I reshuffled the values of the enum. But a the first commit is just 1 day old I think that the order is more important than the file compatibility.
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24Fix T56491: Undo crash while preview jobs runCampbell Barton
While the crash is in 2.8, it's possible undo operates on data which isn't only owned by the current scene (any object for eg). Thanks to @mont29 for suggesting the fix.
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24UI: always align item w/ labelCampbell Barton
2018-08-24Fix T56511: UILayout.prop_search misalignedCampbell Barton
Add padding when used with property decorations.
2018-08-24UI: remove hack to align search propertiesCampbell Barton
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24RNA: avoid redundant property lookups in UI APICampbell Barton
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-24UI: re-arrange some items in context menuPablo Vazquez
* Move Add to Quick Favorites before Assign Shortcut, as it is more often that we add items to favorites, than changing shortcuts. * Move Header menu last. In some cases the Online Manual for that item would appear after the header menu. * No icon for "Remove from Quick Favorites", matches Remove Shortcut
2018-08-24UI: Fix area border thickness over top and bottom bar with glScissorsClément Foucault
2018-08-23Hide Grease Pencil ornaments if overlay setting is disabledPablo Vazquez
2018-08-23Cleanup: remove unused codeClément Foucault
2018-08-23UI: Optimize the area border drawingClément Foucault
It is was not really a bottleneck but it was triggering my OCD when 1/3rd of the drawcalls in a normal scene were basically only caused by this.
2018-08-23Wireframe: Add support for sculpt modeClément Foucault
Now wireframe does update in sculpt mode using the sculpt mesh VBOs. The only thing that does not work is simplified wireframe (the wireframe slider) when the mesh is shaded flat. In this case all edges are shown.
2018-08-23Fix T55507: Crash due to GPencil brush icon management, when there is no ↵Bastien Montagne
active object.
2018-08-23Fix T56455: [2.8] Crash when projecting skinwrap curve/path.Bastien Montagne
Shrinkwrap is not only a Mesh modifier...
2018-08-23Fix T56360: metaball viewport checkbox crash.Bastien Montagne
Do same as for other geometry types to compute bbox, instead of blindly returning NULL `ob->bb`...
2018-08-23Fix single column UI: grey out B-Bone properties when not a B-Bone.Alexander Gavrilov
There was a mistake when the UI was converted to the new layout style.
2018-08-23Workspaces: move delete to right click menu, instead of X on tab.Brecht Van Lommel
These are not intended to be closed as often as e.g. browser tabs, they are intended to be more persistent and accidental closing should be avoided.
2018-08-23UI: rename Grease Pencil panels in toolbar to Annotation.Brecht Van Lommel
To match the panels in the N key sidebar.
2018-08-23Multi-Objects: MESH_OT_loop_selectDalai Felinto
2018-08-23UI: Subpanels to Cycles Samples for Branched Path TracingWilliam Reynish
2018-08-23UI: Physics panel minor adjustmentsWilliam Reynish
Flow panel had a wrong name when the checkmark was used in the header, fixed alignment in softbody panel & fixed wrong active state for Cloth Pin.
2018-08-23UI: Dark XYZ characters in the navigation gizmoPablo Vazquez
Much easier to read against the usually brighter axes colors.
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
The title says it all actually, the idea is to speedup the following case: - Visible duplicator of a restricted collection (reported as T56512), One of the questionable change is that none of the view layer bases is ignored now. This ensures corresponding objects will have copy-on-write component evaluated, making it possible to access those pointers. The evaluation of those objects is skipped. Reviewers: brecht Differential Revision: https://developer.blender.org/D3641
2018-08-23Fix T56347: Driven values not supported in node groups.Bastien Montagne
Need to rebuild dependency graph when we add or remove nodes from a tree...
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-23Fix T56500: Origin to geometry crashes on armatureDalai Felinto
Reviewers: sergey https://developer.blender.org/D3639
2018-08-23Icons: new icons for sculpt border hide/maskWilliam Reynish
2018-08-23Merge branch 'master' into blender2.8Bastien Montagne
2018-08-23Fix T56506: Different behaviour of Bounds Clamp with positive and negative axis.Bastien Montagne
Small typo on minus sign position... ;)
2018-08-233D Grid: Fix grid not showing in camera viewClément Foucault
2018-08-233D Grid: Fix axes color blendingClément Foucault
2018-08-233D Grid: Fix grid passing through objects too muchClément Foucault
For this we need to add a bias depending on the viewing angle. But increasing the hardness of the test make float precision issues in the mesh transformation more prominent (actual geometry is far below the surface). So to solve this issue we use a more subdivided grid mesh 8x8 quads instead of 1 triangle.
2018-08-23Icons: clamp material color from 0..1Campbell Barton
Warn about out of range colors too.