Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender-dev-tools 2023-02-09 04:36:17 +01:00
3282cc076a Cleanup: update username campbellbarton -> ideasman42
b970e1ede4 Fix the default destination path for rna_manual_reference_updater.py
Compare 2 commits »
Campbell Barton suggested changes for blender/blender#104491 2023-02-09 04:03:11 +01:00
RNA reference mapping: generate manual prefix based on current lang

This patch in it's current form doesn't seem to do anything useful.

Campbell Barton commented on pull request blender/blender#104491 2023-02-09 01:37:00 +01:00
RNA reference mapping: generate manual prefix based on current lang

This kind of information should be included in comments, also - importing then deleting from sys.modules is not great, committed 9fd71d470e5bebf12029acb770f3ab7620b418d3 to improve the…

Campbell Barton pushed to main at blender/blender 2023-02-09 01:34:46 +01:00
0381fe7bfe Cleanup: update username in code-comments: campbellbarton -> ideasman42
5f842ef336 Cleanup: spelling in comments
5b110548eb Cleanup: enum conversion compiler warnings
9fd71d470e PyAPI: minor change to rna_manual_reference loading
Compare 4 commits »
Campbell Barton commented on pull request blender/blender#104491 2023-02-09 00:47:52 +01:00
RNA reference mapping: generate manual prefix based on current lang

Double quotes for non-enums.

Campbell Barton commented on pull request blender/blender#104491 2023-02-09 00:45:36 +01:00
RNA reference mapping: generate manual prefix based on current lang

In general avoid mixing in unrelated changes, it complicates review and means the reviewer needs to guess at why a change was made that isn't related to the patch description.

The intent was to…

Campbell Barton approved blender/blender#104458 2023-02-08 23:51:06 +01:00
Cycles: update Intel Graphics Compiler to 1.0.13064.7 on Linux

The patch works well, all tests are passing.

Campbell Barton commented on issue blender/blender#39094 2023-02-08 23:40:14 +01:00
jittery display when using mouse drag with Continuous Drag ON

@mattli911 best open a new report with exact details on what happens.

Also, be sure to check a daily build as well as the latest stable.

Campbell Barton commented on pull request blender/blender#104453 2023-02-08 23:30:37 +01:00
Sequencer: Don't create undo step when click-select does nothing

To avoid this use git commit -a instead of git commit ..

Campbell Barton commented on pull request blender/blender#104458 2023-02-08 11:39:57 +01:00
Cycles: update Intel Graphics Compiler to 1.0.13064.7 on Linux

Checking the patch now (was there some review struggle-session going on? :) )

Campbell Barton commented on issue blender/blender#104387 2023-02-08 11:17:29 +01:00
extrusion and bevel values have no effect in certain splines

i thought it was a 3.4.1 problem, not a 3.3.3 problem.

apol extrud.blend is loading in Blender 3.4 and main branch. How do you make this fail?

Campbell Barton commented on pull request blender/blender#104417 2023-02-08 10:56:47 +01:00
Mesh: Remove unnecessary edge draw flag

Works well, my only concern is that none of these assignments are re-using existing memory where flags have existing values, where edge.flag = ME_EDGEDRAW; should be replaced by edge.flag = 0;

Campbell Barton commented on pull request blender/blender#104453 2023-02-08 10:27:35 +01:00
Sequencer: Don't create undo step when click-select does nothing

Since this is intended to track change, this should only be set if the flags changed.

Campbell Barton commented on pull request blender/blender#104453 2023-02-08 10:27:35 +01:00
Sequencer: Don't create undo step when click-select does nothing

Many operators track changes, the convention is to name this changed.

Campbell Barton commented on pull request blender/blender#104453 2023-02-08 10:27:35 +01:00
Sequencer: Don't create undo step when click-select does nothing

This needs change should not be included.

Campbell Barton commented on pull request blender/blender#104453 2023-02-08 10:27:34 +01:00
Sequencer: Don't create undo step when click-select does nothing

Use C-style comments for comment blocks.