January 20, 2015, 12:55 (GMT) |
WIP Ptex texture packing |
January 20, 2015, 12:55 (GMT) |
Silence warning in Ptex |
January 20, 2015, 12:55 (GMT) |
Update CMakeLists for ptex |
January 20, 2015, 12:55 (GMT) |
Import ptex-2.0.42 into extern/ptex |
January 20, 2015, 12:55 (GMT) |
WIP add Ptex UVs to Cycles mesh |
January 20, 2015, 12:55 (GMT) |
Tweak texture-coord node to add Ptex UVs |
January 20, 2015, 12:55 (GMT) |
Temporary customdata mask tweak |
January 20, 2015, 12:55 (GMT) |
Tesselation for Ptex loop layer |
January 20, 2015, 12:45 (GMT) |
Temporary change to add-vcol operator to also add Ptex loop layer |
January 20, 2015, 12:08 (GMT) |
RNA updates for Ptex |
January 20, 2015, 12:08 (GMT) |
Move Cycles' Ptex attribute from vertices to corners |
January 20, 2015, 12:08 (GMT) |
Add a couple new CustomData layers for Ptex |
January 20, 2015, 12:08 (GMT) |
Add some Ptex types to Mesh SDNA |
January 20, 2015, 12:08 (GMT) |
De-duplicate large block of shared code for GL vert attribs Code in ccgdm_draw_attrib_vertex() was entirely the same as the top portion of the code in cddm_draw_attrib_vertex(). Moved this code to a new function, DM_draw_attrib_vertex(). ccgdm_draw_attrib_vertex() was removed in favor of calling DM_draw_attrib_vertex(). cddm_draw_attrib_vertex() still does a couple extra things, so it still exists but calls DM_draw_attrib_vertex(). In the interest of easy code review, no changes made to the code in DM_draw_attrib_vertex() other than the new name and an added comment. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1010 |
January 20, 2015, 11:23 (GMT) |
Depsgraph: Use straight-lines for graphviz debug Trying straight/orthogonal lines for relationships in graphviz debug graphs instead of the curved defaults. The curvy lines were clumping together in confusing ways, making it hard to tell what's going on. Still, this isn't much better, but can at least see what's going on in the file I'm debugging. |
Revision 9a5f80e by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) January 20, 2015, 10:50 (GMT) |
Merge branch 'master' into gooseberry Conflicts: release/scripts/startup/bl_ui/properties_particle.py source/blender/physics/intern/BPH_mass_spring.cpp |
Revision 9bd38a1 by Joshua Leung / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 10:17 (GMT) |
Bugfix T43293: Crash when editing shared GPencil datablock in VSE The problem here was that when a Grease Pencil datablock is shared between the 3D view and another one of the editors, all the strokes were getting handled by the editing operators, even if those strokes could not be displayed/used in that context. As a result, the coordinate conversion methods would fail, as some of the needed data would not be set. The fix here involves not including any offending strokes in such cases... Conflicts: source/blender/editors/gpencil/gpencil_edit.c |
Revision 00d4bf4 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) January 20, 2015, 10:10 (GMT) |
Merge branch 'master' into gooseberry Conflicts: release/scripts/startup/bl_ui/properties_particle.py source/blender/blenkernel/BKE_cloth.h source/blender/blenkernel/intern/cloth.c source/blender/blenkernel/intern/collision.c source/blender/blenkernel/intern/particle.c source/blender/blenkernel/intern/particle_system.c source/blender/blenloader/intern/versioning_270.c source/blender/editors/physics/particle_edit.c source/blender/makesdna/DNA_particle_types.h source/blender/physics/BPH_mass_spring.h source/blender/physics/intern/BPH_mass_spring.cpp source/blender/physics/intern/implicit_blender.c |
Revision aee458d by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:20 (GMT) |
Fix error in freestyle api |
Revision 08eabd1 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:20 (GMT) |
Fix own error in freestyle api Conflicts: source/blender/freestyle/intern/python/BPy_ViewShape.cpp |
|
|
|


Master Commits
MiikaHweb | 2003-2021