Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(579)

Issue 5431052: Implement "clear" method for most of collections (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by sergey.vfx
Modified:
10 years, 7 months ago
Reviewers:
bf-codereview
CC:
ideasman42
Base URL:
https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Visibility:
Public.

Description

This patch just adds .clear() method to most of RNA collections such as modifiers list, vertex groups and so. Method is NOT added to: - Collections which doesn't have new/remove methods, also not added to collections which have got new/remove commented in code. - The whole animation-specific module. It's a bit complicated data structure here, prefer to spend more time on this and make more tests.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -11 lines) Patch
source/blender/editors/include/ED_mesh.h View 1 chunk +1 line, -0 lines 0 comments Download
source/blender/editors/include/ED_object.h View 1 chunk +1 line, -0 lines 0 comments Download
source/blender/editors/include/ED_view3d.h View 1 chunk +1 line, -0 lines 0 comments Download
source/blender/editors/object/object_modifier.c View 4 chunks +53 lines, -8 lines 0 comments Download
source/blender/editors/object/object_vgroup.c View 1 chunk +17 lines, -0 lines 0 comments Download
source/blender/editors/space_view3d/view3d_edit.c View 2 chunks +14 lines, -1 line 0 comments Download
source/blender/makesrna/intern/rna_curve.c View 2 chunks +16 lines, -0 lines 0 comments Download
source/blender/makesrna/intern/rna_meta.c View 2 chunks +16 lines, -2 lines 0 comments Download
source/blender/makesrna/intern/rna_nodetree.c View 6 chunks +48 lines, -0 lines 0 comments Download
source/blender/makesrna/intern/rna_object.c View 6 chunks +37 lines, -0 lines 0 comments Download
source/blender/makesrna/intern/rna_scene.c View 3 chunks +18 lines, -0 lines 0 comments Download
source/blender/makesrna/intern/rna_space.c View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 1
sergey.vfx
12 years, 5 months ago (2011-11-23 12:21:25 UTC) #1

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b