Revision 2c0acc9 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 21, 2018, 15:48 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 28a6ed8 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 21, 2018, 15:47 (GMT) |
Remove use of LIB_TAG_NO_MAIN for temp objects Instead to use the tag to identify temp objects, now a internal flag managed by cache is used. This is required because the LIB_TAG_NO_MAIN created conflicts with depsgraph. This solves any concern of D3111 |
March 21, 2018, 15:22 (GMT) |
cleanup and made multiprocessing only available for unix before adding multiprocessing for windows see if it is worth the effort |
Revision 9bdd8a4 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 21, 2018, 06:19 (GMT) |
Cleanup: Get rid of last uses of BKE_gpencil_batch_cache_alldirty_main() * For any cases that weren't operating on a specific bGPdata instance, the DEG_id_type_tag() should do the trick to tag all GP datablocks. * For the palette case, tagging the palette should trigger just the GP datablocks using that palette (and not all of them) to get updated. |
Revision 1639ee0 by Gaia Clary March 20, 2018, 20:11 (GMT) |
Feature: Collada added new User interface options keep_keyframes: When sampling the distance between 2 keyframes is defined by the sampling rate. Furthermore the keyframes defined in the FCurves are not exported. However when this option is enabled then also the defined keyframes will be added to the exported fcurves keep_smooth_curves: When sampling we do not use FCurves. So we also have no Curve handles for smooth exporting. However when this option is enabled, Blender does its best to recreate the handles for export. This is a very experimental feature and it is know to break when: - the exported animated objects have parent inverse matrices different from the unit matrix - The exported objects have negative scaling There may be many other situations when this feature breaks. This needs to be further tested. It may be removed later or replaced by something less wonky. |
Revision b59139e by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 18:47 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 9ab33bf by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 18:47 (GMT) |
Cleanup: Remove unused definition |
Revision c01e6a3 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 18:30 (GMT) |
Cleanup: Improve comments |
Revision 286d4e7 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 17:59 (GMT) |
Fix error with copy-on-write Verify tag of cow before remove temp objects. |
Revision 5c47c5d by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 14:56 (GMT) |
Fix Users count The value must be 2, not 3. |
Revision d0ce4d8 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 11:41 (GMT) |
Fix problem to enter in edit mode with Tab key |
March 20, 2018, 11:33 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_embree # Conflicts: # intern/cycles/bvh/bvh.cpp # intern/cycles/device/device.cpp # intern/cycles/device/device.h # intern/cycles/device/device_cpu.cpp # intern/cycles/kernel/geom/geom_object.h # intern/cycles/render/mesh.cpp # intern/cycles/render/scene.h |
Revision 3c53426 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 07:14 (GMT) |
Cleanup: Move GP Object specific properties panels to properties_data_gpencil.py Note: * Layers and Onion Skinning panels haven't been moved yet. This is so that we can reconsider what (if any) changes need to be made to share common elements between GP Object and annotation GP use cases. |
Revision e2b78f6 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 04:13 (GMT) |
Cleanup: Remove unused code |
Revision 5dd8c7f by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 04:01 (GMT) |
More Brush Appearance Panel tweaks * Always show this panel. Previously, it wouldn't get shown for the Eraser, meaning that if you accidentally changed a brush to an eraser, you couldn't change it back * Always allow changing the brush icon. Previously, this could only be done for "Draw" brushes, but there isn't really any reason why this shouldn't be allowed. |
Revision c6ecbb9 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:58 (GMT) |
Brush Appearance Panel - Cleanup + Tweaks * The "Draw" case was discarding the settings.brush value and redefining its own brush variable. Reoranised code so that this doesn't need to happen * Reorganised order of properties - all brush type/icon related stuff comes first now * Remove extra/excess layout elements/lines |
Revision 5d96c8a by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:37 (GMT) |
Don't collapse "Brush Appearance" panel It's in a tab by itself already, so there's no need to make ti even harder to access its settings. |
Revision 404e817 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:14 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 19, 2018, 22:13 (GMT) |
Revert some rather experimental changes * Revert name change of "Editing" section * Comment out placeholder worskpace sections * Leave all system settings in a singe section |
March 19, 2018, 20:53 (GMT) |
Merge branch 'blender2.8' into topbar |
|