Proportional Edit Influence Circle is Always draw in Origin in Projected 2D Mode #58882

Closed
opened 2018-12-06 18:53:08 +01:00 by Juan Mendoza · 8 comments

System Information
Operating system: Win7 X64
Graphics card: Nvidia GTX 710

Blender Version
Broken: blender-2.80.0-git.1fa527bfa3a
Worked: (optional): None , all versions i have tested of 2.80 in the last 2 months have this issue

blender_2018-12-06_11-51-45.png

**System Information** Operating system: Win7 X64 Graphics card: Nvidia GTX 710 **Blender Version** Broken: blender-2.80.0-git.1fa527bfa3a Worked: (optional): None , all versions i have tested of 2.80 in the last 2 months have this issue ![blender_2018-12-06_11-51-45.png](https://archive.blender.org/developer/F5859639/blender_2018-12-06_11-51-45.png)
Author

Added subscriber: @juaninskirt

Added subscriber: @juaninskirt
Campbell Barton was assigned by Sebastian Parborg 2018-12-07 12:23:15 +01:00
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Cannot reproduce here (as of 9c97170bba)

Maybe a misunderstanding? maybe it has been fixed along the way?
#58882.blend

  • @juaninskirt, zeddb: Does this happen in this file for you?

Marking as incomplete until we have an answer...

Cannot reproduce here (as of 9c97170bba) Maybe a misunderstanding? maybe it has been fixed along the way? [#58882.blend](https://archive.blender.org/developer/F5991060/T58882.blend) - @juaninskirt, zeddb: Does this happen in this file for you? Marking as incomplete until we have an answer...
Campbell Barton was unassigned by Philipp Oeser 2018-12-19 09:11:40 +01:00
Philipp Oeser self-assigned this 2018-12-19 09:11:40 +01:00
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

This comment was removed by @lichtwerk

*This comment was removed by @lichtwerk*

This issue was referenced by 684898cfbf

This issue was referenced by 684898cfbf0e2c658e0c5c6fd564668ef791feee
Member

OK, had a look and it looks like the TransInfo->center_global is not calculated [this is taken as a center e.g. for drawing]
Now, why is this the case?

calculateCenter()skips calculateCenter_FromAround() here because T_OVERRIDE_CENTER flag is set.
Now, why is this the case?
Looks like we have a double usage of that define:

  • 7021251043 (from 2013) had #define T_PROP_PROJECTED (1 << 25) [this was not added at the bottom -- I guess to stay in context to previous flags...]
  • a520e7c85c (from 2017) also did #define T_OVERRIDE_CENTER (1 << 25)

Think D4100 fixes it

OK, had a look and it looks like the `TransInfo->center_global` is not calculated [this is taken as a center e.g. for drawing] Now, why is this the case? `calculateCenter()`skips `calculateCenter_FromAround()` [here ](https://developer.blender.org/diffusion/B/browse/blender2.8/source/blender/editors/transform/transform_generics.c$2081) because `T_OVERRIDE_CENTER` flag is set. Now, why is this the case? Looks like we have a double usage of that define: - 7021251043 (from 2013) had `#define T_PROP_PROJECTED (1 << 25)` [this was not added at the bottom -- I guess to stay in context to previous flags...] - a520e7c85c (from 2017) also did `#define T_OVERRIDE_CENTER (1 << 25)` Think [D4100](https://archive.blender.org/developer/D4100) fixes it
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#58882
No description provided.