Revision f0b9a39 by Lukas Toenne November 26, 2011, 11:08 (GMT) |
Fix for linking cycles group nodes in the sidebar menu (bug #29403). The template for ntreeAddNode needs not only the node group pointer but also the NODE_GROUP id for the base type. |
Revision 8ab167d by Campbell Barton November 26, 2011, 05:10 (GMT) |
pass args as vectors to opengl functions where possible. |
Revision 6736576 by Campbell Barton November 26, 2011, 04:07 (GMT) |
replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAX |
Revision af7288c by Campbell Barton November 26, 2011, 03:13 (GMT) |
minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather than 3 float pointers. also make particle draw use a float vec. |
Revision 491526e by Campbell Barton November 26, 2011, 02:33 (GMT) |
add null check, crashes py 3.3 which isn't released but adding the check is harmless |
Revision f1996b5 by Campbell Barton November 25, 2011, 22:32 (GMT) |
fix in DM_to_mesh() for bmesh - would crash rendering NGons with cycles |
Revision 29b89cb by Sergey Sharybin November 25, 2011, 15:43 (GMT) |
Camera tracking: cleaned progress reporting stuff and made a bit more verbose |
Revision aff993d by Sergey Sharybin November 25, 2011, 15:32 (GMT) |
Revision 30b6dac by Andrew Wiggin November 25, 2011, 13:28 (GMT) |
Enable building cycles in bmesh branch This change adds RNA access to tesselated face UVs and colors (MTFACE and MCOL), primarily for use by plugin renderers (e.g. cycles). The RNA mesh properties to get to these are prefixed with "tessface_" and additionally the help text states that these are for renderers, to try not to confuse existing mesh editing tool scripts into thinking they could just start using these values. |
Revision 951c179 by Sergey Sharybin November 25, 2011, 12:55 (GMT) |
Do not use transparent rendering in 3d viewport for objects which are in edit mode Transparent rendering can't be implemented in way it gives accurate shading in 3d viewport. It's acceptable for object mode, but when you're in edit mode it gives more problems than benefits of seeing transparent faces. This is possible fix for for weird polygons in [#29255] Object invisible and weird polygons appearance |
Revision 3a2cb0e by jens verwiebe November 25, 2011, 11:31 (GMT) |
libmv: don't replace flags with rel_flags but add, to preserve all flags |
Revision 963f721 by Sergey Sharybin November 25, 2011, 09:22 (GMT) |
Patch #29394: Error in VIEW3D_MT_EDIT_CURVE menu Wrong shortcut was displaying for Curve -> Control Point -> Tilt operator Patch by Mike Sloman, thanks! |
Revision a044f53 by Campbell Barton November 25, 2011, 03:47 (GMT) |
Image save as operator 'BW' option wasnt working on some formats, now only show when its supported. |
Revision ddf934d by Campbell Barton November 25, 2011, 02:35 (GMT) |
use enum for draw wire setting to be easier to read, no functional change. |
Revision 8d9d399 by Campbell Barton November 25, 2011, 01:18 (GMT) |
fix [#29079] New face added with "F" has wrong winding now newly created faces use the best winding order based on surrounding edges. |
Revision 9bd9b7e by Tamito Kajiyama November 25, 2011, 01:10 (GMT) |
Made minor revisions (no functional changes). |
Revision 0d9d7d3 by Tamito Kajiyama November 25, 2011, 01:09 (GMT) |
Fix for functionality inconsistency in the creation of a new line style. Now the '+' button to the right of a line style name (in the template_ID GUI widget) creates a copy of the active line style instead of a new line style with default settings. Also added a proper tool tip for the use of template_ID for line styles. |
Revision f4e234a by Campbell Barton November 24, 2011, 23:27 (GMT) |
remove redundant array copy (was being done twice), for BM_Face_UpdateNormal |
Revision 4801eca by Campbell Barton November 24, 2011, 23:09 (GMT) |
replace unhelpfully named `eck!` and `eek!` error prints, also some minor changes to math library use. |
Revision 2d71eab by Campbell Barton November 24, 2011, 22:40 (GMT) |
fix [#29256] Import images as planes add on doesn't work correctly in bmesh |
|
|
|


Master Commits
MiikaHweb | 2003-2021