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-08-29Update RNA to User manual mappingsAaron Carlisle
2022-08-25Update liboverride operators to manual mapping.Bastien Montagne
2022-08-16LibOverride: Tweaks to new menus in Outliner.Bastien Montagne
Also add new outliner liboverride operators mapping to the manual, though this is useless currently as this feature is not working in many part of the UI, including the Outliner contextual menu.
2022-08-10Update RNA to User manual mappingsAaron Carlisle
2022-07-23Update RNA to User manual mappingsAaron Carlisle
2022-06-19Update RNA Manual ReferencesAaron Carlisle
2022-04-21Cleanup: explicitly disable autopep8 for rna_manual_referenceCampbell Barton
Currently the "exclude" option for autopep8 isn't as reliable as it should be since passing in absolute paths to autopep8 causes the paths not to match. See: D14686 for details. So explicitly disable autopep8 in this generated file (the generator has already been updated). Also use spaces for indentation otherwise autopep8 re-indents them. This seems like a bug in autopep8 since it's changing lines with autopep8 disabled. Use a workaround instead of looking into a fix since it's simpler for all our Python files to use spaces instead of tabs and there isn't much benefit mixing indentation for scripts.
2022-04-11Update RNA to user manual referencesAaron Carlisle
2022-03-24Outliner: Remove list of library overrides from general display modesJulian Eisel
There is a dedicated Library Override display mode now, and showing these elsewhere just adds noise and makes the code problematic to maintain (since the same element hierarchy will be used in two entirely different contexts). The corresponding filter settings are removed too. Part of T95802. Reviewed by: Bastien Montagne Differential Revision: https://developer.blender.org/D14411
2022-02-23Cleanup: Simplify manual url version handlingAaron Carlisle
Recently we changed the build pipeline to always create a version number in the url and point 'dev' to the latest version rather than creating the version number url once we release. This makes the check to `bpy.app.version_cycle` unnecessary.
2022-02-23Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-02-23Update RNA to user manual mapping fileAaron Carlisle
2022-02-11File headers: add license to Python scriptsCampbell Barton
2022-02-07Fix missing removal of proxy references in py scripts.Bastien Montagne
Reported by studio (Hjalti), thanks.
2022-02-02Remove operators to manually convert proxies to liboverrides.Bastien Montagne
Now that proxy conversions if enforced, those operations are not useful anymore. Part of T91671.
2022-01-25Cycles: add Point Info nodeBrecht Van Lommel
With (center) position, radius and random value outputs. Eevee does not yet support rendering point clouds, but an untested implementation of this node was added for when it does. Ref T92573
2021-12-25Update RNA to user manual mapping fileAaron Carlisle
2021-11-18Fix T92442: undo removal of Eevee cryptomatte accurate mode optionBrecht Van Lommel
The Cycles accurate mode was removed, but the Eevee option for this has a different meaning and should not have been removed. The Eevee accurate makes cryptomatte accumulate for every sample, which Cycles has always done regardless of any option.
2021-11-06Update RNA to user manual url mappingsAaron Carlisle
2021-09-27Update RNA to user manual url mappingsAaron Carlisle
2021-09-24LibOverride: deprecate Proxies: Remove 'Make Proxy' operator.Bastien Montagne
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
This includes much improved GPU rendering performance, viewport interactivity, new shadow catcher, revamped sampling settings, subsurface scattering anisotropy, new GPU volume sampling, improved PMJ sampling pattern, and more. Some features have also been removed or changed, breaking backwards compatibility. Including the removal of the OpenCL backend, for which alternatives are under development. Release notes and code docs: https://wiki.blender.org/wiki/Reference/Release_Notes/3.0/Cycles https://wiki.blender.org/wiki/Source/Render/Cycles Credits: * Sergey Sharybin * Brecht Van Lommel * Patrick Mours (OptiX backend) * Christophe Hery (subsurface scattering anisotropy) * William Leeson (PMJ sampling pattern) * Alaska (various fixes and tweaks) * Thomas Dinges (various fixes) For the full commit history, see the cycles-x branch. This squashes together all the changes since intermediate changes would often fail building or tests. Ref T87839, T87837, T87836 Fixes T90734, T89353, T80267, T80267, T77185, T69800
2021-09-20Update RNA to user manual url mappingsAaron Carlisle
2021-09-14Update RNA to User Manual MappingsAaron Carlisle
2021-07-20Docs: Update RNA to user manual mappingsAaron Carlisle
2021-06-23RNA Manual Reference: Update Mapping FileAaron Carlisle
2021-05-28Merge branch 'blender-v2.93-release'Aaron Carlisle
2021-05-28Docs: Update RNA to User Manual mappingsAaron Carlisle
2021-05-07Update RNA to User Manual mappingAaron Carlisle
2021-05-04Docs: "File > External Data pack operator" lookup for the manualDalai Felinto
2021-04-27Update RNA/User Manual MappingsAaron Carlisle
2021-03-23Update RNA to Manual MapAaron Carlisle
2021-02-13RNA Manual Reference: Update mappingsAaron Carlisle
2021-01-27RNA Manual Reference: Update MappingsAaron Carlisle
2021-01-03Update RNA to manual url mappingsAaron Carlisle
2020-11-30RNA Manual Reference: UpdateAaron Carlisle
2020-11-04Update RNA to Manual mappingAaron Carlisle
2020-10-23RNA Manual Map: Update mappings for latest manualAaron Carlisle
2020-10-05UI: Changes to Viewport Display UI of Volume Object and FluidSriharsha Kotcharlakot
- Density, interpolation and slicing options in Volume Object's Viewport Display are now not aligned to each other as they are not closely related. - Changed the enum property for slicing ('Method') to a boolean property 'Slice' and added a sub-panel for slicing options under the 'Viewport Display' panel in Volume Object and Fluid for better clarity. - Renamed `axis_slice_method` to `use_slice` in the python API for Volume Object and Fluid. Reviewed By: brecht Differential Revision: https://developer.blender.org/D9097
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
All the changes made in the branch `soc-2020-fluid-tools` are included in this patch. **Major changes:** === Viewport Display === - //Raw voxel display// or //closest (nearest-neighbor)// interpolation for displaying the underlying voxel data of the simulation grids more clearly. - An option to display //gridlines// when the slicing method is //single//. ==== Grid Display ==== - Visualization for flags, pressure and level-set representation grids with a fixed color coding based on Manta GUI. ==== Vector Display ==== - //**M**arker **A**nd **C**ell// grid visualization options for vector grids like velocity or external forces. - Made vector display options available for external forces. ==== Coloring options for //gridlines// ==== - Range highlighting and cell filtering options for displaying the simulation grid data more precisely. - Color gridlines with flags. - Also, made slicing and interpolation options available for Volume Object. Reviewed By: JacquesLucke, sebbas Differential Revision: https://developer.blender.org/D8705
2020-09-08Revert "Revert "RNA Manual Mapping: Update Mappings""Clément Foucault
This reverts commit de5930333bcd85ede44d6cd1e117b00e5051b728.
2020-09-08Revert "RNA Manual Mapping: Update Mappings"Clément Foucault
This reverts commit f14d24729ff32edffd71b646712e59b640fcddd9. I commited the previous commit because I wasn't building with openvdb. Compiling with openvdb fix the clang-tidy errror.
2020-09-08RNA Manual Mapping: Update MappingsAaron Carlisle
2020-08-20Docs: Update BPY to manual mappingsAaron Carlisle
2020-07-27RNA to Manual: Update linksAaron Carlisle
2020-07-05RNA Manual Reference: Update linksAaron Carlisle
2020-05-14Update RNA Manual References after camera fixDalai Felinto
There was no link to the base camera* properties (e.g., lens).
2020-04-15Update RNA Manual ReferencesAaron Carlisle
2020-04-08Fix manual reference error after removal of use_international_fontsBrecht Van Lommel
2020-04-07UI: rename 'smoothen' to 'smooth'Campbell Barton
Other smooth operators use term 'smooth'.