June 15, 2020, 22:57 (GMT) |
Outliner: Fix mode column when lock object modes is disabled When Lock Object Modes was disabled, multiple objects would be shown as in the interaction mode even though only one object could be edited at a time. This was not an issue for edit and pose mode because those modes support multi object editing. But in modes like sculpt it implied that multiple objects could be edited at the same time. This only draws the active icon for the active object when lock object modes is disabled, and when there is no active edit or pose object. |
June 15, 2020, 22:18 (GMT) |
Outliner: Use dot icons for object not in current interaction mode Revert the change that used a faded-out icon of the mode. That was too cluttered. |
June 15, 2020, 17:56 (GMT) |
Fix crash: exporting object from Edit mode. |
June 15, 2020, 17:22 (GMT) |
Make all frames exportable; UI & filename changes All frames are now exportable including negative ones, instead of only 0-1000. Added checkbox for Animation for better UI {F8622012} File name doesn't contain frame name if no animation is being exported. Noticed that `source/blender/io/wavefront_obj/IO_wavefront_obj.h` is missing in the IDE's edited files list. So edited that in. |
June 15, 2020, 10:32 (GMT) |
GPencil: Fix compiler errors after merge |
June 15, 2020, 09:50 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
June 15, 2020, 09:49 (GMT) |
Merge branch 'master' into greasepencil-object |
June 15, 2020, 09:40 (GMT) |
Merge branch 'master' into cycles_texture_cache |
June 15, 2020, 09:19 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
June 15, 2020, 08:43 (GMT) |
Cleanup: unused headers, minor edits in comments Since fstream was removed, these headers are useless here. |
June 15, 2020, 08:31 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
June 15, 2020, 08:30 (GMT) |
Merge branch 'master' into greasepencil-object |
June 15, 2020, 08:04 (GMT) |
Export multiple frames to separate files. Frame 20 with mentioned filename `name` is exported to `name020.obj` It should be modified to exclude cases when a single frame is being exported to avoid overwriting what the user intended to name it. Also a filter is added to include only OB_MESH type objects for export. The limits on frames can be changed, the current limits are like this: Let's say unknowingly, the user selects the maximum 1000 frames & every file is 1 MB in size. That will quickly fill up 1 GB on the disk. More frames add to this risk. |
Revision 3229939 by TempoDev (soc-2020-custom-menus) June 14, 2020, 21:36 (GMT) |
Custom Menu: fix display error, operator editor |
June 14, 2020, 14:44 (GMT) |
Added unique name parameter for modifiers as well as MeshTest class |
June 14, 2020, 11:58 (GMT) |
Fixed bug for some binary boolean ops. Fixed a memory leak. Now the basic binary booleans work from the tool (not the modifier). Still to do: (1) coplanar and non-connected-component cases; (2) dissolve triangulation lines and new verts due only to them; (3) properly transfer mesh attributes from old to new; (4) hook up to modifier; (5) attention to and tuning of performance. |
June 14, 2020, 11:34 (GMT) |
GPencil: Apply all GSoC changes |
June 14, 2020, 11:28 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
June 14, 2020, 11:24 (GMT) |
GPencil: Refactor BKE_gpencil_selected_strokes_editcurve_update |
June 14, 2020, 11:24 (GMT) |
GPencil: Fix selection of BezTriple |
|
|
|


Master Commits
MiikaHweb | 2003-2021