Revision 0972c42 by Jonathan Williamson 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 |
Revision fed1b8b by Campbell Barton February 2, 2014, 15:46 (GMT) |
Code cleanup: suffix vars to make obvious they are squared |
Revision dda6337 by Andrea Weikert 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 |
Revision a169989 by Tamito Kajiyama 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). |
Revision 41d778f by Tamito Kajiyama February 2, 2014, 13:05 (GMT) |
Docstring updates and code cleanup by flokkievids (Folkert de Vries). |
Revision bab88fe by Tamito Kajiyama February 2, 2014, 13:05 (GMT) |
Code cleanup (mostly indentation and white space). |
Revision e9e2813 by Tamito Kajiyama 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. |
Revision b58beed by Tamito Kajiyama February 2, 2014, 13:05 (GMT) |
Imported D222 Diff 2 (ID 781) by flokkievids (Folkert de Vries). |
Revision 41cc86a by Campbell Barton February 2, 2014, 10:33 (GMT) |
Add include needed for clang, quiet warning |
Revision 42b68c2 by Campbell Barton February 2, 2014, 06:41 (GMT) |
BMesh: optimize loop_find_regions, reserve array size |
Revision b4ae05e by Campbell Barton February 2, 2014, 06:09 (GMT) |
BMesh: optimize lookups for triangle fill |
Revision c4345a8 by Campbell Barton February 2, 2014, 06:08 (GMT) |
Smallhash: add reserve option to avoid resizing when size is known |
Revision dcd90d6 by Campbell Barton 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 |
Revision 7c9b106 by Campbell Barton 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. |
Revision a1a0ebb by Campbell Barton February 1, 2014, 15:24 (GMT) |
Code cleanup: use length squared where possible |
Revision 798e684 by Campbell Barton February 1, 2014, 15:24 (GMT) |
Math lib: simplify size_to_mat4 and use in b_bone_spline_setup |
Revision 5fce345 by Campbell Barton February 1, 2014, 15:24 (GMT) |
Math lib: add axis_angle_normalized_to_quat, use when length is known |
Revision a9e7c7b by Bastien Montagne 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) |
Revision 62a3fe2 by jens verwiebe January 31, 2014, 19:56 (GMT) |
Fix player stub after type change |
|
|
|


Master Commits
MiikaHweb | 2003-2021