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
2022-05-03Cleanup: use context.temp_overrideCampbell Barton
Remove use of deprecated operator context passing. Also minor clarification in the context.temp_override docs.
2022-04-19Cleanup: run autopep8 on release/scripts/startup/Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
Use a shorter/simpler license convention, stops the header taking so much space. Follow the SPDX license specification: https://spdx.org/licenses - C/C++/objc/objc++ - Python - Shell Scripts - CMake, GNUmakefile While most of the source tree has been included - `./extern/` was left out. - `./intern/cycles` & `./intern/atomic` are also excluded because they use different header conventions. doc/license/SPDX-license-identifiers.txt has been added to list SPDX all used identifiers. See P2788 for the script that automated these edits. Reviewed By: brecht, mont29, sergey Ref D14069
2021-11-04Revert "GPencil: Change default template for better contrast in header"Antonio Vazquez
This reverts commit 5d42ea036999a7e82dbc03947968f4ad61093d06.
2021-09-30GPencil: Change default template for better contrast in headerAntonio Vazquez
Patch created by Pablo Vazquez This change darkens the header area a bit to create more contrast with the texts. Differential Revision: https://developer.blender.org/D12711
2021-09-02GPencil: Change default Scale Thickness to True in 2D templateAntonio Vazquez
This parameter is more logic as true because is better scale thickness when the size of the stroke changes. Reviewed by: @mendio @pepeland
2021-08-25VSE: Set default sound and video export formatRichard Antalik
Use video format for export instead of image sequence. Settings are same as defined in h264_in_MP4 preset. Sound default is AAC with 256kbit bitrate. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D7916
2021-08-09Cleanup: grease pencil app-template versioningCampbell Barton
- Remove check for screens being None as this would raise an error. - Replace loop over `area.spaces` with `area.spaces.active`. - Loop over grease pencil data directly instead of accessing through the scenes objects. - Split versioning into functions. - Use `update_factory_startup_*` prefix for function names as this isn't versioning existing files.
2021-08-09Cleanup: avoid using context in versioning codeCampbell Barton
Also extract versioning into a function that makes it's purpose clear.
2021-06-15Cleanup: unused argument & variable warningsCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2021-03-04GPencil: Implement Autokey button for Draw/Edit and Sculpt modeAntonio Vazquez
Now, if the Autokey is not enabled, a new frame is not created and it is used the last active one. If no active frame, a message is displayed and the operation is canceled. This is a common request for 2D artists. Also, grease pencil was not working as Blender does in other areas. Reviewed By: pepeland Differential Revision: https://developer.blender.org/D10557
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-08-19GPencil: Change default Onion Keyframe mode to ALLAntonio Vazquez
Now by default the selection mode is All keyframes types. Also removed the icon for All option and renamed from `All Types`to `All`. UI review by @pablovazquez
2020-05-14GPencil: Add licence text at headerAntonio Vazquez
2020-05-14GPencil: Changes in 2D templateAntonio Vazquez
Differential Revision: https://developer.blender.org/D7619
2019-05-22Templates: updated 2D animation templateBrecht Van Lommel
From the grease pencil team.
2019-04-09Cleanup: styleCampbell Barton
2018-12-31Templates: tweaks to startup templates.Brecht Van Lommel
* 2D Animation: lots of changes from the grease pencil team. Properties editor layouts, brush and material settings, and more. * 3D Viewport: wireframes set to 1.0. * World: use nodes by default. * Node Editor: use narrow toolbar.
2018-12-12Templates: remove redundant directory initCampbell Barton
This is now handled when versioning all startups.
2018-12-07Add license headers for app-templatesCampbell Barton
2018-12-07Fix T58897: Show folders in video editing templateCampbell Barton
Show folders and start in the users home.
2018-11-30Fix sculpt app-template editing the users startupCampbell Barton
2018-11-29Templates: tweak sculpt to work w/o opensubdivCampbell Barton
2018-10-16Templates: updated 2D animation template from grease pencil team.Brecht Van Lommel
2018-10-05Cleanup: styleCampbell Barton
2018-10-01Templates: tweaks to startup templates, add sculpting template.Brecht Van Lommel
2018-09-28Templates: tweaks to 2D animation template from grease pencil team.Brecht Van Lommel
2018-09-18Workspaces: move 2D Animation, VFX and Video workspaces into own templates.Brecht Van Lommel
These can now be acessed from the File > New, Ctrl+N, or the splash screen. Since these are application templates, users can save a separate startup.blend for each. User preferences are shared between these templates though. This also fixes some issues in the default startup.blend (triangulated cube..). Differential Revision: https://developer.blender.org/D3690