Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to pr-collection-object-hash at ideasman42/blender 2023-02-19 05:47:16 +01:00
bc06586a34 Fix crash found when running tests (import_ply_cube failed for e.g.)
960e11887d Updates based on review (will be squished)
3b29b99b90 Address review (this commit will be squished)
a127d2ecaa Use hash for Collection.gobject lookup, speedup object linking
e61566137b Merge branch 'blender-v3.5-release'
Compare 90 commits »
Campbell Barton commented on issue blender/blender#96255 2023-02-18 12:47:02 +01:00
Node socket click detection is broken in some cases

@Limteng could you open a new report please which exact steps to redo (reference this report).

Campbell Barton closed issue blender/blender#104817 2023-02-18 06:46:21 +01:00
Regression: Drawing bug of the Camera Lens gizmo when using the 3D Viewport Axis
Campbell Barton pushed to main at blender/blender 2023-02-18 06:46:21 +01:00
e61566137b Merge branch 'blender-v3.5-release'
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
Compare 2 commits »
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-02-18 06:44:07 +01:00
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
Campbell Barton closed issue blender/blender#93594 2023-02-18 06:04:11 +01:00
Regression: Header transform options hide on modal operation
Campbell Barton commented on issue blender/blender#93594 2023-02-18 06:04:10 +01:00
Regression: Header transform options hide on modal operation

Closing this report as this isn't a mistake or error in the code, it's a request to make the UI work as it used to which is understandable but not something we handle as a bug in the tracker.

Campbell Barton pushed to main at blender/blender 2023-02-18 04:34:20 +01:00
be9104f7aa Cleanup: spelling, capitalize tags, use C-style comments & clarification
Campbell Barton pushed to main at blender/blender 2023-02-18 04:23:18 +01:00
6bd058189c Cleanup: quiet mypy warnings
162e6c7951 Fix error in project_info when make wasn't found
da9dff053e Build: fix error building xvidcore on Linux
Compare 3 commits »
Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

Worth mentioning the name is to be unique, and I think it would be best to make this non-empty too (details in other comment).

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

If DEFAULT or an empty string is passed in, use a fallback name such as "Untitled" or "Path", this avoids having to account for unlikely corner cases - maybe the user has a points to a script dir called DEFAULT and gets an error in the operator.

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

newer autopep8 removes parenthesis after assert (they're not needed), so prefer not to add them.

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

newer autopep8 removes parenthesis after assert (they're not needed), so prefer not to add them.

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

Should read "Returns a list of user preference script directories." or similar.

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

This comment can be removed and a deprecation warning can be shown, e.g.

Campbell Barton commented on pull request blender/blender#104876 2023-02-18 02:23:19 +01:00
Python: Support multiple custom script directories in Preferences

picky assign a value and avoid accessing script_directory.directory twice.

Campbell Barton commented on pull request blender/blender#104463 2023-02-17 13:24:42 +01:00
Shape Keys: support locking to protect from accidental editing.

This raises some questions that I'd be interested to hear feedback from artists in the Blender studio.

  • Firstly is this needed, is this something many users who frequently use shape-keys would…
Campbell Barton pushed to main at blender/blender 2023-02-17 11:19:35 +01:00
bf7ccd43ca Cleanup: use PI and PI/2 in compatible_eul
773903f43c Docs: add doc-string for compatible_eul & improve code-comments
Compare 2 commits »
Campbell Barton deleted branch pr-euler-compat from ideasman42/blender 2023-02-17 09:53:25 +01:00