CIA.vc
Blender
the free open source 3D content creation suite
Stats » Projects » Blender
information
Photo
Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.
syndicateUTC clock
18:38 on Feb 12, 2012
event counters
The last message was received 8.28 months ago at 09:16 on Jun 09, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
22143 messages since the first one, 3.8 years ago, for an average of 1.5 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
08:58 on Jun 09, 2011Blender
Commit by campbellbarton :: r37330 /trunk/blender/source/blender/makesrna/intern/ (3 files): (link)

RNA properties - expose values as radians rather then degrees

  • sequencer wipe angle
  • mesh autosmooth
  • bevel modifier angle
  • edge split angle
#
07:40 on Jun 09, 2011Blender
Commit by campbellbarton :: r37329 /trunk/blender/source/blender/editors/interface/interface.c: (link)
use a better method for finding the precision to use for float buttons, about 4x faster to calculate and will show for eg, 0.0108 rather than 0.01, but 0.0100001 still displays as 0.01.
#
04:28 on Jun 09, 2011Blender
Commit by campbellbarton :: r37328 /trunk/blender/source/blender/blenloader/intern/readfile.c: (link)

fix [#27616] Appending an object from a file brings all existing group links to scene
When appending from a blend file which had an object already linked, _but_ was not in any scenes.

  • the linked object would be instanced.
#
03:56 on Jun 09, 2011Blender
Commit by campbellbarton :: r37327 /trunk/blender/source/blender/editors/ (4 files in 2 dirs): (link)
[#27615] Box select of mesh object disabled or translated due to curve object

ED_view3d_init_mats_rv3d was calling glMultMatrixf() which was mostly harmless but could also lead to confusing bugs (2 reported previously).
Looked into this and every call to ED_view3d_init_mats_rv3d except for object drawing, doesn't need this so made a second version of ED_view3d_init_mats_rv3d - ED_view3d_init_mats_rv3d_gl which does the matrix multiplication, remove confusing checks in selection code.
#
02:47 on Jun 09, 2011Blender
Commit by campbellbarton :: r37326 /trunk/blender/source/blender/ (2 files in 2 dirs): (link)
add foreachIDLink function for cloth, remove cloth specific newlibadr calls in readfile.
#
23:36 on Jun 08, 2011Blender
Commit by blendix :: r37325 /branches/cycles/source/blender/editors/interface/interface_widgets.c: (link)
Cycles UI: bring default theme colors in line with startup.blend.
#
23:36 on Jun 08, 2011Blender
Commit by blendix :: r37324 /branches/cycles/ (49 files in 10 dirs): (link)
Cycles: texture tab in properties editor now shows dropdown for selecting
texture users in the context. It's only useful for modifiers and brushes
at the moment, not for shading nodes as using texture datablocks there is
not yet supported.
#
18:48 on Jun 07, 2011Blender
Commit by campbellbarton :: r37304 /trunk/blender/source/blender/editors/object/object_vgroup.c: (link)
mistake in last commit
#
18:34 on Jun 07, 2011Blender
Commit by campbellbarton :: r37303 /trunk/blender/source/blender/ (3 files in 3 dirs): (link)
draw sequences with invalid effect frame ranges pink to highlight they are invalid and wont render.
#
18:04 on Jun 07, 2011Blender
Commit by campbellbarton :: r37302 /trunk/blender/source/blender/editors/ (3 files in 3 dirs): (link)

fix for vertex group copy to selected

  • was using un-initialized stack memory if the source / target object had no vertex group.
  • if the target object had no vertex groups it would fails silently (not a bug but not very good functionality)
  • added an error message if any copying fails.
#
17:59 on Jun 07, 2011Blender
Commit by jason_hays22 :: r37301 /branches/soc-2011-radish/source/blender/editors/ (2 files in 2 dirs): (link)
editarmature.c and paint_vertex.c
I added the first version of multi-bone selection for faster, temporary locking/unlocking; right now, if multiple bones are selected, the selection is considered unlocked, despite any vgroup checkbox status.
Every other group is considered locked.

paint_vertex.c
A modified Auto Normalize was inserted to normalize the active group normally instead of locking the values: it was causing the active group to steal weights from locked groups if the active group had a weight of 1.0, and that destroyed the locked groups deformations.
#
17:21 on Jun 07, 2011Blender
Commit by elubie :: r37300 /branches/soc-2011-avocado/blender/ (8 files in 4 dirs): (link)
Code Review and mentoring commit:
1. We shouldn't change the Eigen3 library, otherwise we will have to redo all the changes each time we want to update to a newer version.
2. Added GPL headers
3. Removed code that was commented out. We usually don't leave commented code in, it clutters the code and the code is in svn anyway
4. Made a few suggestions for better naming and small things, search for TODO_SHUVRO in the files
#
16:47 on Jun 07, 2011Blender
Commit by campbellbarton :: r37299 /trunk/blender/source/blender/editors/transform/transform_conversions.c: (link)
fix for sequencer transform with effects strips where the effects could be moved to invalid times to avoid overlap but would immediately refresh back to overlapping locations after.
#
16:08 on Jun 07, 2011Blender
Commit by campbellbarton :: r37298 /trunk/blender/source/blender/python/intern/ (bpy_rna.c bpy_props.c bpy_rna.h): (link)
disable the readonly state while rna property callbacks run.
#
15:45 on Jun 07, 2011Blender
Commit by jwilkins :: r37297 /branches/soc-2011-onion/source/blender/editors/ (3 files in 2 dirs): (link)
== Pivot Last ==
Pivot last now works in vertex paint mode.

Generalized so that it works for any mode that uses paint stroke with a 'get_location' function, which is sculpt and vertex paint. Other paint modes should follow as things are generalized, but I'll make it work with the other modes if I can for now.
#
15:33 on Jun 07, 2011Blender
Commit by ton :: r37296 /trunk/blender/source/blender/editors/space_file/filesel.c: (link)
Fix: correct spacing for file select items, using font size + dpi.
#
10:54 on Jun 07, 2011Blender
Commit by campbellbarton :: r37295 /trunk/blender/ (4 files in 4 dirs): (link)
rna option not to save certain properties for redoing later, currently only used by operator presets.
#
09:35 on Jun 07, 2011Blender
Commit by campbellbarton :: r37294 /trunk/blender/source/blender/editors/transform/transform.c: (link)
fix for edge slide snapping values being incorrect (reported by Nether Hound).
Also dont call the value a 'Percent' and clamp the range displayed in the header.
snap range being
#
08:47 on Jun 07, 2011Blender
Commit by campbellbarton :: r37293 /trunk/blender/source/ (2 files in 2 dirs): (link)
update ctest md5sums for import/export to match changes to the scripts, also some minor formatting change for bpy_props.c
#
08:16 on Jun 07, 2011Blender
Commit by campbellbarton :: r37292 /trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_math.c: (link)
getting useful results out of the round compo node was tricky, use the second value to determine how much to round by (can be used like a posterize filter)
#