Revision bab2dac by Gaia Clary June 15, 2013, 09:53 (GMT) |
removed unnecessary return statement |
Revision a8beff3 by Gaia Clary June 15, 2013, 09:42 (GMT) |
added basic utility functions for working with mselect (selected mesh elements) |
Revision d4cbd78 by Campbell Barton June 15, 2013, 08:59 (GMT) |
fix for recent changes in solidify, normals were OK but customdata for loops wasnt. |
Revision 0794c27 by Bastien Montagne June 15, 2013, 08:56 (GMT) |
Add USE_PYTHON=OFF and USE_OCIO=OFF to OIIO compilation (we do not need either of those). |
Revision 6b009ce by Lukas Toenne June 15, 2013, 07:06 (GMT) |
Added a 'move' function to node tree socket api (similar to node.inputs/outputs.move). This allows moving sockets in a node group interface from python without breaking external links. |
Revision e9d2cd8 by Campbell Barton June 15, 2013, 06:03 (GMT) |
code cleanup: remove checks for (select == LEFTMOUSE), this happened to work because its defined at 1, but confusingly checks against RIGHTMOUSE fail. |
Revision e5d2926 by Tamito Kajiyama June 14, 2013, 20:43 (GMT) |
Fix for splitting at material boundaries not correctly working with border lines. Problem report by Charblaze in the BlenderArtists.org Freestyle thread, thanks! |
Revision 9161a4d by Campbell Barton June 14, 2013, 16:10 (GMT) |
fix for own error in recent solitify refactor (r57402), face flip check was incorrect. |
Revision aa8f621 by Bastien Montagne June 14, 2013, 15:48 (GMT) |
Code cleanup: removed unused B_BUTSPREVIEW event, and moved back rna_SpaceProperties_texture_context_itemf() together with its fellow functions. |
Revision afc3d10 by Campbell Barton June 14, 2013, 15:11 (GMT) |
fix [#35694] Lattice; Display Type: "Bounds" not working |
Revision 0fab770 by Campbell Barton June 14, 2013, 14:57 (GMT) |
fix for building c++ rna api with recently added smoothgroup api call. |
Revision 88b30cc by Thomas Dinges June 14, 2013, 14:29 (GMT) |
Cycles: * Style cleanup for M_PI constants. * Move Wireframe node into __EXTRA_NODES__ define |
Revision cc3476b by Jeroen Bakker June 14, 2013, 13:56 (GMT) |
Fix for * [#35724] Backdrop zoom can be set to a very small value, making the backdrop disapear. There were checks in the drawnode that needed to be placed in the readfile. The checks checked if the zoomlevel was 0.0, then it was defaulted to 1.0, but the zoomvalue had a minimum limit of 0.01, hence it did not work. Moved the check to the readfile and checked for all values smaller then 0.02. These values are then reset to 1.0 Jeroen & Monique - At Mind - |
Revision 05ad8c2 by Campbell Barton June 14, 2013, 09:59 (GMT) |
expose smooth group calculation to python as Mesh.calc_smooth_groups() |
Revision 49065fc by Lukas Toenne June 14, 2013, 08:59 (GMT) |
Added a read-only dimensions property for Nodes. This returns the actual node size as calculated in the node_update functions. It can be useful for node layout scripts, since the width/height properties are not an accurate representation of the actual node size which is determined by the uiLayout. Please note that the dimensions calculation depends on the drawing of nodes, so it may not get updated if nodes are not visible in any editor. Also the node height in particular can change dramatically based on previews, visible sockets, etc. |
Revision 1fe21f2 by Campbell Barton June 14, 2013, 08:28 (GMT) |
utility function for calculating smooth groups from sharp edges: BKE_mesh_calc_smoothgroups |
Revision cd33e7f by Campbell Barton June 14, 2013, 07:15 (GMT) |
utility function BKE_mesh_edge_poly_map_create(), currently unused. |
Revision f7a0629 by Campbell Barton June 14, 2013, 06:34 (GMT) |
code cleanup: reduce pointer indirection for mesh-map creation functions. |
Revision 0435560 by Campbell Barton June 14, 2013, 06:15 (GMT) |
code cleanup: make_edges_mdata() reduce some sign conversion, pointer indirection. |
Revision 6664d1b by Campbell Barton June 14, 2013, 04:04 (GMT) |
remove 'dissolve_edge_loop' bmesh operator, edgeloop dissolve replaces this now. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021