Revision 6628318 by Sergey Sharybin March 20, 2012, 14:23 (GMT) |
Port mball_to_mesh to use polys. |
Revision ad1a181 by Janne Karhu March 20, 2012, 12:59 (GMT) |
Fix for [#30445] Particle simulation, rekey crashes blender - Entering particle mode crashed due to missing checks if a particle didn't have any baked keys. - The rekey functionality is only supported for hair, so replaced the operator poll function with the correct one. - Also replaced a couple of other "only hair" operator poll functions to the correct ones. |
Revision 12be17b by Sergey Sharybin March 20, 2012, 11:51 (GMT) |
Fix #30590: Crash in multires when undoing extrude [File incl.] Missed initialization of hidden array when copying mdisps data from one face to another. |
Revision 1272492 by Campbell Barton March 20, 2012, 11:45 (GMT) |
temp disable inset boundary option, it can make invalid meshes, need to look into this further. |
Revision db13daf by Campbell Barton March 20, 2012, 09:45 (GMT) |
replace SETCOL defines with inline function: rgba_char_args_set |
Revision 9dd0c4c by Campbell Barton March 20, 2012, 08:42 (GMT) |
rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines. |
Revision a0ea68a by Nicholas Bishop March 20, 2012, 08:23 (GMT) |
Fix uninitialized variable in multires apply base. Reported on BlenderArtists by Guffy, was causing ugly spikes in lower levels. |
Revision c5f15da by Campbell Barton March 20, 2012, 07:52 (GMT) |
py/rna api - fix for an empty enum flag with no members being displayed as {}, now check for this case and display as set() |
Revision 3b9b53d by Campbell Barton March 20, 2012, 07:41 (GMT) |
fix [#30589] RNA function descriptions not showing in Python console on autocomplete show rna function description and arguments now. |
Revision 65a71a1 by Campbell Barton March 20, 2012, 05:04 (GMT) |
fix [#30583] very old blend files are loading post-bmesh with no face/uv information, just wires versioning code called a customdata update function which ended up clearing tessfaces - before converting polygons to tessfaces. Added check so tessfaces aren't cleared when there are no polygons. |
Revision be11624 by Campbell Barton March 20, 2012, 04:27 (GMT) |
style cleanup |
Revision 3427749 by Daniel Genrich March 20, 2012, 04:15 (GMT) |
Make collision function more general so it can be used by other modifiers, too. [This is preparation work for animated smoke collision] |
Revision 46f157c by Campbell Barton March 20, 2012, 04:09 (GMT) |
style cleanup |
Revision bfcd1af by Campbell Barton March 20, 2012, 03:48 (GMT) |
compile fix: linux BLI_gzopen declare was conflicting. |
Revision b163e19 by Campbell Barton March 20, 2012, 03:13 (GMT) |
py api: fix for collection functions not showing up in __dir__, eg, console autocomplete didnt show up bpy.data.libraries.load also fix refcounting leak with returning attributes from collections. |
Revision f11a6d3 by Alexander Kuznetsov March 20, 2012, 02:17 (GMT) |
Adds support for utf paths on Windows. Not all file formats/calls are supported yet. It will be expended. Please from now on use BLI_fopen, BLI_* for file manipulations. For non-windows systems BLI_fopen just calls fopen. For Windows, the utf-8 string is translated to utf-16 string in order to call UTF version of the function. |
Revision deea1f3 by Campbell Barton March 20, 2012, 01:33 (GMT) |
real fix for booleans and face shading this time. CDDM_tessfaces_to_faces wasbt updating the polyindex (missed incrementing the polyindex pointer). also added an assert so non release builds will complain when CDDM_calc_edges_tessface() needs to run before CDDM_tessfaces_to_faces(). |
Revision fcd5550 by Janne Karhu March 20, 2012, 01:00 (GMT) |
Some advanced particle rotation modes and reorganization of the rotation panel: - More angular velocity modes to support creative effects. - Renamed "Initial Rotation" to "Initial Orientation" to better reflect the functionality - Renamed "Spin" angular velocity mode to "Velocity". - Organized the rotation panel a bit better. - Also some better names and tooltips for the different rotation values. |
Revision 1362523 by Campbell Barton March 20, 2012, 00:59 (GMT) |
CDDM_calc_edges_tessface was being called twice for boolean and explide modifiers, now leave it up to the caller to run. |
Revision cdfffaf by Campbell Barton March 20, 2012, 00:51 (GMT) |
partial fix for bug where booleans were using invalid face/poly normals. the problem remains (though not quite as bad) but think this is because of a bug elsewhere. |
|
|
|


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