Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2965 / 5574

February 2, 2014, 17:05 (GMT)
Update Object Mode Toolbar Tabs

This updates the object mode toolbar tabs to reflect the rationale from the Edit Mode tabs.
- Rename "Basic" to "Tools"
- Put "Transform" into it's own panel within Tools
- Also rename Edit Mode "Mesh Tools" to "Tools" for consistency and shorter names
- Ensure Tools tabs are in same location between Edit and Object modes
- Remove redundant "Transform" label from Transform panel
February 2, 2014, 15:46 (GMT)
Code cleanup: suffix vars to make obvious they are squared
February 2, 2014, 13:40 (GMT)
Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008)

Added some relevant #defines copied from externlibmvthird_partymsinttypes to BLI_sys_types.h so they can be used in blenlib. Made smallhash.c use the BLI_sys_types.h include rather than including <stdint.h> directly
February 2, 2014, 13:05 (GMT)
Freestyle: Fix for iterations over 0D elements in the reversed order.

The revision is concerned with Interface0DIterator and StrokeVertexIterator.
These iterators can be generated by Interface1D::vertices_end() and
Stroke::stroke_vertices_end(), respectively. These methods return an
iterator poinitng the next index of the last 0D element (i.e., iterator's is_end
property is true). When the iterators created in this way are used with
Python's iterator protocol (e.g., in a for-loop), iterations over 0D elements
are automatically performed in the reversed order. This functionality was
broken after recent revisions concerning Freestyle iterators.

Also made minor code cleanup (white space).
February 2, 2014, 13:05 (GMT)
Docstring updates and code cleanup by flokkievids (Folkert de Vries).
February 2, 2014, 13:05 (GMT)
Code cleanup (mostly indentation and white space).
February 2, 2014, 13:05 (GMT)
Fix for iterators' at_start flag left unset in C++ to Python conversion utility functions.
Also changed the type of the 'reversed' flag from int to bool.
February 2, 2014, 13:05 (GMT)
Imported D222 Diff 2 (ID 781) by flokkievids (Folkert de Vries).
February 2, 2014, 10:33 (GMT)
Add include needed for clang, quiet warning
February 2, 2014, 06:41 (GMT)
BMesh: optimize loop_find_regions, reserve array size
February 2, 2014, 06:09 (GMT)
BMesh: optimize lookups for triangle fill
February 2, 2014, 06:08 (GMT)
Smallhash: add reserve option to avoid resizing when size is known
February 2, 2014, 05:24 (GMT)
Smallhash: fixes/improvements

- use magic numbers based on uintptr max, not uint max, to avoid possible collisions with real pointer values on 64bit systems.
- comment BLI_smallhash_remove for now, its not used.
- added smallhash_val_is_used replacing ELEM() checks
- updated docs
February 1, 2014, 15:24 (GMT)
Smallhash: optimizations

- remove static array used only for copying (use alloca on resize)
- set SMSTACKSIZE to one of the values in 'hashsizes' since the full available size was never used.
- ensure ~1.5x as many buckets as entries, was 3x which caused malloc's quite early on.
February 1, 2014, 15:24 (GMT)
Code cleanup: use length squared where possible
February 1, 2014, 15:24 (GMT)
Math lib: simplify size_to_mat4 and use in b_bone_spline_setup
February 1, 2014, 15:24 (GMT)
Math lib: add axis_angle_normalized_to_quat, use when length is known
February 1, 2014, 14:06 (GMT)
Fix T38432, Fix 38432: more stupid error in view3d ray code, sorry about that.
Revision 1ff299b by Sv. Lockal
February 1, 2014, 10:07 (GMT)
Cycles: less instructions for CPU perlin code

Also move shuffle() in bvh traversal back (was accidentally lost in SSE hair revert)
January 31, 2014, 19:56 (GMT)
Fix player stub after type change
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021