Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3689 / 5574

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.
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.
March 20, 2012, 11:45 (GMT)
temp disable inset boundary option, it can make invalid meshes, need to look into this further.
March 20, 2012, 09:45 (GMT)
replace SETCOL defines with inline function: rgba_char_args_set
March 20, 2012, 08:42 (GMT)
rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.
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.
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()
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.
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.
March 20, 2012, 04:27 (GMT)
style cleanup
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]
March 20, 2012, 04:09 (GMT)
style cleanup
March 20, 2012, 03:48 (GMT)
compile fix: linux BLI_gzopen declare was conflicting.
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.
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.
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.
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.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021