- 20 Jan, 2022 1 commit
-
-
Campbell Barton authored
-
- 24 Nov, 2021 2 commits
-
-
-
Dalai Felinto authored
Due to the revised add-on policy add-ons such as this should not be shipped with Blender since it needs to connect to an external commercial service.
-
- 25 Oct, 2021 1 commit
-
-
Ankit Meel authored
Ref D12890
-
- 06 Sep, 2021 1 commit
-
-
Aaron Carlisle authored
In rB4ddad5a7ee5d9c3245593c509714f8c1359f9342 the `RENDER_PT_dimensions` class was renamed to `RENDER._PT_format`
-
- 03 Aug, 2021 1 commit
-
-
Campbell Barton authored
This wasn't set as persistent, causing unregistration to fail.
-
- 30 Jul, 2021 2 commits
-
-
Campbell Barton authored
- Don't end descriptions with '.'. - Remove deprecated `GL_LINE_STIPPLE`.
-
Campbell Barton authored
-
- 19 Jul, 2021 1 commit
-
-
jim man authored
Use python3 syntax + remove some unessessary variables Reviewed By: campbellbarton Ref D11961
-
- 22 Jun, 2021 1 commit
-
-
Damien Picard authored
Make it single-column, displaying unit and more inline with the current Dimensions panel. Differential Revision: https://developer.blender.org/D11610 Reviewed By: Aaron Carlisle
-
- 26 May, 2021 1 commit
-
-
Leon Zandman authored
-
- 03 May, 2021 1 commit
-
-
NBurn authored
-
- 02 May, 2021 1 commit
-
-
NBurn authored
Reworking the last commit. Previous commit fixed rotation bug, but would freeze Blender when doing certain transforms with Exact Edit.
-
- 30 Apr, 2021 3 commits
-
-
NBurn authored
Fixing bug / regression that prevented possible new Free locations from being drawn when rotating out of a 'flat' angle.
-
NBurn authored
Fixing bad code logic preventing right mouse clicks from being passed through in certain circumstances when running Set Measure.
-
NBurn authored
Cleaning up comments and converting some into doc strings. Other minor code reorganization.
-
- 15 Apr, 2021 4 commits
- 14 Apr, 2021 1 commit
-
-
NBurn authored
-
- 30 Mar, 2021 1 commit
-
-
Damien Picard authored
In this mode, the "sensor" always takes the first sensor value, called sensor_height. But the "dimension" is either image height or width, whichever is greater. Reported by user ClumsyFingers on Blender Artists.
-
- 17 Mar, 2021 1 commit
-
-
Damien Picard authored
During implementation of D9556, the transformations for the objects were changed to accomodate new object types. This rendered the new exported files incompatible with old ones. This commit brings back compatibility while still allowing export of images and solids.
-
- 20 Feb, 2021 1 commit
-
-
Damien Picard authored
This squashed commit also: - sets the default AE comp name to the blend file name - reverts "io_export_after_effects: update to 2.8 T63856" (commit 5781362d) I don’t know what happened there, but it actually removed some features, most notably rBA31e5c6b9. - does a bit of cleanup, formatting, and refactoring: - include main() function in operator - use loop for prop animation writing - fix long-standing bug where spot lights wouldn't export cone angle and blend - simplify selection data structure
-
- 09 Dec, 2020 1 commit
-
-
Robert Guetzkow authored
In rBA6aa8e130eff59059886e203ff95221609f63b222 all occurrences of "lamp" where replaced with "light" which also accidentally renamed "clamp" to "clight". All incorrect usages of `clight` are replaced with `clamp` in this patch. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9783
-
- 16 Oct, 2020 1 commit
-
-
Campbell Barton authored
-
- 27 Sep, 2020 2 commits
-
-
Campbell Barton authored
Also remove time.clock use which isn't available in Python 3.8.
-
Campbell Barton authored
-
- 24 Sep, 2020 1 commit
-
-
Sebastian Sille authored
-
- 15 Jul, 2020 1 commit
-
-
Alexander Gavrilov authored
Specifying DATA was redundant anyway, as that was the default.
-
- 17 Jun, 2020 1 commit
-
-
CansecoGPC authored
-
- 15 Jun, 2020 1 commit
-
-
Sybren A. Stüvel authored
Two poll functions returned `context.active_object.animation_data` without checking whether `context.active_object` is `None` or not.
-
- 08 Jun, 2020 1 commit
-
-
Aaron Carlisle authored
-
- 05 Mar, 2020 4 commits
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- 01 Mar, 2020 1 commit
-
-
Brecht Van Lommel authored
-
- 17 Feb, 2020 2 commits
-
-
Jeroen Bakker authored
`invoke_popup` height parameter does not work and is deprecated. This hange will remove the usages of the parameter. I only found a single usage of the parameter Reviewed By: Jacques Lucke Differential Revision: https://developer.blender.org/D6693
-
Sybren A. Stüvel authored
The retargeting wasn't working any more, as the element-wise operator `*` was still in use. I replaced the matrix multiplications I could find, but there may be more hiding in a dark corner.
-