Blender Git Commits

Blender Git commits from all branches.

Page: 823 / 2888

June 24, 2020, 13:59 (GMT)
Cleanup: clang-format.
June 24, 2020, 13:33 (GMT)
Fluid: Improvements in Phi grid display

* Changed field texture format from 'GPU_R8' to 'GPU_R16F' for level-set fields to avoid data normalisation.
* Fragment coloring for level-set fields is now dynamic and does not depend on transfer texture.
June 24, 2020, 13:27 (GMT)
Merge branch 'master' into soc-2020-fluid-tools
June 24, 2020, 12:43 (GMT)
Fix repeated UV vertices and their indices

`append`'s usage causes `export_mesh_eval->totloop` many UV vertices
being written to the OBJ file. There are duplicates in that list.

So _tot_uv_vertices is being used to track the unique ones.
June 24, 2020, 10:08 (GMT)
Add support for exporting nurbs curves & surfaces

Added functionality in OBJNurbs & OBJWriter to export nurbs curve, not
as vertices and edges, but rather control points.

Nurbs surfaces are always converted to mesh and then exported as a
regular mesh with vertices, normals, UV (if it has any), and edges
(if it has no polygons) etc.
June 24, 2020, 07:58 (GMT)
Minor clean up
Revision 77ca7ab by over0219 (soc-2020-soft-body)
June 24, 2020, 04:09 (GMT)
init guess on x
Revision 9e2042c by over0219 (soc-2020-soft-body)
June 24, 2020, 04:03 (GMT)
several bugfixes but I think I'm going to need to change the way I handle constrained solve
June 23, 2020, 21:30 (GMT)
Add support for curves to be exported as nurbs
June 23, 2020, 19:35 (GMT)
GPencil: Update point index when stroke is updated
June 23, 2020, 18:58 (GMT)
Review update: move more things to private access

Review as per D8089:

Add constructors and destructors for both OBJWriter and OBJMesh classes

Move more variables to private and access the required via getters.

Remove unnecessary variables.

Rename ob_mesh to export_mesh_data.
Revision a125171 by over0219 (soc-2020-soft-body)
June 23, 2020, 17:45 (GMT)
obstacle collisions. REALLY need to improve mass computation
June 23, 2020, 17:26 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 23, 2020, 17:26 (GMT)
Merge branch 'master' into greasepencil-object
June 23, 2020, 14:29 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 23, 2020, 14:28 (GMT)
Merge branch 'master' into greasepencil-object
June 23, 2020, 14:01 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
June 23, 2020, 14:00 (GMT)
GPencil: Selection syncing from/to curve edit mode
Revision bf3c22e by TempoDev (soc-2020-custom-menus)
June 23, 2020, 10:38 (GMT)
Custom Menu: fix merge
Revision 7f7a7ef by TempoDev (soc-2020-custom-menus)
June 23, 2020, 10:27 (GMT)
Custom Menu: restruct rna and change enum button to button collection
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021