January 26, 2015, 20:41 (GMT) |
Fix filtering in new UIList bookmarks & co. |
January 26, 2015, 20:30 (GMT) |
Better sorting when we are displaying several levels at once, for 'lib' append/link. Consider blendfiles and 'categories' inside them as regular dirs, but with this hierachy: real dir > blende file lib > category in a blend lib. This gives a much better sorting (among other things, gives more importance to blend files!). |
January 26, 2015, 17:05 (GMT) |
Merge branch 'master' into temp_custom_loop_normals Conflicts: source/blender/makesdna/DNA_customdata_types.h |
January 26, 2015, 16:50 (GMT) |
Depsgraph: Add dirty check for whether bone was updated or not |
Revision f202dab by Bastien Montagne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) January 26, 2015, 16:43 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/makesdna/DNA_customdata_types.h |
January 26, 2015, 16:38 (GMT) |
Merge branch 'master' into asset-experiments Conflicts: source/blender/blenloader/intern/readfile.c source/blender/editors/space_file/file_draw.c source/blender/editors/space_file/file_ops.c source/blender/editors/space_file/filelist.c |
January 26, 2015, 15:02 (GMT) |
Depsgraph: Whole IK chain depends on the solver result This is the only way we can make sure all needed calculations are done to the time BKE_pose_bone_done() is called. |
January 26, 2015, 11:28 (GMT) |
Depsgraph: Use BLI_gset_add() instead of BLI_gset_insert() to avoid duplicate entries in set So it turns out that using BLI_gset_insert() will just cause the ghash-set implementation to blindly add duplicate entries if the key already exists in the hashtable - not exactly what we want, as that kindof violates the whole point of such data structures. |
January 26, 2015, 11:28 (GMT) |
Merge branch 'master' into asset-experiments |
January 26, 2015, 10:21 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 26, 2015, 00:58 (GMT) |
Temporarily turn off shader preview rendering |
January 26, 2015, 00:58 (GMT) |
Remove commented-out code |
January 26, 2015, 00:58 (GMT) |
WIP ptex node in cycles |
January 26, 2015, 00:58 (GMT) |
Temporary hack to ensure packed image pointer |
January 26, 2015, 00:58 (GMT) |
Add RNA access to ptex_coords |
January 26, 2015, 00:58 (GMT) |
Really stupid but working texture test |
January 26, 2015, 00:58 (GMT) |
Allow ptex node to be a texpaint slot |
January 26, 2015, 00:58 (GMT) |
Texpaint beginning |
January 26, 2015, 00:58 (GMT) |
Add Ptex layers to mesh-data UI |
January 26, 2015, 00:58 (GMT) |
Update Blend file saving/loading for Ptex |
|
|
|


Master Commits
MiikaHweb | 2003-2021