object select by similar color and polygon count range #41774

Closed
opened 2014-09-10 19:16:00 +02:00 by Danyang Yi · 6 comments

The select_grouped(type='COLOR')'s 'COLOR' is Object Color. not diffuse color(The looks like one).
ref: https://developer.blender.org/T41559

So. I DIY one: object select by similar color and polygon count range.

Chinese:
依据颜色差异 与 面数差异 在可见物体中 选择。

object_select_by_similar_color.py

The select_grouped(type='COLOR')'s 'COLOR' is Object Color. not diffuse color(The looks like one). ref: https://developer.blender.org/T41559 So. I DIY one: object select by similar color and polygon count range. Chinese: 依据颜色差异 与 面数差异 在可见物体中 选择。 [object_select_by_similar_color.py](https://archive.blender.org/developer/F109787/object_select_by_similar_color.py)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Danyang Yi self-assigned this 2014-09-10 19:16:00 +02:00
Author

Added subscriber: @yang2018

Added subscriber: @yang2018
Member

Added subscriber: @xuekepei

Added subscriber: @xuekepei

Added subscriber: @ideasman42

Added subscriber: @ideasman42

New additions to select grouped should be added along-side existing options (in C), adding a script with some more options wont integrate well.

Also - using active material color seems a bit arbitrary. (the material you last selected in the material editor - can be different for objects even if they have the same combinations of materials)

New additions to select grouped should be added along-side existing options (in C), adding a script with some more options wont integrate well. Also - using active material color seems a bit arbitrary. (the material you last selected in the material editor - can be different for objects even if they have the same combinations of materials)

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sign in to join this conversation.
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-addons#41774
No description provided.